Searched refs:OnStopRemoteInput (Results 1 – 4 of 4) sorted by relevance
| /base/msdp/device_status/services/interaction/coordination/src/ |
| D | coordination_state_in.cpp | 98 this->OnStopRemoteInput(isSuccess, originNetworkId, -1); in ProcessStop() 128 this->OnStopRemoteInput(isSuccess, remoteNetworkId, startDeviceId); in StopRemoteInput() 135 void CoordinationStateIn::OnStopRemoteInput(bool isSuccess, in OnStopRemoteInput() function in OHOS::Msdp::DeviceStatus::CoordinationStateIn 166 this->OnStopRemoteInput(isSuccess, remoteNetworkId, startDeviceId); in ComeBack()
|
| D | coordination_state_out.cpp | 68 this->OnStopRemoteInput(isSuccess, remoteNetworkId); in ProcessStop() 75 void CoordinationStateOut::OnStopRemoteInput(bool isSuccess, const std::string &remoteNetworkId) in OnStopRemoteInput() function in OHOS::Msdp::DeviceStatus::CoordinationStateOut
|
| /base/msdp/device_status/services/interaction/coordination/include/ |
| D | coordination_state_out.h | 35 void OnStopRemoteInput(bool isSuccess, const std::string &remoteNetworkId);
|
| D | coordination_state_in.h | 39 … void OnStopRemoteInput(bool isSuccess, const std::string &remoteNetworkId, int32_t startDeviceId);
|