mirror of
https://gitee.com/openharmony/deviceprofile_device_info_manager
synced 2024-11-23 07:30:13 +00:00
update old/services/core/include/devicemanager/dp_device_manager.h.
Signed-off-by: torrizo <lishenhao2@huawei.com>
This commit is contained in:
parent
84a86a65a9
commit
4c846d9243
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user