Home
last modified time | relevance | path

Searched refs:TransformDeviceId (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_dm_test.cpp115 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 Dsystem_ability_mgr_util_test.cpp145 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 Dsystem_ability_manager_util.h35 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 Dprofile_change_handler.cpp116 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 Ddp_device_manager.h46 bool TransformDeviceId(const std::string& fromDeviceId, std::string& toDeviceId,
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Donline_sync_table.cpp122 if (!DpDeviceManager::GetInstance().TransformDeviceId(deviceId, networkId, in SyncCompleted()
H A Ddevice_profile_storage_manager.cpp215 if (!DpDeviceManager::GetInstance().TransformDeviceId(udid, queryUdid, in GetDeviceProfile()
345 … if (!DpDeviceManager::GetInstance().TransformDeviceId(udid, networkId, DeviceIdType::NETWORKID)) { in RemoveUnBoundDeviceProfile()
H A Ddevice_profile_storage.cpp321 if (!DpDeviceManager::GetInstance().TransformDeviceId(deviceId, udid, DeviceIdType::UDID)) { in CheckTrustGroup()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_util.cpp94 std::string SamgrUtil::TransformDeviceId(const std::string& deviceId, int32_t type, bool isPrivate) in TransformDeviceId() function in OHOS::SamgrUtil
H A Dsystem_ability_manager_stub.cpp340 std::string uuid = SamgrUtil::TransformDeviceId(deviceId, UUID, false); in CheckRemtSystemAbilityInner()
H A Dsystem_ability_manager.cpp1054 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 Ddp_device_manager.cpp402 bool DpDeviceManager::TransformDeviceId(const std::string& fromDeviceId, in TransformDeviceId() function in OHOS::DeviceProfile::DpDeviceManager