/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | profile_dm_test.cpp | 115 bool res = DpDeviceManager::GetInstance().TransformDeviceId("", queryUdid, DeviceIdType::UUID); 210 bool res = DpDeviceManager::GetInstance().TransformDeviceId("", queryUdid, DeviceIdType::UUID);
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | system_ability_mgr_util_test.cpp | 145 string result = SamgrUtil::TransformDeviceId("123", 1, false); 158 string result = SamgrUtil::TransformDeviceId("123", 1, true);
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/ |
H A D | system_ability_manager_util.h | 35 static std::string TransformDeviceId(const std::string& deviceId, int32_t type, bool isPrivate);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/ |
H A D | profile_change_handler.cpp | 116 if (!DpDeviceManager::GetInstance().TransformDeviceId(udid, networkId, in OnChange() 226 if (!DpDeviceManager::GetInstance().TransformDeviceId(deviceId, networkId, in FilterChangedProfileLocked()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/devicemanager/ |
H A D | dp_device_manager.h | 46 bool TransformDeviceId(const std::string& fromDeviceId, std::string& toDeviceId,
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/ |
H A D | online_sync_table.cpp | 122 if (!DpDeviceManager::GetInstance().TransformDeviceId(deviceId, networkId, in SyncCompleted()
|
H A D | device_profile_storage_manager.cpp | 215 if (!DpDeviceManager::GetInstance().TransformDeviceId(udid, queryUdid, in GetDeviceProfile() 345 … if (!DpDeviceManager::GetInstance().TransformDeviceId(udid, networkId, DeviceIdType::NETWORKID)) { in RemoveUnBoundDeviceProfile()
|
H A D | device_profile_storage.cpp | 321 if (!DpDeviceManager::GetInstance().TransformDeviceId(deviceId, udid, DeviceIdType::UDID)) { in CheckTrustGroup()
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager_util.cpp | 94 std::string SamgrUtil::TransformDeviceId(const std::string& deviceId, int32_t type, bool isPrivate) in TransformDeviceId() function in OHOS::SamgrUtil
|
H A D | system_ability_manager_stub.cpp | 340 std::string uuid = SamgrUtil::TransformDeviceId(deviceId, UUID, false); in CheckRemtSystemAbilityInner()
|
H A D | system_ability_manager.cpp | 1054 std::string nodeId = SamgrUtil::TransformDeviceId(deviceId, NODE_ID, false); in NotifyRemoteSaDied()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/devicemanager/ |
H A D | dp_device_manager.cpp | 402 bool DpDeviceManager::TransformDeviceId(const std::string& fromDeviceId, in TransformDeviceId() function in OHOS::DeviceProfile::DpDeviceManager
|