Searched refs:DP_PKG_NAME (Results 1 - 4 of 4) sorted by relevance
/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 errCode = DistributedHardware::DeviceManager::GetInstance().UnRegisterDevStateCallback(DP_PKG_NAME); in UnInit()
|
/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | profile_utils.cpp | 87 int32_t result = DeviceManager::GetInstance().GetTrustedDeviceList(DP_PKG_NAME, "", allOnlineDeviceInfos); 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, "", allOnlineDeviceInfos); in FilterAndGroupOnlineDevices() 792 return ((DeviceManager::GetInstance().GetUdidByNetworkId(DP_PKG_NAME, networkId, udid) == 0) ? true : false); in GetUdidByNetworkId() 797 return ((DeviceManager::GetInstance().GetUuidByNetworkId(DP_PKG_NAME, networkId, uuid) == 0) ? true : false); in GetUuidByNetworkId()
|
/foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
H A D | profile_cache.cpp | 49 DistributedHardware::DeviceManager::GetInstance().GetTrustedDeviceList(DP_PKG_NAME, "", allOnlineDeviceInfo); in Init() 808 int32_t res = DistributedHardware::DeviceManager::GetInstance().GetLocalDeviceInfo(DP_PKG_NAME, localDevInfo); in GetLocalNetworkId()
|
/foundation/deviceprofile/device_info_manager/common/include/constants/ |
H A D | distributed_device_profile_constants.h | 148 const std::string DP_PKG_NAME = "ohos.deviceprofile"; member
|
Completed in 5 milliseconds