Home
last modified time | relevance | path

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

/base/msdp/device_status/services/interaction/coordination/src/
Di_coordination_state.cpp92 this->OnStartRemoteInput(isSuccess, remoteNetworkId, startDeviceId); in StartRemoteInput()
101 void ICoordinationState::OnStartRemoteInput(bool isSuccess, const std::string &remoteNetworkId, int… in OnStartRemoteInput() function in OHOS::Msdp::DeviceStatus::ICoordinationState
Dcoordination_state_in.cpp107 void CoordinationStateIn::OnStartRemoteInput(bool isSuccess, const std::string &remoteNetworkId, in… in OnStartRemoteInput() function in OHOS::Msdp::DeviceStatus::CoordinationStateIn
111 ICoordinationState::OnStartRemoteInput(isSuccess, remoteNetworkId, startDeviceId); in OnStartRemoteInput()
/base/msdp/device_status/services/interaction/coordination/include/
Di_coordination_state.h53 …virtual void OnStartRemoteInput(bool isSuccess, const std::string &remoteNetworkId, int32_t startD…
Dcoordination_state_in.h38 …void OnStartRemoteInput(bool isSuccess, const std::string &remoteNetworkId, int32_t startDeviceId)…