/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 63 APP_LOGI("GetUdidByNetworkId"); in GetUdidByNetworkId() 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()
|
/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | dm_adapter_test.cpp | 109 * @tc.name: GetUdidByNetworkId 115 HWTEST_F(DMAdapterTest, GetUdidByNetworkId, TestSize.Level0) in HWTEST_F() 117 auto udid = DMAdapter::GetInstance().GetUdidByNetworkId(""); in HWTEST_F()
|
/foundation/distributeddatamgr/pasteboard/framework/framework/device/ |
H A D | dev_profile.cpp | 144 std::string udid = DMAdapter::GetInstance().GetUdidByNetworkId(networkId); in PutEnabledStatus() 147 PASTEBOARD_MODULE_SERVICE, "GetUdidByNetworkId failed, networkId is %{public}.5s", networkId.c_str()); in PutEnabledStatus() 172 std::string udid = DMAdapter::GetInstance().GetUdidByNetworkId(networkId); in GetEnabledStatus() 174 PASTEBOARD_HILOGE(PASTEBOARD_MODULE_SERVICE, "GetUdidByNetworkId failed"); in GetEnabledStatus() 197 std::string udid = DMAdapter::GetInstance().GetUdidByNetworkId(networkId); in GetRemoteDeviceVersion() 199 PASTEBOARD_HILOGE(PASTEBOARD_MODULE_SERVICE, "GetUdidByNetworkId failed."); in GetRemoteDeviceVersion() 231 std::string udid = DMAdapter::GetInstance().GetUdidByNetworkId(networkId); in SubscribeProfileEvent() 233 PASTEBOARD_HILOGE(PASTEBOARD_MODULE_SERVICE, "GetUdidByNetworkId failed"); in SubscribeProfileEvent() 262 std::string udid = DMAdapter::GetInstance().GetUdidByNetworkId(networkId); in UnSubscribeProfileEvent() 264 PASTEBOARD_HILOGE(PASTEBOARD_MODULE_SERVICE, "GetUdidByNetworkId faile in UnSubscribeProfileEvent() [all...] |
H A D | dm_adapter.cpp | 157 DeviceManager::GetInstance().GetUdidByNetworkId(pkgName_, info.networkId, localDeviceUdid_); in GetLocalDeviceUdid() 206 std::string DMAdapter::GetUdidByNetworkId(const std::string &networkId) in GetUdidByNetworkId() function in OHOS::MiscServices::DMAdapter 210 int32_t ret = DeviceManager::GetInstance().GetUdidByNetworkId(pkgName_, networkId, udid); in GetUdidByNetworkId()
|
/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);
|
/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()
|
/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbusconnectorstatic_fuzzer/ |
H A D | softbus_connector_static_fuzzer.cpp | 40 SoftbusConnector::GetUdidByNetworkId(networkId, uuid); in SoftBusConnectorStaticFuzzTest()
|
/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()
|
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | profile_dm_test.cpp | 81 bool res = DpDeviceManager::GetInstance().GetUdidByNetworkId("", udid); in HWTEST_F() 170 bool res = DpDeviceManager::GetInstance().GetUdidByNetworkId("", udid); in HWTEST_F()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/ |
H A D | device_info.cpp | 33 deviceManager.GetUdidByNetworkId(IDaemon::SERVICE_NAME, cid_, udid_); in DeviceInfo()
|
/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()
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/devicemanager/ |
H A D | dp_device_manager.cpp | 339 if (GetUdidByNetworkId(networkId, udid)) { in AddDeviceIds() 355 if (!GetUdidByNetworkId(networkId, udid)) { in RemoveExpiredDeviceIds() 408 bool DpDeviceManager::GetUdidByNetworkId(const std::string& networkId, std::string& udid) in GetUdidByNetworkId() function in OHOS::DeviceProfile::DpDeviceManager 410 return ((DeviceManager::GetInstance().GetUdidByNetworkId( in GetUdidByNetworkId()
|
/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()
|
/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() 74 SLOGE("GetUdidByNetworkId failed"); 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()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/adapter/ |
H A D | dnetwork_adapter.cpp | 224 std::string DnetworkAdapter::GetUdidByNetworkId(const std::string& networkId)
in GetUdidByNetworkId() function in OHOS::DistributedSchedule::DnetworkAdapter 231 int32_t errCode = DeviceManager::GetInstance().GetUdidByNetworkId(PKG_NAME, networkId, udid);
in GetUdidByNetworkId() 233 HILOGE("GetUdidByNetworkId errCode = %{public}d", errCode);
in GetUdidByNetworkId()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/adapter/ |
H A D | dnetwork_adapter.h | 61 std::string GetUdidByNetworkId(const std::string& networkId);
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | dtbschedmgr_device_info_storage.h | 74 std::string GetUdidByNetworkId(const std::string& networkId);
|
/foundation/distributeddatamgr/pasteboard/framework/framework/include/device/ |
H A D | dm_adapter.h | 46 std::string GetUdidByNetworkId(const std::string &networkId);
|
/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedeviceservice_fuzzer/ |
H A D | authenticate_device_service_fuzzer.cpp | 77 DeviceManagerService::GetInstance().GetUdidByNetworkId(pkgName, deviceId, udid); in AuthenticateDeviceServiceFuzzTest()
|
/foundation/distributedhardware/device_manager/services/softbuscache/include/ |
H A D | dm_softbus_cache.h | 53 int32_t GetUdidByNetworkId(const char *networkId, std::string &udid);
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_permission.cpp | 151 std::string udid = DnetworkAdapter::GetInstance()->GetUdidByNetworkId(remoteNetworkId);
in GetAccountInfo() 490 std::string udid = DnetworkAdapter::GetInstance()->GetUdidByNetworkId(callerInfo.sourceDeviceId);
in CheckAccountAccessPermission() 662 std::string srcUdid = DnetworkAdapter::GetInstance()->GetUdidByNetworkId(srcDeviceId);
in CheckDeviceSecurityLevel() 667 std::string dstUdid = DnetworkAdapter::GetInstance()->GetUdidByNetworkId(dstDeviceId);
in CheckDeviceSecurityLevel()
|
H A D | dtbschedmgr_device_info_storage.cpp | 242 udid = GetUdidByNetworkId(dmDeviceInfo.networkId); in GetLocalUdid() 322 std::string DtbschedmgrDeviceInfoStorage::GetUdidByNetworkId(const std::string& networkId) in GetUdidByNetworkId() function in OHOS::DistributedSchedule::DtbschedmgrDeviceInfoStorage 325 HILOGW("GetUdidByNetworkId networkId empty!"); in GetUdidByNetworkId() 328 std::string udid = DnetworkAdapter::GetInstance()->GetUdidByNetworkId(networkId); in GetUdidByNetworkId()
|
/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() 487 std::string DAudioSinkManager::GetUdidByNetworkId(const std::string &networkId)
in GetUdidByNetworkId() function in OHOS::DistributedHardware::DAudioSinkManager 498 ret = DeviceManager::GetInstance().GetUdidByNetworkId(PKG_NAME, networkId, udid);
in GetUdidByNetworkId() 500 DHLOGE("GetUdidByNetworkId failed ret = %{public}d", ret);
in GetUdidByNetworkId()
|
/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()
|