Home
last modified time | relevance | path

Searched refs:remoteNetworkId_ (Results 1 - 8 of 8) sorted by relevance

/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Di_cooperate_state.cpp89 return remoteNetworkId_; in Peer()
99 return (networkId == remoteNetworkId_); in IsPeer()
104 remoteNetworkId_ = event.remoteNetworkId; in StartCooperate()
110 remoteNetworkId_ = event.networkId; in RemoteStart()
115 remoteNetworkId_ = event.targetNetworkId; in RelayCooperate()
H A Dcooperate_context.cpp239 remoteNetworkId_ = event.remoteNetworkId; in StartCooperate()
254 remoteNetworkId_ = event.originNetworkId; in RemoteStartSuccess()
261 remoteNetworkId_ = event.targetNetworkId; in RelayCooperate()
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_builder.cpp60 remoteNetworkId_ = context.Peer(); in Enable()
78 remoteNetworkId_ = context.Peer(); in Update()
79 FI_HILOGI("Update peer to \'%{public}s\'", Utility::Anonymize(remoteNetworkId_).c_str()); in Update()
90 FI_HILOGI("Freeze remote input from '%{public}s'", Utility::Anonymize(remoteNetworkId_).c_str()); in Freeze()
99 FI_HILOGI("Thaw remote input from '%{public}s'", Utility::Anonymize(remoteNetworkId_).c_str()); in Thaw()
104 if (networkId != remoteNetworkId_) { in OnPacket()
212 FI_HILOGI("Remote input from '%{public}s' is freezing", Utility::Anonymize(remoteNetworkId_).c_str()); in IsActive()
H A Dinput_event_interceptor.cpp59 remoteNetworkId_ = context.Peer(); in Enable()
80 remoteNetworkId_ = context.Peer(); in Update()
81 FI_HILOGI("Update peer to \'%{public}s\'", Utility::Anonymize(remoteNetworkId_).c_str()); in Update()
116 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet); in OnPointerEvent()
136 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet); in OnKeyEvent()
/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dcooperate_context.h117 std::string remoteNetworkId_; member in OHOS::Msdp::DeviceStatus::Cooperate::final
149 return remoteNetworkId_; in Peer()
174 return (networkId == remoteNetworkId_); in IsPeer()
H A Di_cooperate_state.h89 std::string remoteNetworkId_; member in OHOS::Msdp::DeviceStatus::Cooperate::ICooperateState::final
/foundation/multimodalinput/input/intention/cooperate/plugin/include/input_event_transmission/
H A Dinput_event_interceptor.h49 std::string remoteNetworkId_; member in OHOS::Msdp::DeviceStatus::Cooperate::final
H A Dinput_event_builder.h90 std::string remoteNetworkId_; member in OHOS::Msdp::DeviceStatus::Cooperate::final

Completed in 4 milliseconds