Home
last modified time | relevance | path

Searched defs:srcDevId (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Dinput_node_listener_stub.cpp41 std::string srcDevId = data.ReadString(); in OnRemoteRequest() local
49 std::string srcDevId = data.ReadString(); in OnRemoteRequest() local
H A Dinput_node_listener_proxy.cpp33 void InputNodeListenerProxy::OnNodeOnLine(const std::string &srcDevId, const std::string &sinkDevId, in OnNodeOnLine()
71 void InputNodeListenerProxy::OnNodeOffLine(const std::string &srcDevId, const std::string &sinkDevI… in OnNodeOffLine()
H A Ddistributed_input_client.cpp721 …stributedInputClient::NotifyStartDScreen(const std::string &sinkDevId, const std::string &srcDevId, in NotifyStartDScreen()
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/test/sinkmanagerunittest/
H A Ddistributed_input_sinkmanager_test.cpp199 std::string srcDevId = "umkyu1b165e1be98151891erbe8r91ev"; variable
223 std::string srcDevId = "umkyu1b165e1be98151891erbe8r91ev"; variable
277 std::string srcDevId = "umkyu1b165e1be98151891erbe8r91ev"; variable
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/addwhitelistinfoscallbackunittest/
H A Dadd_white_list_infos_call_back_test.cpp79 …AddWhiteListInfosCallbackTest::TestInputNodeListenerStub::OnNodeOnLine(const std::string &srcDevId, in OnNodeOnLine()
88 …ddWhiteListInfosCallbackTest::TestInputNodeListenerStub::OnNodeOffLine(const std::string &srcDevId, in OnNodeOffLine()
235 std::string srcDevId = "srcDevId_test"; variable
251 std::string srcDevId = "srcDevId_test"; variable
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/ipcunittest/
H A Ddistributed_input_ipc_test.cpp44 void DistributedInputIpcTest::TestInputNodeListener::OnNodeOnLine(const std::string &srcDevId, in OnNodeOnLine()
54 void DistributedInputIpcTest::TestInputNodeListener::OnNodeOffLine(const std::string &srcDevId, in OnNodeOffLine()
307 std::string srcDevId = "erq6w54e9q8w4eqw19q6d1"; variable
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/test/sourceinjectunittest/
H A Ddistributed_input_sourceinject_test.cpp54 … DistributedInputSourceInjectTest::TestInputNodeListener::OnNodeOnLine(const std::string &srcDevId, in OnNodeOnLine()
63 …DistributedInputSourceInjectTest::TestInputNodeListener::OnNodeOffLine(const std::string &srcDevId, in OnNodeOffLine()
/ohos5.0/foundation/distributedhardware/distributed_input/utils/test/unittest/
H A Ddinput_context_test.cpp224 std::string srcDevId = "srcDevId_test"; variable
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/inner_kits/test/unittest/
H A Ddistributed_input_inner_test.cpp88 void DistributedInputInnerTest::TestInputNodeListener::OnNodeOnLine(const std::string &srcDevId, in OnNodeOnLine()
98 void DistributedInputInnerTest::TestInputNodeListener::OnNodeOffLine(const std::string &srcDevId, in OnNodeOffLine()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/clientunittest/
H A Ddistributed_input_client_test.cpp126 void DistributedInputClientTest::TestInputNodeListener::OnNodeOnLine(const std::string &srcDevId, in OnNodeOnLine()
136 void DistributedInputClientTest::TestInputNodeListener::OnNodeOffLine(const std::string &srcDevId, in OnNodeOffLine()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/dinputsourcecallbackunittest/
H A Ddinput_source_callback_unittest.cpp341 …DInputSourceCallBackTest::TestDInputNodeListenerCallBack::OnNodeOnLine(const std::string &srcDevId, in OnNodeOnLine()
351 …InputSourceCallBackTest::TestDInputNodeListenerCallBack::OnNodeOffLine(const std::string &srcDevId, in OnNodeOffLine()
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp865 …utedInputSinkManager::ProjectWindowListener::UpdateSinkScreenInfoCache(const std::string &srcDevId, in UpdateSinkScreenInfoCache()
938 …utedInputSinkManager::DScreenSinkSvrRecipient::DScreenSinkSvrRecipient(const std::string &srcDevId, in DScreenSinkSvrRecipient()
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp1581 std::string srcDevId = GetLocalNetworkId(); in OnMessage() local
1646 std::string srcDevId = GetLocalNetworkId(); in UpdateSrcScreenInfoCache() local
1755 …putSourceManager::DScreenSourceSvrRecipient::DScreenSourceSvrRecipient(const std::string &srcDevId, in DScreenSourceSvrRecipient()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/fuzztest/distributedinputstub_fuzzer/
H A Ddistributedinputstub_fuzzer.cpp473 void OnNodeOnLine(const std::string &srcDevId, const std::string &sinkDevId, in OnNodeOnLine()
483 void OnNodeOffLine(const std::string &srcDevId, const std::string &sinkDevId, in OnNodeOffLine()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/
H A Ddfx_types.h182 std::string srcDevId; member
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp505 std::string srcDevId; in ContinueMissionInner() local
555 std::string srcDevId; in ContinueMissionOfBundleNameInner() local
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_stub_test.cpp519 std::string srcDevId = ""; variable
572 std::string srcDevId = "srcDevId"; variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue.cpp1282 const std::string& srcDevId) in CheckDeviceIdFromRemote()
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/
H A Ddistributed_input_sourcemanager_test.cpp167 …stributedInputSourceManagerTest::TestInputNodeListenerCb::OnNodeOnLine(const std::string &srcDevId, in OnNodeOnLine()
177 …tributedInputSourceManagerTest::TestInputNodeListenerCb::OnNodeOffLine(const std::string &srcDevId, in OnNodeOffLine()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/
H A Ddsched_continue_test.cpp811 std::string srcDevId = "srcDevId"; variable