Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/services/common/include/
H A Ddinput_source_trans_callback.h34 …virtual void OnResponseKeyState(const std::string deviceId, const std::string &dhid, const uint32_…
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/
H A Ddinput_source_listener.h53 … void OnResponseKeyState(const std::string deviceId, const std::string &dhid, const uint32_t type,
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddinput_source_listener.cpp302 void DInputSourceListener::OnResponseKeyState(const std::string deviceId, in OnResponseKeyState() function in OHOS::DistributedHardware::DistributedInput::DInputSourceListener
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/src/
H A Ddistributed_input_source_transport.cpp992 callback_->OnResponseKeyState(deviceId, recMsg[DINPUT_SOFTBUS_KEY_KEYSTATE_DHID], in NotifyResponseKeyState()