Searched refs:DP_PKG_NAME (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/dm_adapter/ |
H A D | dm_adapter.cpp | 39 .RegisterDevStateCallback(DP_PKG_NAME, "", deviceStateCallback_); in Init() 52 …rrCode = DistributedHardware::DeviceManager::GetInstance().UnRegisterDevStateCallback(DP_PKG_NAME); in UnInit()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | profile_utils.cpp | 87 …int32_t result = DeviceManager::GetInstance().GetTrustedDeviceList(DP_PKG_NAME, "", allOnlineDevic… in GetOnlineDevices() 101 if (DeviceManager::GetInstance().GetLocalDeviceId(DP_PKG_NAME, udid) != DP_SUCCESS) { in GetLocalUdidFromDM() 116 …int32_t result = DeviceManager::GetInstance().GetTrustedDeviceList(DP_PKG_NAME, "", allOnlineDevic… in FilterAndGroupOnlineDevices() 792 …return ((DeviceManager::GetInstance().GetUdidByNetworkId(DP_PKG_NAME, networkId, udid) == 0) ? tru… in GetUdidByNetworkId() 797 …return ((DeviceManager::GetInstance().GetUuidByNetworkId(DP_PKG_NAME, networkId, uuid) == 0) ? tru… in GetUuidByNetworkId()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/constants/ |
H A D | distributed_device_profile_constants.cpp | 109 const std::string DP_PKG_NAME = "ohos.deviceprofile"; variable
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
H A D | profile_cache.cpp | 49 …DistributedHardware::DeviceManager::GetInstance().GetTrustedDeviceList(DP_PKG_NAME, "", allOnlineD… in Init() 796 …int32_t res = DistributedHardware::DeviceManager::GetInstance().GetLocalDeviceInfo(DP_PKG_NAME, lo… in GetLocalNetworkId()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/ |
H A D | distributed_device_profile_constants.h | 147 extern const std::string DP_PKG_NAME;
|