Home
last modified time | relevance | path

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 Ddm_adapter.cpp39 .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 Dprofile_utils.cpp87 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 Dprofile_cache.cpp49 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 Ddistributed_device_profile_constants.h148 const std::string DP_PKG_NAME = "ohos.deviceprofile"; member

Completed in 5 milliseconds