Home
last modified time | relevance | path

Searched refs:SetNetWorkId (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_get_device_screen_status_req.h42 void SetNetWorkId(const std::string &netWorkId) in SetNetWorkId() function
H A Dipc_get_info_by_network_req.h42 void SetNetWorkId(const std::string &netWorkId) in SetNetWorkId() function
H A Dipc_get_info_by_network_rsp.h124 void SetNetWorkId(const std::string &netWorkId) in SetNetWorkId() function
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/include/
H A Dvirtual_device.h45 void SetNetWorkId(const std::string &netWorkId);
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/
H A Ddistribute_req_param.h95 inline void SetNetWorkId(const std::string &netWorkId) in SetNetWorkId() function
H A Djs_feature_ability.cpp420 requestParam.SetNetWorkId(networkId); in UnWrapRequestParams()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/
H A Ddms_continue_time_dumper.h77 void SetNetWorkId(const std::string srcNetWorkId, const std::string dstNetWorkId);
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_cmd_parser_client.cpp291 req->SetNetWorkId(netWorkId);
325 req->SetNetWorkId(netWorkId);
499 req->SetNetWorkId(networkId);
H A DUTTest_ipc_cmd_register.cpp260 req->SetNetWorkId(netWorkId);
278 req->SetNetWorkId(netWorkId);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H A Dvirtual_device.cpp189 void VirtualDevice::SetNetWorkId(const std::string &netWorkId) in SetNetWorkId() function in OHOS::DistributedHardware::DistributedInput::VirtualDevice
H A Ddistributed_input_node_manager.cpp365 virtualDevice->SetNetWorkId(devId); in CreateHandle()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp287 req->SetNetWorkId(networkId); in GetDeviceInfo()
797 req->SetNetWorkId(netWorkId); in GetUdidByNetworkId()
827 req->SetNetWorkId(netWorkId); in GetUuidByNetworkId()
1246 req->SetNetWorkId(networkId); in GetEncryptedUuidByNetworkId()
1463 req->SetNetWorkId(netWorkId); in GetNetworkTypeByNetworkId()
2048 req->SetNetWorkId(networkId); in GetDeviceSecurityLevel()
2270 req->SetNetWorkId(networkId); in GetDeviceScreenStatus()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/dfx/
H A Ddms_continue_time_dumper_test.cpp188 DmsContinueTime::GetInstance().SetNetWorkId(NETWORK_ID, NETWORK_ID);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H A Ddms_continue_time_dumper.cpp165 void DmsContinueTime::SetNetWorkId(const std::string srcNetWorkId, const std::string dstNetWorkId) in SetNetWorkId() function in OHOS::DistributedSchedule::DmsContinueTime
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue.cpp616 …DmsContinueTime::GetInstance().SetNetWorkId(continueInfo_.sourceDeviceId_, continueInfo_.sinkDevic… in DurationDumperStart()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp1684 pRsp->SetNetWorkId(reply.ReadString()); in ON_IPC_READ_RESPONSE()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp430 DmsContinueTime::GetInstance().SetNetWorkId(srcDeviceId, dstDeviceId); in DurationStart()