Home
last modified time | relevance | path

Searched refs:OnStopRemoteInput (Results 1 – 4 of 4) sorted by relevance

/base/msdp/device_status/services/interaction/coordination/src/
Dcoordination_state_in.cpp98 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()
Dcoordination_state_out.cpp68 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/
Dcoordination_state_out.h35 void OnStopRemoteInput(bool isSuccess, const std::string &remoteNetworkId);
Dcoordination_state_in.h39 … void OnStopRemoteInput(bool isSuccess, const std::string &remoteNetworkId, int32_t startDeviceId);