Home
last modified time | relevance | path

Searched refs:GetUdidByNetworkId (Results 1 - 25 of 78) sorted by relevance

1234

/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddbms_device_manager.cpp61 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 Ddistributed_data_storage.cpp178 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 Ddm_adapter_test.cpp109 * @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 Ddev_profile.cpp144 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 Ddm_adapter.cpp157 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 Ddbms_device_manager.h31 int32_t GetUdidByNetworkId(const std::string &netWorkId, std::string &udid);
/foundation/distributedhardware/device_manager/test/servicesfuzztest/gettrusteddevicelistservice_fuzzer/
H A Dget_trusted_devicelist_service_fuzzer.cpp34 DeviceManagerService::GetInstance().GetUdidByNetworkId(pkgName, pkgName, pkgName); in GetTrustedDeviceListFuzzTest()
/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbusconnectorstatic_fuzzer/
H A Dsoftbus_connector_static_fuzzer.cpp40 SoftbusConnector::GetUdidByNetworkId(networkId, uuid); in SoftBusConnectorStaticFuzzTest()
/foundation/distributedhardware/device_manager/test/servicesfuzztest/getudidbynetworkid_fuzzer/
H A Dget_udid_by_network_id_fuzzer.cpp38 DeviceManager::GetInstance().GetUdidByNetworkId(pkgName, netWorkId, udid); in GetUdidByNetworkIdFuzzTest()
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_dm_test.cpp81 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 Ddevice_info.cpp33 deviceManager.GetUdidByNetworkId(IDaemon::SERVICE_NAME, cid_, udid_); in DeviceInfo()
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/device_manage/
H A Dmedialibrary_device.cpp56 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 Ddp_device_manager.cpp339 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 Ddm_softbus_cache.cpp97 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 Davsession_radar.cpp69 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 Ddnetwork_adapter.cpp224 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 Ddnetwork_adapter.h61 std::string GetUdidByNetworkId(const std::string& networkId);
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddtbschedmgr_device_info_storage.h74 std::string GetUdidByNetworkId(const std::string& networkId);
/foundation/distributeddatamgr/pasteboard/framework/framework/include/device/
H A Ddm_adapter.h46 std::string GetUdidByNetworkId(const std::string &networkId);
/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedeviceservice_fuzzer/
H A Dauthenticate_device_service_fuzzer.cpp77 DeviceManagerService::GetInstance().GetUdidByNetworkId(pkgName, deviceId, udid); in AuthenticateDeviceServiceFuzzTest()
/foundation/distributedhardware/device_manager/services/softbuscache/include/
H A Ddm_softbus_cache.h53 int32_t GetUdidByNetworkId(const char *networkId, std::string &udid);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_permission.cpp151 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 Ddtbschedmgr_device_info_storage.cpp242 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 Ddaudio_sink_manager.cpp430 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 Ddm_device_state_manager.cpp65 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()

Completed in 14 milliseconds

1234