Home
last modified time | relevance | path

Searched refs:NotifyResponseKeyState (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/test/sourcetransunittest/
H A Ddistributed_input_sourcetrans_test.cpp643 DistributedInputSourceTransport::GetInstance().NotifyResponseKeyState(sessionId, recMsg);
646 DistributedInputSourceTransport::GetInstance().NotifyResponseKeyState(sessionId, recMsg);
649 DistributedInputSourceTransport::GetInstance().NotifyResponseKeyState(sessionId, recMsg);
653 DistributedInputSourceTransport::GetInstance().NotifyResponseKeyState(sessionId, recMsg);
656 DistributedInputSourceTransport::GetInstance().NotifyResponseKeyState(sessionId, recMsg);
659 DistributedInputSourceTransport::GetInstance().NotifyResponseKeyState(sessionId, recMsg);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/include/
H A Ddistributed_input_source_transport.h103 void NotifyResponseKeyState(int32_t sessionId, const nlohmann::json &recMsg);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/transport/src/
H A Ddistributed_input_source_transport.cpp977 void DistributedInputSourceTransport::NotifyResponseKeyState(int32_t sessionId, const nlohmann::jso… in NotifyResponseKeyState() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSourceTransport
1565 NotifyResponseKeyState(sessionId, recMsg); in HandleData()