Searched refs:ParseJsCustomKeyboardOption (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.h | 173 static void ParseJsCustomKeyboardOption(const JsiExecutionContext& context,
|
H A D | js_web.cpp | 5390 void JSWeb::ParseJsCustomKeyboardOption(const JsiExecutionContext& context, const JSRef<JSVal>& keyboardOpt, in ParseJsCustomKeyboardOption() function in OHOS::OHOS::Ace::Framework::JSWeb 5393 TAG_LOGI(AceLogTag::ACE_WEB, "WebCustomKeyboard ParseJsCustomKeyboardOption enter"); in ParseJsCustomKeyboardOption() 5406 TAG_LOGI(AceLogTag::ACE_WEB, "WebCustomKeyboard ParseJsCustomKeyboardOption isSystemKeyboard is %{public}d", in ParseJsCustomKeyboardOption() 5415 TAG_LOGI(AceLogTag::ACE_WEB, "WebCustomKeyboard ParseJsCustomKeyboardOption \ in ParseJsCustomKeyboardOption() 5420 TAG_LOGE(AceLogTag::ACE_WEB, "WebCustomKeyboard ParseJsCustomKeyboardOption" \ in ParseJsCustomKeyboardOption() 5426 TAG_LOGE(AceLogTag::ACE_WEB, "WebCustomKeyboard ParseJsCustomKeyboardOption" \ in ParseJsCustomKeyboardOption() 5442 TAG_LOGI(AceLogTag::ACE_WEB, "WebCustomKeyboard ParseJsCustomKeyboardOption" \ in ParseJsCustomKeyboardOption() 5471 ParseJsCustomKeyboardOption(execCtx, keyboardOpt, opt); in OnInterceptKeyboardAttach()
|
Completed in 10 milliseconds