Searched defs:functionKey (Results 1 – 15 of 15) sorted by relevance
173 void SendFunctionKey(std::shared_ptr<IMFAdapterFunctionKeyAdapter> functionKey) override in SendFunctionKey()363 MiscServices::FunctionKey functionKey; variable402 MiscServices::FunctionKey functionKey; variable437 MiscServices::FunctionKey functionKey; variable
53 void CjInputMethodTextChangedListener::SendFunctionKey(const FunctionKey &functionKey) in SendFunctionKey()
373 void CjInputMethodController::SendFunctionKey(const FunctionKey &functionKey) in SendFunctionKey()479 sendFunctionKey = [lambda = CJLambda::Create(callback)](int32_t functionKey) -> void { in InitSendFunctionKey()
53 void JsGetInputMethodTextChangedListener::SendFunctionKey(const FunctionKey &functionKey) in SendFunctionKey()
1003 napi_value JsGetInputMethodController::CreateSendFunctionKey(napi_env env, int32_t functionKey) in CreateSendFunctionKey()1015 void JsGetInputMethodController::SendFunctionKey(const FunctionKey &functionKey) in SendFunctionKey()1036 napi_value functionKey = CreateSendFunctionKey(env, entry->enterKeyType); in SendFunctionKey() local
53 … ArkIMFTextListenerAdapterImpl::SendFunctionKey(ArkWebRefPtr<ArkIMFAdapterFunctionKeyAdapter> func… in SendFunctionKey()
85 void TextListener::SendFunctionKey(const FunctionKey &functionKey) in SendFunctionKey()281 bool TextListener::WaitSendFunctionKey(int32_t functionKey) in WaitSendFunctionKey()
81 void NativeTextChangedListener::SendFunctionKey(const OHOS::MiscServices::FunctionKey &functionKey) in SendFunctionKey()
56 std::shared_ptr<OHOS::NWeb::IMFAdapterFunctionKeyAdapter> functionKey) in SendFunctionKey()
32 FunctionKey functionKey; in TestNativeTextChangedListener() local
43 void SendFunctionKey(const FunctionKey &functionKey) override { } in SendFunctionKey()
78 void IMFTextListenerAdapterImpl::SendFunctionKey(const MiscServices::FunctionKey& functionKey) in SendFunctionKey()
123 int32_t functionKey = 0; in SendFunctionKeyOnRemote() local
1330 int32_t InputMethodController::SendFunctionKey(int32_t functionKey) in SendFunctionKey()
2231 bool InputMethodSystemAbility::GetDeviceFunctionKeyState(int32_t functionKey, bool &isEnable) in GetDeviceFunctionKeyState()