Home
last modified time | relevance | path

Searched refs:IsPeer (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate_in.cpp239 if (!context.IsPeer(notice.networkId)) { in OnRemoteStop()
277 if (!context.IsPeer(notice.networkId)) { in OnBoardOffline()
299 if (!context.IsPeer(notice.networkId)) { in OnSoftbusSessionClosed()
312 if (!context.IsPeer(notice.networkId)) { in OnRemoteInputDevice()
322 if (!context.IsPeer(notice.networkId)) { in OnRemoteHotPlug()
439 if (!context.IsPeer(notice.networkId)) { in OnRemoteStop()
477 if (!context.IsPeer(notice.networkId) && !parent_.process_.IsPeer(notice.networkId)) { in OnBoardOffline()
481 if (context.IsPeer(notice.networkId)) { in OnBoardOffline()
497 if (context.IsPeer(notice.networkId)) { in OnSwitchChanged()
507 if (!context.IsPeer(notice.networkId) && !parent_.process_.IsPeer(notice.networkId)) { in OnSoftbusSessionClosed()
[all …]
H A Dcooperate_out.cpp174 if (!context.IsPeer(notice.networkId)) { in OnComeBack()
200 if (context.IsPeer(notice.networkId)) { in OnRemoteStart()
224 if (!context.IsPeer(notice.networkId)) { in OnRemoteStop()
239 if (!context.IsPeer(notice.networkId)) { in OnRelay()
298 if (!context.IsPeer(notice.networkId)) { in OnBoardOffline()
309 if (!context.IsPeer(notice.networkId) || notice.normal) { in OnSwitchChanged()
320 if (!context.IsPeer(notice.networkId)) { in OnSoftbusSessionClosed()
H A Di_cooperate_state.cpp97 bool ICooperateState::Process::IsPeer(const std::string &networkId) const in IsPeer() function in OHOS::Msdp::DeviceStatus::Cooperate::ICooperateState::Process
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dcooperate_in.cpp241 if (!context.IsPeer(notice.networkId)) { in OnRemoteStop()
279 if (!context.IsPeer(notice.networkId)) { in OnBoardOffline()
301 if (!context.IsPeer(notice.networkId)) { in OnSoftbusSessionClosed()
314 if (!context.IsPeer(notice.networkId)) { in OnRemoteInputDevice()
324 if (!context.IsPeer(notice.networkId)) { in OnRemoteHotPlug()
441 if (!context.IsPeer(notice.networkId)) { in OnRemoteStop()
479 if (!context.IsPeer(notice.networkId) && !parent_.process_.IsPeer(notice.networkId)) { in OnBoardOffline()
483 if (context.IsPeer(notice.networkId)) { in OnBoardOffline()
499 if (context.IsPeer(notice.networkId)) { in OnSwitchChanged()
509 if (!context.IsPeer(notice.networkId) && !parent_.process_.IsPeer(notice.networkId)) { in OnSoftbusSessionClosed()
[all …]
H A Dcooperate_out.cpp175 if (!context.IsPeer(notice.networkId)) { in OnComeBack()
201 if (context.IsPeer(notice.networkId)) { in OnRemoteStart()
225 if (!context.IsPeer(notice.networkId)) { in OnRemoteStop()
240 if (!context.IsPeer(notice.networkId)) { in OnRelay()
300 if (!context.IsPeer(notice.networkId)) { in OnBoardOffline()
311 if (!context.IsPeer(notice.networkId) || notice.normal) { in OnSwitchChanged()
322 if (!context.IsPeer(notice.networkId)) { in OnSoftbusSessionClosed()
H A Di_cooperate_state.cpp97 bool ICooperateState::Process::IsPeer(const std::string &networkId) const in IsPeer() function in OHOS::Msdp::DeviceStatus::Cooperate::ICooperateState::Process
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dcooperate_context.h66 bool IsPeer(const std::string &networkId) const;
172 inline bool Context::IsPeer(const std::string &networkId) const in IsPeer() function
H A Di_cooperate_state.h79 bool IsPeer(const std::string &networkId) const;
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dcooperate_context.h66 bool IsPeer(const std::string &networkId) const;
184 inline bool Context::IsPeer(const std::string &networkId) const in IsPeer() function
H A Di_cooperate_state.h82 bool IsPeer(const std::string &networkId) const;
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_plugin_test.cpp2220 bool isPeer = stateIn.process_.IsPeer(remoteNetworkId);