update old/services/core/include/devicemanager/dp_device_manager.h.

Signed-off-by: torrizo <lishenhao2@huawei.com>
This commit is contained in:
torrizo 2024-10-12 04:25:19 +00:00 committed by Gitee
parent 84a86a65a9
commit 4c846d9243
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -54,9 +54,9 @@ public:
void GetTrustedDeviceList();
private:
void GetInitCallback();
void GetStateCallback();
void GetDevTrustChangeCallback();
std::shared_ptr<DistributedHardware::DmInitCallback> GetInitCallback();
std::shared_ptr<DistributedHardware::DeviceStateCallback> GetStateCallback();
std::shared_ptr<DistributedHardware::DevTrustChangeCallback> GetDevTrustChangeCallback();
void GetDevMgrHandler();
bool WaitForDnetworkReady();
void OnNodeOnline(const std::shared_ptr<DeviceInfo> deviceInfo);