Home
last modified time | relevance | path

Searched refs:srcDevId (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/test/sinkmanagerunittest/
H A Ddistributed_input_sinkmanager_test.cpp207 jsonObj[SOURCE_DEVICE_ID] = srcDevId;
216 srcDevId, srcWinId, sinkScreenInfo);
233 srcDevId, srcWinId, sinkScreenInfo);
236 jsonObj[SOURCE_DEVICE_ID] = srcDevId;
237 jsonObj[SOURCE_WINDOW_ID] = srcDevId;
239 srcDevId, srcWinId, sinkScreenInfo);
243 jsonObj[SINK_SHOW_WINDOW_ID] = srcDevId;
245 srcDevId, srcWinId, sinkScreenInfo);
251 srcDevId, srcWinId, sinkScreenInfo);
261 jsonObj[SINK_WINDOW_SHOW_X] = srcDevId;
[all …]
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Dinput_node_listener_stub.cpp41 std::string srcDevId = data.ReadString(); in OnRemoteRequest() local
45 OnNodeOnLine(srcDevId, sinkDevId, sinkNodeId, sinkNodeDesc); in OnRemoteRequest()
49 std::string srcDevId = data.ReadString(); in OnRemoteRequest() local
52 OnNodeOffLine(srcDevId, sinkDevId, sinkNodeId); in OnRemoteRequest()
H A Dinput_node_listener_proxy.cpp33 void InputNodeListenerProxy::OnNodeOnLine(const std::string &srcDevId, const std::string &sinkDevId, in OnNodeOnLine() argument
48 if (!data.WriteString(srcDevId)) { in OnNodeOnLine()
71 void InputNodeListenerProxy::OnNodeOffLine(const std::string &srcDevId, const std::string &sinkDevI… in OnNodeOffLine() argument
86 if (!data.WriteString(srcDevId)) { in OnNodeOffLine()
/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() argument
82 srcDevId_ = srcDevId; in OnNodeOnLine()
88 …ddWhiteListInfosCallbackTest::TestInputNodeListenerStub::OnNodeOffLine(const std::string &srcDevId, in OnNodeOffLine() argument
91 srcDevId_ = srcDevId; in OnNodeOffLine()
235 std::string srcDevId = "srcDevId_test"; variable
239 nodeListenerProxy.OnNodeOnLine(srcDevId, sinkDevId, sinkNodeId, sinkNodeDesc);
240 …EXPECT_STREQ(srcDevId.c_str(), ((sptr<TestInputNodeListenerStub> &)nodeListener)->srcDevId_.c_str(…
251 std::string srcDevId = "srcDevId_test"; variable
254 nodeListenerProxy.OnNodeOffLine(srcDevId, sinkDevId, sinkNodeId);
255 …EXPECT_STREQ(srcDevId.c_str(), ((sptr<TestInputNodeListenerStub> &)nodeListener)->srcDevId_.c_str(…
H A Dadd_white_list_infos_call_back_test.h80 void OnNodeOnLine(const std::string &srcDevId, const std::string &sinkDevId,
83 void OnNodeOffLine(const std::string &srcDevId, const std::string &sinkDevId,
/ohos5.0/foundation/distributedhardware/distributed_input/frameworks/include/
H A Di_input_node_listener.h28 virtual void OnNodeOnLine(const std::string &srcDevId, const std::string &sinkDevId,
31 virtual void OnNodeOffLine(const std::string &srcDevId, const std::string &sinkDevId,
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/include/
H A Dinput_node_listener_proxy.h33 void OnNodeOnLine(const std::string &srcDevId, const std::string &sinkDevId,
36 void OnNodeOffLine(const std::string &srcDevId, const std::string &sinkDevId,
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/ipcunittest/
H A Ddistributed_input_ipc_test.h48 void OnNodeOnLine(const std::string &srcDevId, const std::string &sinkDevId,
51 void OnNodeOffLine(const std::string &srcDevId, const std::string &sinkDevId,
H A Ddistributed_input_ipc_test.cpp44 void DistributedInputIpcTest::TestInputNodeListener::OnNodeOnLine(const std::string &srcDevId, in OnNodeOnLine() argument
47 (void)srcDevId; in OnNodeOnLine()
54 void DistributedInputIpcTest::TestInputNodeListener::OnNodeOffLine(const std::string &srcDevId, in OnNodeOffLine() argument
57 (void)srcDevId; in OnNodeOffLine()
307 std::string srcDevId = "erq6w54e9q8w4eqw19q6d1"; variable
309 …int32_t ret = DistributedInputClient::GetInstance().NotifyStartDScreen(sinkDevId, srcDevId, srcWin…
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/test/sourceinjectunittest/
H A Ddistributed_input_sourceinject_test.h45 …void OnNodeOnLine(const std::string &srcDevId, const std::string &sinkDevId, const std::string &si…
47 …void OnNodeOffLine(const std::string &srcDevId, const std::string &sinkDevId, const std::string &s…
H A Ddistributed_input_sourceinject_test.cpp54 … DistributedInputSourceInjectTest::TestInputNodeListener::OnNodeOnLine(const std::string &srcDevId, in OnNodeOnLine() argument
57 (void)srcDevId; in OnNodeOnLine()
63 …DistributedInputSourceInjectTest::TestInputNodeListener::OnNodeOffLine(const std::string &srcDevId, in OnNodeOffLine() argument
66 (void)srcDevId; in OnNodeOffLine()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/inner_kits/test/unittest/
H A Ddistributed_input_inner_test.h99 void OnNodeOnLine(const std::string &srcDevId, const std::string &sinkDevId,
102 void OnNodeOffLine(const std::string &srcDevId, const std::string &sinkDevId,
H A Ddistributed_input_inner_test.cpp88 void DistributedInputInnerTest::TestInputNodeListener::OnNodeOnLine(const std::string &srcDevId, in OnNodeOnLine() argument
91 (void)srcDevId; in OnNodeOnLine()
98 void DistributedInputInnerTest::TestInputNodeListener::OnNodeOffLine(const std::string &srcDevId, in OnNodeOffLine() argument
101 (void)srcDevId; in OnNodeOffLine()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/clientunittest/
H A Ddistributed_input_client_test.h109 void OnNodeOnLine(const std::string &srcDevId, const std::string &sinkDevId,
112 void OnNodeOffLine(const std::string &srcDevId, const std::string &sinkDevId,
H A Ddistributed_input_client_test.cpp126 void DistributedInputClientTest::TestInputNodeListener::OnNodeOnLine(const std::string &srcDevId, in OnNodeOnLine() argument
129 (void)srcDevId; in OnNodeOnLine()
136 void DistributedInputClientTest::TestInputNodeListener::OnNodeOffLine(const std::string &srcDevId, in OnNodeOffLine() argument
139 (void)srcDevId; in OnNodeOffLine()
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/
H A Ddistributed_input_sourcemanager_test.h134 void OnNodeOnLine(const std::string &srcDevId, const std::string &sinkDevId,
137 void OnNodeOffLine(const std::string &srcDevId, const std::string &sinkDevId,
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/include/
H A Ddistributed_input_sink_manager.h103 int32_t UpdateSinkScreenInfoCache(const std::string &srcDevId, const uint64_t srcWinId,
123 DScreenSinkSvrRecipient(const std::string &srcDevId, const uint64_t srcWinId);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp505 std::string srcDevId; in ContinueMissionInner() local
507 PARCEL_READ_HELPER(data, String, srcDevId); in ContinueMissionInner()
525 …std::string remoteDeviceId = (IPCSkeleton::GetCallingDeviceID() == srcDevId) ? dstDevId : srcDevId; in ContinueMissionInner()
535 …result = DSchedContinueManager::GetInstance().ContinueMission(srcDevId, dstDevId, missionId, callb… in ContinueMissionInner()
541 result = ContinueMission(srcDevId, dstDevId, missionId, callback, *wantParams); in ContinueMissionInner()
555 std::string srcDevId; in ContinueMissionOfBundleNameInner() local
558 PARCEL_READ_HELPER(data, String, srcDevId); in ContinueMissionOfBundleNameInner()
583 …std::string remoteDeviceId = (IPCSkeleton::GetCallingDeviceID() == srcDevId) ? dstDevId : srcDevId; in ContinueMissionOfBundleNameInner()
590 DSchedContinueInfo(srcDevId, srcBundleName, dstDevId, bundleName, continueType), in ContinueMissionOfBundleNameInner()
596 result = ContinueMission(srcDevId, dstDevId, bundleName, callback, *wantParams); in ContinueMissionOfBundleNameInner()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/dinputsourcecallbackunittest/
H A Ddinput_source_callback_unittest.h188 void OnNodeOnLine(const std::string &srcDevId, const std::string &sinkDevId,
191 void OnNodeOffLine(const std::string &srcDevId, const std::string &sinkDevId,
H A Ddinput_source_callback_unittest.cpp341 …DInputSourceCallBackTest::TestDInputNodeListenerCallBack::OnNodeOnLine(const std::string &srcDevId, in OnNodeOnLine() argument
344 (void)srcDevId; in OnNodeOnLine()
351 …InputSourceCallBackTest::TestDInputNodeListenerCallBack::OnNodeOffLine(const std::string &srcDevId, in OnNodeOffLine() argument
354 (void)srcDevId; in OnNodeOffLine()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/
H A Ddsched_continue_test.cpp811 std::string srcDevId = "srcDevId"; variable
812 ret = conti->CheckDeviceIdFromRemote(localDevId, destDevId, srcDevId);
816 srcDevId = "localDevId";
817 ret = conti->CheckDeviceIdFromRemote(localDevId, destDevId, srcDevId);
821 ret = conti->CheckDeviceIdFromRemote(localDevId, destDevId, srcDevId);
824 srcDevId = "srcDevId";
826 ret = conti->CheckDeviceIdFromRemote(localDevId, destDevId, srcDevId);
/ohos5.0/foundation/distributedhardware/distributed_input/utils/test/unittest/
H A Ddinput_context_test.cpp224 std::string srcDevId = "srcDevId_test"; variable
229 jsonObj[DINPUT_SOFTBUS_KEY_SRC_DEV_ID] = srcDevId;
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp1581 std::string srcDevId = GetLocalNetworkId(); in OnMessage() local
1584 …nt32_t createNodeRes = DistributedInputInject::GetInstance().CreateVirtualTouchScreenNode(srcDevId, in OnMessage()
1598 int32_t rpcRes = DistributedInputClient::GetInstance().NotifyStartDScreen(sinkDevId, srcDevId, in OnMessage()
1607 …nSourceSvrRecipient> dScreenSrcDeathRecipient(new(std::nothrow) DScreenSourceSvrRecipient(srcDevId, in OnMessage()
1646 std::string srcDevId = GetLocalNetworkId(); in UpdateSrcScreenInfoCache() local
1647 …std::string srcScreenInfoKey = DInputContext::GetInstance().GetScreenInfoKey(srcDevId, tmpInfo.sou… in UpdateSrcScreenInfoCache()
1649 srcScreenInfo.devId = srcDevId; in UpdateSrcScreenInfoCache()
1651 srcScreenInfo.uuid = GetUUIDBySoftBus(srcDevId); in UpdateSrcScreenInfoCache()
1755 …putSourceManager::DScreenSourceSvrRecipient::DScreenSourceSvrRecipient(const std::string &srcDevId, in DScreenSourceSvrRecipient() argument
1759 this->srcDevId_ = srcDevId; in DScreenSourceSvrRecipient()
/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/continue/
H A Ddsched_continue.cpp1282 const std::string& srcDevId) in CheckDeviceIdFromRemote() argument
1284 if (localDevId.empty() || destDevId.empty() || srcDevId.empty()) { in CheckDeviceIdFromRemote()
1293 HILOGD("CheckDeviceIdFromRemote srcDevId %{public}s", GetAnonymStr(srcDevId).c_str()); in CheckDeviceIdFromRemote()
1297 if (srcDevId == destDevId || srcDevId == localDevId) { in CheckDeviceIdFromRemote()
1302 if (srcDevId != continueInfo_.sourceDeviceId_) { in CheckDeviceIdFromRemote()

12