| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/ |
| H A D | component_manager_test.cpp | 167 std::string networkId = ""; in HWTEST_F() local 183 std::string networkId = ""; in HWTEST_F() local 441 std::string networkId; in HWTEST_F() local 457 std::string networkId; HWTEST_F() local 476 std::string networkId; HWTEST_F() local 492 std::string networkId; HWTEST_F() local 538 std::string networkId; HWTEST_F() local 650 std::string networkId; HWTEST_F() local 769 std::string networkId = "networkId_test"; HWTEST_F() local 784 std::string networkId = "networkId_test"; HWTEST_F() local 799 std::string networkId = "networkId_test"; HWTEST_F() local [all...] |
| /foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
| H A D | softbus_handler.cpp | 60 bool SoftBusHandler::IsSameAccount(const std::string &networkId) in IsSameAccount() argument
|
| H A D | softbus_agent.cpp | 59 bool SoftbusAgent::IsSameAccount(const std::string &networkId) in IsSameAccount() argument
|
| /foundation/distributedhardware/distributed_hardware_fwk/interfaces/kits/napi/src/ |
| H A D | native_distributedhardwarefwk_js.cpp | 142 char networkId[96]; in PauseDistributedHardware() local 194 char networkId[96]; in ResumeDistributedHardware() local 246 char networkId[96]; StopDistributedHardware() local [all...] |
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/ |
| H A D | distributed_hardware_stub.cpp | 292 std::string networkId = ""; in HandleNotifySourceRemoteSinkStarted() local 343 std::string networkId = data.ReadString(); in PauseDistributedHardwareInner() local 363 std::string networkId = data.ReadString(); in ResumeDistributedHardwareInner() local 383 std::string networkId = data.ReadString(); StopDistributedHardwareInner() local [all...] |
| H A D | distributed_hardware_service.cpp | 307 int32_t DistributedHardwareService::PauseDistributedHardware(DHType dhType, const std::string &networkId) in PauseDistributedHardware() argument 325 int32_t DistributedHardwareService::ResumeDistributedHardware(DHType dhType, const std::string &networkId) in ResumeDistributedHardware() argument 343 int32_t DistributedHardwareService::StopDistributedHardware(DHType dhType, const std::string &networkId) in StopDistributedHardware() argument
|
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/ |
| H A D | dh_transport.cpp | 235 std::string networkId = GetLocalNetworkId(); in CreateServerSocket() local 334 std::string networkId = ""; in GetRemoteNetworkIdBySocketId() local [all...] |
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/ |
| H A D | dh_context.cpp | 121 void DHContext::AddOnlineDevice(const std::string &udid, const std::string &uuid, const std::string &networkId) in AddOnlineDevice() argument 143 void DHContext::RemoveOnlineDeviceIdEntryByNetworkId(const std::string &networkId) in RemoveOnlineDeviceIdEntryByNetworkId() argument 185 std::string networkId = ""; in GetNetworkIdByUUID() local 201 std::string networkId = ""; GetNetworkIdByUDID() local 227 GetUUIDByNetworkId(const std::string &networkId) GetUUIDByNetworkId() argument 243 GetUDIDByNetworkId(const std::string &networkId) GetUDIDByNetworkId() argument 281 std::string networkId = ""; GetNetworkIdByDeviceId() local 326 AddRealTimeOnlineDeviceNetworkId(const std::string &networkId) AddRealTimeOnlineDeviceNetworkId() argument 333 DeleteRealTimeOnlineDeviceNetworkId(const std::string &networkId) DeleteRealTimeOnlineDeviceNetworkId() argument [all...] |
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/versioninfomanager/versioninfomanager/src/ |
| H A D | version_info_manager_test.cpp | 322 std::string networkId = "networkId_123456"; in HWTEST_F() local
|
| /foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/ |
| H A D | distributed_file_daemon_proxy.cpp | 197 int32_t DistributedFileDaemonProxy::OpenP2PConnectionEx(const std::string &networkId, in OpenP2PConnectionEx() argument 237 int32_t DistributedFileDaemonProxy::CloseP2PConnectionEx(const std::string &networkId) in CloseP2PConnectionEx() argument
|
| /foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
| H A D | translistener.cpp | 138 auto networkId = GetNetworkIdFromUri(srcUri); in PrepareCopySession() local
|
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/ |
| H A D | component_privacy.cpp | 62 void ComponentPrivacy::HandlePullUpPage(const std::string &subtype, const std::string &networkId) in HandlePullUpPage() argument 122 int32_t ComponentPrivacy::OnResourceInfoCallback(const std::string &subtype, const std::string &networkId, in OnResourceInfoCallback() argument 47 OnPrivaceResourceMessage(const ResourceEventType &type, const std::string &subtype, const std::string &networkId, bool &isSensitive, bool &isSameAccout) OnPrivaceResourceMessage() argument 156 StartPrivacePage(const std::string &subtype, const std::string &networkId) StartPrivacePage() argument 317 std::string networkId = cJSON_GetObjectItem(innerMsg, PRIVACY_NETWORKID.c_str())->valuestring; ProcessStartPage() local [all...] |
| /foundation/filemanagement/storage_service/services/storage_daemon/client/ |
| H A D | storage_daemon_client.cpp | 460 MountDfsDocs(int32_t userId, const std::string &relativePath, const std::string &networkId, const std::string &deviceId) MountDfsDocs() argument 477 UMountDfsDocs(int32_t userId, const std::string &relativePath, const std::string &networkId, const std::string &deviceId) UMountDfsDocs() argument
|
| /foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/ipc/ |
| H A D | distributed_hardware_proxy.cpp | 420 int32_t DistributedHardwareProxy::PauseDistributedHardware(DHType dhType, const std::string &networkId) in PauseDistributedHardware() argument 458 int32_t DistributedHardwareProxy::ResumeDistributedHardware(DHType dhType, const std::string &networkId) in ResumeDistributedHardware() argument 496 int32_t DistributedHardwareProxy::StopDistributedHardware(DHType dhType, const std::string &networkId) in StopDistributedHardware() argument [all...] |
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/ |
| H A D | db_adapter.cpp | 227 std::string networkId = GetNetworkIdByKey(key); in SyncByNotFound() local 550 bool DBAdapter::SyncDataByNetworkId(const std::string &networkId) in SyncDataByNetworkId() argument
|
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/dbadapter/src/ |
| H A D | db_adapter_test.cpp | 366 std::string networkId = DEV_NETWORK_ID_1; in HWTEST_F() local
|
| /foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/ |
| H A D | file_transfer_manager.cpp | 41 void FileTransferManager::DownloadFileFromRemoteDevice(const std::string &networkId, in DownloadFileFromRemoteDevice() argument
|
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
| H A D | connectdfs.cpp | 296 void NAPIDfsListener::OnStatus(const std::string &networkId, int32_t status) in OnStatus() argument
|
| /foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
| H A D | dms_continue_recv_manager.cpp | 379 std::string networkId = continueInfo.senderNetworkId; in NotifyRecvBroadcast() local 532 void DMSContinueRecvMgr::NotifyDeviceOffline(const std::string& networkId) in NotifyDeviceOffline() argument [all...] |
| H A D | dsched_sync_e2e.cpp | 268 bool DmsKvSyncE2E::PushAndPullData(const std::string &networkId)
in PushAndPullData() argument 293 void DmsKvSyncE2E::SetSyncRecord(const std::string &networkId)
in SetSyncRecord() argument 299 void DmsKvSyncE2E::ClearSyncRecord(const std::string &networkId)
in ClearSyncRecord() argument 311 IsSynchronized(const std::string &networkId) IsSynchronized() argument [all...] |
| /foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/ |
| H A D | bundle_manager_internal.cpp | 423 std::string BundleManagerInternal::GetContinueType(const std::string &networkId, in GetContinueType() argument 450 std::string BundleManagerInternal::GetAbilityName(const std::string &networkId, in GetAbilityName() argument 462 int32_t BundleManagerInternal::GetBundleNameById(const std::string& networkId, in GetBundleNameById() argument
|
| /foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/ |
| H A D | discovery_manager.cpp | 310 std::string networkId = dmDeviceInfo.networkId; in OnDeviceInfoFound() local
|
| /foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/ |
| H A D | softbus_connection.cpp | 364 auto networkId = CastDeviceDataManager::GetInstance().GetDeviceNetworkId(channelRequest_.remoteDeviceInfo.deviceId); in SetupSession() local
|
| /foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/ |
| H A D | js_feature_ability.cpp | 418 std::string networkId; in UnWrapRequestParams() local
|
| /foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/ |
| H A D | softbus_connection.cpp | 361 auto networkId = CastDeviceDataManager::GetInstance().GetDeviceNetworkId(channelRequest_.remoteDeviceInfo.deviceId); in SetupSession() local
|