Searched refs:OnSupportKeys (Results 1 - 6 of 6) sorted by relevance
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | client_msg_handler.h | 63 int32_t OnSupportKeys(const UDSClient &client, NetPacket &pkt);
|
H A D | input_device_impl.h | 57 void OnSupportKeys(int32_t userData, std::vector<bool> &keystrokeAbility);
|
/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/ |
H A D | stubhandleallocsocketfd_fuzzer.cpp | 85 MMIService::GetInstance()->OnSupportKeys(tmpfd, vecInt, vecBool); in StubHandleAllocSocketFdFuzzTest()
|
/foundation/multimodalinput/input/service/module_loader/test/ |
H A D | mmi_service_test.cpp | 515 * @tc.desc: Test the function OnSupportKeys 527 int32_t ret = mmiService.OnSupportKeys(deviceId, keys, keystroke); in HWTEST_F() 529 ret = mmiService.OnSupportKeys(deviceId, keys, keystroke1); in HWTEST_F()
|
/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | mmi_service.h | 221 int32_t OnSupportKeys(int32_t deviceId, std::vector<int32_t> &keys, std::vector<bool> &keystroke);
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 1588 int32_t MMIService::OnSupportKeys(int32_t deviceId, std::vector<int32_t> &keys, std::vector<bool> &keystroke) in OnSupportKeys() function in OHOS::MMI::MMIService 1608 return this->OnSupportKeys(deviceId, keys, keystroke); in SupportKeys()
|
Completed in 14 milliseconds