Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/
H A Dstubhandleallocsocketfd_fuzzer.cpp96 MMIService::GetInstance()->OnGetKeyState(vecInt, mpInt); in StubHandleAllocSocketFdFuzzTest()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h212 …int32_t OnGetKeyState(std::vector<int32_t> &pressedKeys, std::map<int32_t, int32_t> &specialKeysSt…
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp1469 int32_t MMIService::OnGetKeyState(std::vector<int32_t> &pressedKeys, std::map<int32_t, int32_t> &sp… in OnGetKeyState() function in OHOS::MMI::MMIService
2509 return this->OnGetKeyState(pressedKeys, specialKeysState); in GetKeyState()