Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/message_handle/include/
H A Dserver_msg_handler.h84 int32_t OnSetFunctionKeyState(int32_t funcKey, bool enable);
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp152 int32_t ServerMsgHandler::OnSetFunctionKeyState(int32_t funcKey, bool enable) in OnSetFunctionKeyState() function in OHOS::MMI::ServerMsgHandler
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp1772 return sMsgHandler_.OnSetFunctionKeyState(funcKey, enable); in SetFunctionKeyState()