Home
last modified time | relevance | path

Searched refs:IsPeer (Results 1 - 5 of 5) sorted by relevance

/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate_in.cpp157 if (context.IsPeer(startEvent.remoteNetworkId)) { in OnStart()
219 if (context.IsPeer(notice.networkId) || context.IsLocal(notice.networkId)) { in OnRemoteStart()
239 if (!context.IsPeer(notice.networkId)) { in OnRemoteStop()
277 if (!context.IsPeer(notice.networkId)) { in OnBoardOffline()
288 if (!context.IsPeer(notice.networkId) || notice.normal) { in OnSwitchChanged()
299 if (!context.IsPeer(notice.networkId)) { in OnSoftbusSessionClosed()
312 if (!context.IsPeer(notice.networkId)) { in OnRemoteInputDevice()
322 if (!context.IsPeer(notice.networkId)) { in OnRemoteHotPlug()
414 if (context.IsPeer(notice.networkId) || context.IsLocal(notice.networkId)) { in OnRemoteStart()
418 if (parent_.process_.IsPeer(notic in OnRemoteStart()
[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
/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 in OHOS::Msdp::DeviceStatus::Cooperate::Context
H A Di_cooperate_state.h82 bool IsPeer(const std::string &networkId) const;

Completed in 3 milliseconds