Home
last modified time | relevance | path

Searched refs:OnSupportKeys (Results 1 - 6 of 6) sorted by relevance

/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dclient_msg_handler.h63 int32_t OnSupportKeys(const UDSClient &client, NetPacket &pkt);
H A Dinput_device_impl.h57 void OnSupportKeys(int32_t userData, std::vector<bool> &keystrokeAbility);
/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/
H A Dstubhandleallocsocketfd_fuzzer.cpp85 MMIService::GetInstance()->OnSupportKeys(tmpfd, vecInt, vecBool); in StubHandleAllocSocketFdFuzzTest()
/foundation/multimodalinput/input/service/module_loader/test/
H A Dmmi_service_test.cpp515 * @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 Dmmi_service.h221 int32_t OnSupportKeys(int32_t deviceId, std::vector<int32_t> &keys, std::vector<bool> &keystroke);
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp1588 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