/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/ |
H A D | dev_profile.cpp | 154 std::string udid = DMAdapter::GetInstance().GetUdidByNetworkId(networkId); in PutEnabledStatus() 182 std::string udid = DMAdapter::GetInstance().GetUdidByNetworkId(networkId); in GetEnabledStatus() 207 std::string udid = DMAdapter::GetInstance().GetUdidByNetworkId(networkId); in GetRemoteDeviceVersion() 242 std::string udid = DMAdapter::GetInstance().GetUdidByNetworkId(networkId); in SubscribeProfileEvent() 273 std::string udid = DMAdapter::GetInstance().GetUdidByNetworkId(networkId); in UnSubscribeProfileEvent()
|
H A D | dm_adapter.cpp | 158 DeviceManager::GetInstance().GetUdidByNetworkId(pkgName_, info.networkId, localDeviceUdid_); in GetLocalDeviceUdid() 207 std::string DMAdapter::GetUdidByNetworkId(const std::string &networkId) in GetUdidByNetworkId() function in OHOS::MiscServices::DMAdapter 211 int32_t ret = DeviceManager::GetInstance().GetUdidByNetworkId(pkgName_, networkId, udid); in GetUdidByNetworkId()
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/ |
H A D | dbms_device_manager.cpp | 61 int32_t DbmsDeviceManager::GetUdidByNetworkId(const std::string &netWorkId, std::string &udid) in GetUdidByNetworkId() function in OHOS::AppExecFwk::DbmsDeviceManager 67 return DistributedHardware::DeviceManager::GetInstance().GetUdidByNetworkId( in GetUdidByNetworkId()
|
H A D | distributed_data_storage.cpp | 178 int32_t ret = GetUdidByNetworkId(networkId, udid); in GetStorageDistributeInfo() 220 int32_t ret = GetUdidByNetworkId(networkId, udid); in GetDistributedBundleName() 376 int32_t DistributedDataStorage::GetUdidByNetworkId(const std::string &networkId, std::string &udid) in GetUdidByNetworkId() function in OHOS::AppExecFwk::DistributedDataStorage 383 return dbms->GetUdidByNetworkId(networkId, udid); in GetUdidByNetworkId()
|
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/ |
H A D | device_manager_util.cpp | 38 bool DeviceManagerUtil::GetUdidByNetworkId(const std::string &networkId, std::string &udid) in GetUdidByNetworkId() function in OHOS::UserIam::UserAuth::DeviceManagerUtil 40 …int32_t ret = DeviceManager::GetInstance().GetUdidByNetworkId(USER_AUTH_PACKAGE_NAME, networkId, u… in GetUdidByNetworkId()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | dm_adapter_test.cpp | 122 HWTEST_F(DMAdapterTest, GetUdidByNetworkId, TestSize.Level0) 124 auto udid = DMAdapter::GetInstance().GetUdidByNetworkId("");
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/devicemanager/ |
H A D | dp_device_manager.cpp | 321 if (GetUdidByNetworkId(networkId, udid)) { in AddDeviceIds() 337 if (!GetUdidByNetworkId(networkId, udid)) { in RemoveExpiredDeviceIds() 390 bool DpDeviceManager::GetUdidByNetworkId(const std::string& networkId, std::string& udid) in GetUdidByNetworkId() function in OHOS::DeviceProfile::DpDeviceManager 392 return ((DeviceManager::GetInstance().GetUdidByNetworkId( in GetUdidByNetworkId()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/src/device_manage/ |
H A D | medialibrary_device.cpp | 56 localUdid_ = GetUdidByNetworkId(local); in Start() 368 std::string MediaLibraryDevice::GetUdidByNetworkId(std::string &networkId) in GetUdidByNetworkId() function in OHOS::Media::MediaLibraryDevice 382 auto ret = deviceManager.GetUdidByNetworkId(bundleName_, networkId, deviceUdid); in GetUdidByNetworkId() 396 mlInfo.deviceUdid = GetUdidByNetworkId(mlInfo.networkId); in GetMediaLibraryDeviceInfo()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/src/ |
H A D | dm_softbus_cache.cpp | 97 int32_t SoftbusCache::GetUdidByNetworkId(const char *networkId, std::string &udid) in GetUdidByNetworkId() function in OHOS::DistributedHardware::SoftbusCache 126 GetUdidByNetworkId(deviceInfo.networkId, udid); in SaveDeviceInfo() 162 GetUdidByNetworkId(deviceInfo.networkId, udid); in ChangeDeviceInfo() 227 int32_t ret = GetUdidByNetworkId(networkId, udid); in GetUdidFromCache()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | profile_dm_test.cpp | 81 bool res = DpDeviceManager::GetInstance().GetUdidByNetworkId("", udid); 170 bool res = DpDeviceManager::GetInstance().GetUdidByNetworkId("", udid);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | dms_network_adapter_test.cpp | 100 std::string res = DnetworkAdapter::GetInstance()->GetUdidByNetworkId(""); 111 std::string res = DnetworkAdapter::GetInstance()->GetUdidByNetworkId(NETWORKID); 157 std::string res = DnetworkAdapter::GetInstance()->GetUdidByNetworkId(NETWORKID);
|
/ohos5.0/foundation/multimedia/av_session/utils/src/ |
H A D | avsession_radar.cpp | 69 std::string AVSessionRadar::GetUdidByNetworkId(const std::string &networkId) in GetUdidByNetworkId() function in OHOS::AVSession::AVSessionRadar 73 .GetUdidByNetworkId(AVSESSION_PKG_NAME, networkId, localDevUdid) != 0) { in GetUdidByNetworkId() 135 jDeviceInfo[PEER_UDID] = GetAnonymousDeviceId(GetUdidByNetworkId(deviceInfo.networkId_)); in GetJsonCastDeviceList() 148 info.peerUdid_ = GetAnonymousDeviceId(GetUdidByNetworkId(deviceInfo.networkId_)); in GetPeerInfoFromDeviceInfo() 228 localUdid_ = GetAnonymousDeviceId(GetUdidByNetworkId(GetLocalDeviceNetworkId())); in ReportHiSysEventBehavior()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/adapter/ |
H A D | dnetwork_adapter.cpp | 202 std::string DnetworkAdapter::GetUdidByNetworkId(const std::string& networkId) in GetUdidByNetworkId() function in OHOS::DistributedSchedule::DnetworkAdapter 209 int32_t errCode = DeviceManager::GetInstance().GetUdidByNetworkId(PKG_NAME, networkId, udid); in GetUdidByNetworkId()
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/ |
H A D | dbms_device_manager.h | 31 int32_t GetUdidByNetworkId(const std::string &netWorkId, std::string &udid);
|
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbusconnectorstatic_fuzzer/ |
H A D | softbus_connector_static_fuzzer.cpp | 40 SoftbusConnector::GetUdidByNetworkId(networkId, uuid); in SoftBusConnectorStaticFuzzTest()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | dtbschedmgr_device_info_storage.cpp | 237 udid = GetUdidByNetworkId(dmDeviceInfo.networkId); in GetLocalUdid() 317 std::string DtbschedmgrDeviceInfoStorage::GetUdidByNetworkId(const std::string& networkId) in GetUdidByNetworkId() function in OHOS::DistributedSchedule::DtbschedmgrDeviceInfoStorage 323 std::string udid = DnetworkAdapter::GetInstance()->GetUdidByNetworkId(networkId); in GetUdidByNetworkId()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/test/unittest/ |
H A D | device_manager_adapter_test.cpp | 237 auto udid = DeviceManagerAdapter::GetInstance().GetUdidByNetworkId(EMPTY_DEVICE_ID); 239 udid = DeviceManagerAdapter::GetInstance().GetUdidByNetworkId(INVALID_DEVICE_ID); 253 auto udid = DeviceManagerAdapter::GetInstance().GetUdidByNetworkId(dvInfo.networkId);
|
/ohos5.0/foundation/distributedhardware/device_manager/test/servicesfuzztest/getudidbynetworkid_fuzzer/ |
H A D | get_udid_by_network_id_fuzzer.cpp | 38 DeviceManager::GetInstance().GetUdidByNetworkId(pkgName, netWorkId, udid); in GetUdidByNetworkIdFuzzTest()
|
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/inc/ |
H A D | device_manager_util.h | 35 bool GetUdidByNetworkId(const std::string &networkId, std::string &udid);
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/ |
H A D | daudio_sink_manager.cpp | 430 std::string srcUdid = GetUdidByNetworkId(srcDeviceId); in CheckDeviceSecurityLevel() 435 std::string dstUdid = GetUdidByNetworkId(dstDeviceId); in CheckDeviceSecurityLevel() 483 std::string DAudioSinkManager::GetUdidByNetworkId(const std::string &networkId) in GetUdidByNetworkId() function in OHOS::DistributedHardware::DAudioSinkManager 494 ret = DeviceManager::GetInstance().GetUdidByNetworkId(PKG_NAME, networkId, udid); in GetUdidByNetworkId()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/servicesfuzztest/gettrusteddevicelistservice_fuzzer/ |
H A D | get_trusted_devicelist_service_fuzzer.cpp | 34 DeviceManagerService::GetInstance().GetUdidByNetworkId(pkgName, pkgName, pkgName); in GetTrustedDeviceListFuzzTest()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/ |
H A D | dm_device_state_manager.cpp | 65 if (SoftbusConnector::GetUdidByNetworkId(info.networkId, udid) == DM_OK) { in SaveOnlineDeviceInfo() 149 softbusConnector_->GetUdidByNetworkId(devInfo.networkId, udid); in HandleDeviceStatusChange() 211 int32_t ret = softbusConnector_->GetUdidByNetworkId(deviceInfo.networkId, deviceUdid); in RegisterOffLineTimer() 398 if (SoftbusConnector::GetUdidByNetworkId(networkId.c_str(), udid) == DM_OK) { in GetAuthForm()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | distributed_bm_storage.cpp | 247 std::string udid = DtbschedmgrDeviceInfoStorage::GetInstance().GetUdidByNetworkId(networkId); in GetStorageDistributeInfo() 284 std::string udid = DtbschedmgrDeviceInfoStorage::GetInstance().GetUdidByNetworkId(networkId); in DealGetBundleName() 332 std::string udid = DtbschedmgrDeviceInfoStorage::GetInstance().GetUdidByNetworkId(networkId); in DelReduData() 413 std::string udid = DtbschedmgrDeviceInfoStorage::GetInstance().GetUdidByNetworkId(networkId); in GetDistributedBundleInfo() 940 std::string udid = DtbschedmgrDeviceInfoStorage::GetInstance().GetUdidByNetworkId(networkId); in GetContinueType() 1008 std::string udid = DtbschedmgrDeviceInfoStorage::GetInstance().GetUdidByNetworkId(networkId); in GetAbilityName() 1104 std::string udid = DtbschedmgrDeviceInfoStorage::GetInstance().GetUdidByNetworkId(networkId); in GetContinueEventInfo()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/ |
H A D | device_manager_adapter.cpp | 377 auto udid = GetUdidByNetworkId(networkId); in GetDeviceInfo() 447 auto udid = GetUdidByNetworkId(networkId); in GetRemoteDevices() 559 auto udid = GetUdidByNetworkId(networkId); in GetLocalDeviceInfo() 595 std::string DeviceManagerAdapter::GetUdidByNetworkId(const std::string &networkId) in GetUdidByNetworkId() function in OHOS::DistributedData::DeviceManagerAdapter 608 auto ret = DeviceManager::GetInstance().GetUdidByNetworkId(PKG_NAME, networkId, udid); in GetUdidByNetworkId()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/ |
H A D | device_info.cpp | 33 deviceManager.GetUdidByNetworkId(IDaemon::SERVICE_NAME, cid_, udid_); in DeviceInfo()
|