Home
last modified time | relevance | path

Searched defs:funcKey (Results 1 - 20 of 20) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Dtest_runtime_stubs.cpp136 JSHandle<JSTaggedValue> funcKey = thread->GlobalConstants()->GetHandledApplyString(); in DEF_RUNTIME_STUBS() local
/foundation/multimodalinput/input/test/fuzztest/functionkeystate_fuzzer/
H A Dfunctionkeystate_fuzzer.cpp40 int32_t funcKey; in FunctionkeyStateFuzzTest() local
/foundation/multimodalinput/input/service/key_event_normalize/src/
H A Dkey_event_normalize.cpp109 int32_t funcKey = keyEvent->TransitionFunctionKey(keyCode); in HandleKeyAction() local
[all...]
/foundation/multimodalinput/input/service/libinput_adapter/src/
H A Dlibinput_adapter.cpp69 int32_t LibinputAdapter::DeviceLedUpdate(struct libinput_device *device, int32_t funcKey, bool enable) in DeviceLedUpdate() argument
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_proxy_test.cpp270 JSHandle<JSTaggedValue> funcKey = thread->GlobalConstants()->GetHandledDeletePropertyString(); in HWTEST_F_L0() local
311 JSHandle<JSTaggedValue> funcKey = thread->GlobalConstants()->GetHandledGetPrototypeOfString(); in HWTEST_F_L0() local
348 JSHandle<JSTaggedValue> funcKey = thread->GlobalConstants()->GetHandledSetPrototypeOfString(); in HWTEST_F_L0() local
384 JSHandle<JSTaggedValue> funcKey = thread->GlobalConstants()->GetHandledIsExtensibleString(); in HWTEST_F_L0() local
421 JSHandle<JSTaggedValue> funcKey = thread->GlobalConstants()->GetHandledPreventExtensionsString(); in HWTEST_F_L0() local
451 JSHandle<JSTaggedValue> funcKey = thread->GlobalConstants()->GetHandledHasString(); HWTEST_F_L0() local
484 JSHandle<JSTaggedValue> funcKey = thread->GlobalConstants()->GetHandledOwnKeysString(); HWTEST_F_L0() local
527 JSHandle<JSTaggedValue> funcKey = thread->GlobalConstants()->GetHandledApplyString(); HWTEST_F_L0() local
591 JSHandle<JSTaggedValue> funcKey = thread->GlobalConstants()->GetHandledProxyConstructString(); HWTEST_F_L0() local
[all...]
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_data_channel_stub.cpp293 int32_t InputDataChannelStub::SendFunctionKey(int32_t funcKey) in SendFunctionKey() argument
H A Dinput_method_controller.cpp1269 FunctionKey funcKey; in SendFunctionKey() local
/foundation/multimodalinput/input/service/module_loader/test/
H A Dmmi_service_test.cpp899 int32_t funcKey = 1; in HWTEST_F() local
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_ability_test.cpp402 constexpr int32_t funcKey = 1; in HWTEST_F() local
H A Dinput_method_controller_test.cpp1290 constexpr int32_t funcKey = 1; in HWTEST_F() local
/foundation/multimodalinput/input/service/message_handle/test/
H A Dserver_msg_handler_test.cpp539 int32_t funcKey = NUM_LOCK_FUNCTION_KEY; in HWTEST_F() local
1846 int32_t funcKey = 1; in HWTEST_F() local
1861 int32_t funcKey = 1; HWTEST_F() local
[all...]
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp554 int32_t InputMethodAbility::SendFunctionKey(int32_t funcKey) in SendFunctionKey() argument
/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp167 int32_t ServerMsgHandler::OnGetFunctionKeyState(int32_t funcKey, bool &state) in OnGetFunctionKeyState() argument
177 int32_t ServerMsgHandler::OnSetFunctionKeyState(int32_t funcKey, bool enable) in OnSetFunctionKeyState() argument
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp367 bool InputManager::GetFunctionKeyState(int32_t funcKey) in GetFunctionKeyState() argument
372 int32_t InputManager::SetFunctionKeyState(int32_t funcKey, bool enable) in SetFunctionKeyState() argument
H A Dkey_event.cpp1345 int32_t KeyEvent::SetFunctionKey(int32_t funcKey, int32_t value) in SetFunctionKey() argument
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_proxy.cpp1482 int32_t MultimodalInputConnectProxy::GetFunctionKeyState(int32_t funcKey, bool &state) in GetFunctionKeyState() argument
1505 int32_t MultimodalInputConnectProxy::SetFunctionKeyState(int32_t funcKey, bool enable) in SetFunctionKeyState() argument
H A Dmultimodal_input_connect_manager.cpp472 int32_t MultimodalInputConnectManager::GetFunctionKeyState(int32_t funcKey, bool &state) in GetFunctionKeyState() argument
479 int32_t MultimodalInputConnectManager::SetFunctionKeyState(int32_t funcKey, bool enable) in SetFunctionKeyState() argument
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp1753 bool InputManagerImpl::GetFunctionKeyState(int32_t funcKey) in GetFunctionKeyState() argument
1769 int32_t InputManagerImpl::SetFunctionKeyState(int32_t funcKey, bool enable) in SetFunctionKeyState() argument
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp659 napi_value funcKey = nullptr; in HWTEST_F() local
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2478 int32_t MMIService::GetFunctionKeyState(int32_t funcKey, bool &state) in GetFunctionKeyState() argument
2495 int32_t MMIService::SetFunctionKeyState(int32_t funcKey, bool enable) in SetFunctionKeyState() argument

Completed in 71 milliseconds