/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_builder.cpp | 60 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 D | input_event_interceptor.cpp | 59 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() 107 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet); in OnPointerEvent() 127 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet); in OnKeyEvent()
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_builder.cpp | 60 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 D | input_event_interceptor.cpp | 56 remoteNetworkId_ = context.Peer(); in Enable() 77 remoteNetworkId_ = context.Peer(); in Update() 78 FI_HILOGI("Update peer to \'%{public}s\'", Utility::Anonymize(remoteNetworkId_).c_str()); in Update() 113 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet); in OnPointerEvent() 133 env_->GetDSoftbus().SendPacket(remoteNetworkId_, packet); in OnKeyEvent()
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | i_cooperate_state.cpp | 89 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 D | cooperate_context.cpp | 239 remoteNetworkId_ = event.remoteNetworkId; in StartCooperate() 254 remoteNetworkId_ = event.originNetworkId; in RemoteStartSuccess() 261 remoteNetworkId_ = event.targetNetworkId; in RelayCooperate()
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/ |
H A D | i_cooperate_state.cpp | 89 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 D | cooperate_context.cpp | 227 remoteNetworkId_ = event.remoteNetworkId; in StartCooperate() 242 remoteNetworkId_ = event.originNetworkId; in RemoteStartSuccess() 249 remoteNetworkId_ = event.targetNetworkId; in RelayCooperate()
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/ |
H A D | cooperate_context.h | 117 std::string remoteNetworkId_; variable 149 return remoteNetworkId_; in Peer() 174 return (networkId == remoteNetworkId_); in IsPeer()
|
H A D | i_cooperate_state.h | 86 std::string remoteNetworkId_;
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/ |
H A D | cooperate_context.h | 117 std::string remoteNetworkId_; variable 161 return remoteNetworkId_; in Peer() 186 return (networkId == remoteNetworkId_); in IsPeer()
|
H A D | i_cooperate_state.h | 89 std::string remoteNetworkId_;
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/ |
H A D | cooperate_plugin_test.cpp | 1917 cooperateContext.remoteNetworkId_ = REMOTE_NETWORKID; 1945 cooperateContext.remoteNetworkId_ = REMOTE_NETWORKID; 1976 cooperateContext.remoteNetworkId_ = REMOTE_NETWORKID; 2007 cooperateContext.remoteNetworkId_ = REMOTE_NETWORKID; 2036 cooperateContext.remoteNetworkId_ = REMOTE_NETWORKID; 2069 cooperateContext.remoteNetworkId_ = LOCAL_NETWORKID; 2323 cooperateContext.remoteNetworkId_ = localNetworkId; 2456 cooperateContext.remoteNetworkId_ = LOCAL_NETWORKID; 2494 cooperateContext.remoteNetworkId_ = LOCAL_NETWORKID; 3347 cooperateContext.remoteNetworkId_ = LOCAL_NETWORKID; [all …]
|
H A D | input_event_builder_test.cpp | 141 builder_->remoteNetworkId_ = "12345"; 155 builder_->remoteNetworkId_ = "1234"; 175 builder_->remoteNetworkId_ = "1234";
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/input_event_transmission/ |
H A D | input_event_interceptor.h | 48 std::string remoteNetworkId_; variable
|
H A D | input_event_builder.h | 90 std::string remoteNetworkId_; variable
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/input_event_transmission/ |
H A D | input_event_interceptor.h | 49 std::string remoteNetworkId_; variable
|
H A D | input_event_builder.h | 91 std::string remoteNetworkId_; variable
|