Home
last modified time | relevance | path

Searched defs:ctxt (Results 1 – 9 of 9) sorted by relevance

/base/time/time_service/framework/js/napi/common/src/
Dnapi_work.cpp74 napi_value NapiWork::AsyncEnqueue(napi_env env, ContextBase *ctxt, const std::string &name, in AsyncEnqueue()
98 auto ctxt = reinterpret_cast<ContextBase *>(data); in AsyncEnqueue() local
106 auto ctxt = reinterpret_cast<ContextBase *>(data); in AsyncEnqueue() local
127 void NapiWork::GenerateOutput(ContextBase *ctxt) in GenerateOutput()
166 napi_value NapiWork::SyncEnqueue(napi_env env, ContextBase *ctxt, const std::string &name, in SyncEnqueue()
190 napi_value NapiWork::GenerateOutputSync(napi_env env, ContextBase *ctxt) in GenerateOutputSync()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_text_input_client_engine.cpp88 auto ctxt = std::make_shared<MoveCursorContext>(); in MoveCursor() local
186 …putClientEngine::GetSelectRange(napi_env env, napi_value argv, std::shared_ptr<SelectContext> ctxt) in GetSelectRange()
205 napi_env env, napi_value argv, std::shared_ptr<SelectContext> ctxt) in GetSelectMovement()
221 auto ctxt = std::make_shared<SendKeyFunctionContext>(); in SendKeyFunction() local
250 auto ctxt = std::make_shared<SendPrivateCommandContext>(); in SendPrivateCommand() local
306 auto ctxt = std::make_shared<DeleteForwardContext>(); in DeleteForward() local
360 auto ctxt = std::make_shared<DeleteBackwardContext>(); in DeleteBackward() local
392 auto ctxt = std::make_shared<InsertTextContext>(); in InsertText() local
474 auto ctxt = std::make_shared<GetForwardContext>(); in GetForward() local
534 auto ctxt = std::make_shared<GetBackwardContext>(); in GetBackward() local
[all …]
Djs_panel.cpp125 auto ctxt = std::make_shared<PanelContentContext>(env, info); in SetUiContent() local
170 auto ctxt = std::make_shared<PanelContentContext>(env, info); in Resize() local
210 auto ctxt = std::make_shared<PanelContentContext>(env, info); in MoveTo() local
275 auto ctxt = std::make_shared<PanelContentContext>(env, info); in GetDisplayId() local
330 auto ctxt = std::make_shared<PanelContentContext>(env, info); in Show() local
348 auto ctxt = std::make_shared<PanelContentContext>(env, info); in Hide() local
500 …:CheckParam(napi_env env, size_t argc, napi_value *argv, std::shared_ptr<PanelContentContext> ctxt) in CheckParam()
513 napi_env env, size_t argc, napi_value *argv, std::shared_ptr<PanelContentContext> ctxt) in CheckEnhancedParam()
582 void JsPanel::AdjustLayoutParam(std::shared_ptr<PanelContentContext> ctxt) in AdjustLayoutParam()
594 void JsPanel::AdjustEnhancedLayoutParam(std::shared_ptr<PanelContentContext> ctxt) in AdjustEnhancedLayoutParam()
[all …]
Djs_keyboard_controller_engine.cpp89 auto ctxt = std::make_shared<HideContext>(); in Hide() local
109 auto ctxt = std::make_shared<HideKeyboardContext>(); in HideKeyboard() local
124 auto ctxt = std::make_shared<ExitContext>(); in ExitCurrentInputType() local
Djs_input_method_engine_setting.cpp403 auto ctxt = std::make_shared<PanelContext>(); in CreatePanel() local
452 auto ctxt = std::make_shared<PanelContext>(); in DestroyPanel() local
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_input_method.cpp47 napi_env env, napi_value argv, std::shared_ptr<SwitchInputMethodContext> ctxt) in GetInputMethodProperty()
82 napi_env env, napi_value argv, std::shared_ptr<SwitchInputMethodContext> ctxt) in GetInputMethodSubProperty()
236 auto ctxt = std::make_shared<SwitchInputMethodContext>(); in SwitchInputMethod() local
335 auto ctxt = std::make_shared<SwitchInputMethodContext>(); in SwitchCurrentInputMethodSubtype() local
371 auto ctxt = std::make_shared<SwitchInputMethodContext>(); in SwitchCurrentInputMethodAndSubtype() local
Djs_get_input_method_setting.cpp164 napi_env env, napi_value argv, std::shared_ptr<ListInputContext> ctxt) in GetInputMethodProperty()
197 auto ctxt = std::make_shared<ListInputContext>(); in ListInputMethod() local
225 auto ctxt = std::make_shared<ListInputContext>(); in GetInputMethods() local
281 auto ctxt = std::make_shared<ListInputContext>(); in GetAllInputMethods() local
319 auto ctxt = std::make_shared<DisplayOptionalInputMethodContext>(); in DisplayOptionalInputMethod() local
340 auto ctxt = std::make_shared<DisplayOptionalInputMethodContext>(); in ShowOptionalInputMethods() local
369 auto ctxt = std::make_shared<ListInputContext>(); in ListInputMethodSubtype() local
403 auto ctxt = std::make_shared<ListInputContext>(); in ListCurrentInputMethodSubtype() local
733 auto ctxt = std::make_shared<GetInputMethodStateContext>(); in GetInputMethodState() local
Djs_get_input_method_controller.cpp484 auto ctxt = std::make_shared<HandleContext>(); in HandleSoftKeyboard() local
570 auto ctxt = std::make_shared<AttachContext>(); in Attach() local
658 auto ctxt = std::make_shared<SetCallingWindowContext>(); in SetCallingWindow() local
688 auto ctxt = std::make_shared<UpdateCursorContext>(); in UpdateCursor() local
713 std::shared_ptr<ChangeSelectionContext> ctxt = std::make_shared<ChangeSelectionContext>(); in ChangeSelection() local
744 auto ctxt = std::make_shared<UpdateAttributeContext>(); in UpdateAttribute() local
1180 auto ctxt = std::make_shared<SendMessageContext>(); in SendMessage() local
/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/
Djs_keyboard_panel_manager.cpp77 auto ctxt = std::make_shared<PanelManagerContext>(); in ConnectSystemCmd() local
191 auto ctxt = std::make_shared<SmartMenuContext>(); in GetSmartMenuCfg() local
209 auto ctxt = std::make_shared<SendPrivateCommandContext>(); in SendPrivateCommand() local