Home
last modified time | relevance | path

Searched defs:NUM_LOCK_FUNCTION_KEY (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/message_handle/test/
H A Dserver_msg_handler_test.cpp47 constexpr int32_t NUM_LOCK_FUNCTION_KEY = 0; variable
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dkey_event.h44 static const int32_t NUM_LOCK_FUNCTION_KEY; variable
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp422 const int32_t KeyEvent::NUM_LOCK_FUNCTION_KEY = 0; member in OHOS::MMI::KeyEvent