Home
last modified time | relevance | path

Searched defs:networkId (Results 301 - 325 of 785) sorted by relevance

1...<<11121314151617181920>>...32

/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Dsession_bus_center.h33 char networkId[MOCK_NETWORK_ID_BUF_LEN]; /**< Device ID */ member
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_device_state_manager.cpp215 std::string networkId; in HWTEST_F() local
223 std::string networkId; in HWTEST_F() local
231 std::string networkId = "networkId"; in HWTEST_F() local
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service_two.cpp76 std::string networkId = "123"; in HWTEST_F() local
183 std::string networkId = "123"; in HWTEST_F() local
367 std::string networkId = ""; in HWTEST_F() local
376 std::string networkId = "networkIdTest"; in HWTEST_F() local
H A DUTTest_device_manager_impl_three.cpp1315 std::string networkId = "networkIdTest"; in HWTEST_F() local
1327 std::string networkId = ""; in HWTEST_F() local
1339 std::string networkId = "networkIdTest"; in HWTEST_F() local
/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesource/src/
H A Ddaudio_source_stub.cpp123 std::string networkId = data.ReadString(); in RegisterDistributedHardwareInner() local
144 std::string networkId = data.ReadString(); in UnregisterDistributedHardwareInner() local
160 std::string networkId = data.ReadString(); in ConfigDistributedHardwareInner() local
172 std::string networkId = data.ReadString(); in DAudioNotifyInner() local
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcamera/
H A Ddistributed_camera_sink_stub.cpp301 std::string networkId = data.ReadString(); in PauseDistributedHardwareInner() local
323 std::string networkId = data.ReadString(); in ResumeDistributedHardwareInner() local
345 std::string networkId = data.ReadString(); in StopDistributedHardwareInner() local
[all...]
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_dev.cpp169 int32_t DCameraSinkDev::PauseDistributedHardware(const std::string &networkId) in PauseDistributedHardware() argument
184 int32_t DCameraSinkDev::ResumeDistributedHardware(const std::string &networkId) in ResumeDistributedHardware() argument
199 int32_t DCameraSinkDev::StopDistributedHardware(const std::string &networkId) in StopDistributedHardware() argument
[all...]
/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/
H A Dipc_cmd_parser.cpp137 std::string networkId = (const char*)ReadString(&req, nullptr); in ON_IPC_SERVER_CMD() local
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/distributed_hardware_proxy/include/
H A Ddistributed_hardware_proxy_test.h108 int32_t PauseDistributedHardware(DHType dhType, const std::string &networkId) in PauseDistributedHardware() argument
115 int32_t ResumeDistributedHardware(DHType dhType, const std::string &networkId) in ResumeDistributedHardware() argument
122 int32_t StopDistributedHardware(DHType dhType, const std::string &networkId) in StopDistributedHardware() argument
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/dhfwk_sa_manager/include/
H A Ddhfwk_sa_manager_test.h113 int32_t PauseDistributedHardware(DHType dhType, const std::string &networkId) in PauseDistributedHardware() argument
120 int32_t ResumeDistributedHardware(DHType dhType, const std::string &networkId) in ResumeDistributedHardware() argument
127 int32_t StopDistributedHardware(DHType dhType, const std::string &networkId) in StopDistributedHardware() argument
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/accessmanager/
H A Daccess_manager.cpp132 auto networkId = std::string(deviceInfo.networkId); in OnDeviceOnline() local
159 auto networkId = std::string(deviceInfo.networkId); OnDeviceOffline() local
214 const auto networkId = std::string(deviceInfo.networkId); CheckTrustedDeviceOnline() local
[all...]
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_service_proxy_test.cpp764 string networkId = ""; in HWTEST_F() local
784 string networkId = ""; in HWTEST_F() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Dtask.cpp23 Task::Task(const std::string &networkId, const std::string &uuid, const std::string &udid, const std::string &dhId, in Task() argument
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/include/
H A Di_daemon_mock.h53 int32_t OpenP2PConnectionEx(const std::string &networkId, sptr<IFileDfsListener> remoteReverseObj) in OpenP2PConnectionEx() argument
58 int32_t CloseP2PConnectionEx(const std::string &networkId) in CloseP2PConnectionEx() argument
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/ipcunittest/
H A Ddistributed_input_ipc_test.cpp315 std::string networkId = "46qw4e61dq6w1dq6w5e4q6"; in HWTEST_F() local
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/
H A Ddistributed_file_daemon_manager_impl.cpp55 int32_t DistributedFileDaemonManagerImpl::OpenP2PConnectionEx(const std::string &networkId, in OpenP2PConnectionEx() argument
66 int32_t DistributedFileDaemonManagerImpl::CloseP2PConnectionEx(const std::string &networkId) in CloseP2PConnectionEx() argument
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/
H A Di_cloud_sync_service_mock.h152 DownloadAsset(const uint64_t taskId, const int32_t userId, const std::string &bundleName, const std::string &networkId, AssetInfoObj &assetInfoObj) DownloadAsset() argument
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/
H A Dconnection_detector_test.cpp91 string networkId = "test$file@txt"; in HWTEST_F() local
101 string networkId; in HWTEST_F() local
147 string networkId; in HWTEST_F() local
157 string networkId = "test@4#"; in HWTEST_F() local
231 string networkId; in HWTEST_F() local
242 string networkId = "test@txt#1"; HWTEST_F() local
260 string networkId = "abc"; HWTEST_F() local
289 string networkId = "abc"; HWTEST_F() local
325 string networkId = "abc"; HWTEST_F() local
361 string networkId = "abc"; HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_manager_factory.cpp138 const auto networkId = std::string(deviceInfo.networkId); in CheckExitSAOrNot() local
156 int32_t DistributedHardwareManagerFactory::SendOnLineEvent(const std::string &networkId, const std::string &uuid, in SendOnLineEvent() argument
204 SendOffLineEvent(const std::string &networkId, const std::string &uuid, const std::string &udid, uint16_t deviceType) SendOffLineEvent() argument
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/include/
H A Ddistributed_hardware_stub_test.h105 int32_t PauseDistributedHardware(DHType dhType, const std::string &networkId) in PauseDistributedHardware() argument
112 int32_t ResumeDistributedHardware(DHType dhType, const std::string &networkId) in ResumeDistributedHardware() argument
119 int32_t StopDistributedHardware(DHType dhType, const std::string &networkId) in StopDistributedHardware() argument
/foundation/distributedhardware/distributed_input/utils/test/unittest/
H A Ddinput_context_test.cpp196 std::string networkId = ""; in HWTEST_F() local
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/
H A Ddistributed_hardware_fwk_kit.cpp204 int32_t DistributedHardwareFwkKit::PauseDistributedHardware(DHType dhType, const std::string &networkId) in PauseDistributedHardware() argument
221 int32_t DistributedHardwareFwkKit::ResumeDistributedHardware(DHType dhType, const std::string &networkId) in ResumeDistributedHardware() argument
238 StopDistributedHardware(DHType dhType, const std::string &networkId) StopDistributedHardware() argument
[all...]
/foundation/distributedhardware/distributed_input/sinkhandler/src/
H A Ddistributed_input_sink_handler.cpp162 int32_t DistributedInputSinkHandler::PauseDistributedHardware(const std::string &networkId) in PauseDistributedHardware() argument
167 int32_t DistributedInputSinkHandler::ResumeDistributedHardware(const std::string &networkId) in ResumeDistributedHardware() argument
172 int32_t DistributedInputSinkHandler::StopDistributedHardware(const std::string &networkId) in StopDistributedHardware() argument
/foundation/distributedhardware/distributed_screen/common/src/
H A Ddscreen_util.cpp45 int32_t GetLocalDeviceNetworkId(std::string &networkId) in GetLocalDeviceNetworkId() argument
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Dcloud_sync_service_test.cpp473 std::string networkId = "0.0.0.0"; in HWTEST_F() local
499 std::string networkId = "edge2cloud"; in HWTEST_F() local

Completed in 16 milliseconds

1...<<11121314151617181920>>...32