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.cpp82 auto ctxt = std::make_shared<MoveCursorContext>(); in MoveCursor() local
180 …putClientEngine::GetSelectRange(napi_env env, napi_value argv, std::shared_ptr<SelectContext> ctxt) in GetSelectRange()
199 napi_env env, napi_value argv, std::shared_ptr<SelectContext> ctxt) in GetSelectMovement()
215 auto ctxt = std::make_shared<SendKeyFunctionContext>(); in SendKeyFunction() local
244 auto ctxt = std::make_shared<SendPrivateCommandContext>(); in SendPrivateCommand() local
300 auto ctxt = std::make_shared<DeleteForwardContext>(); in DeleteForward() local
354 auto ctxt = std::make_shared<DeleteBackwardContext>(); in DeleteBackward() local
386 auto ctxt = std::make_shared<InsertTextContext>(); in InsertText() local
468 auto ctxt = std::make_shared<GetForwardContext>(); in GetForward() local
528 auto ctxt = std::make_shared<GetBackwardContext>(); in GetBackward() local
[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_panel.cpp117 auto ctxt = std::make_shared<PanelContentContext>(env, info); in SetUiContent() local
162 auto ctxt = std::make_shared<PanelContentContext>(env, info); in Resize() local
202 auto ctxt = std::make_shared<PanelContentContext>(env, info); in MoveTo() local
256 auto ctxt = std::make_shared<PanelContentContext>(env, info); in Show() local
274 auto ctxt = std::make_shared<PanelContentContext>(env, info); in Hide() local
410 std::shared_ptr<PanelContentContext> ctxt) in CheckParam()
440 auto ctxt = std::make_shared<PanelContentContext>(env, info); in AdjustPanelRect() local
Djs_input_method_engine_setting.cpp382 auto ctxt = std::make_shared<PanelContext>(); in CreatePanel() local
431 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.cpp163 napi_env env, napi_value argv, std::shared_ptr<ListInputContext> ctxt) in GetInputMethodProperty()
196 auto ctxt = std::make_shared<ListInputContext>(); in ListInputMethod() local
224 auto ctxt = std::make_shared<ListInputContext>(); in GetInputMethods() local
280 auto ctxt = std::make_shared<ListInputContext>(); in GetAllInputMethods() local
318 auto ctxt = std::make_shared<DisplayOptionalInputMethodContext>(); in DisplayOptionalInputMethod() local
339 auto ctxt = std::make_shared<DisplayOptionalInputMethodContext>(); in ShowOptionalInputMethods() local
368 auto ctxt = std::make_shared<ListInputContext>(); in ListInputMethodSubtype() local
402 auto ctxt = std::make_shared<ListInputContext>(); in ListCurrentInputMethodSubtype() local
Djs_get_input_method_controller.cpp443 auto ctxt = std::make_shared<HandleContext>(); in HandleSoftKeyboard() local
529 auto ctxt = std::make_shared<AttachContext>(); in Attach() local
574 auto ctxt = std::make_shared<SetCallingWindowContext>(); in SetCallingWindow() local
604 auto ctxt = std::make_shared<UpdateCursorContext>(); in UpdateCursor() local
629 std::shared_ptr<ChangeSelectionContext> ctxt = std::make_shared<ChangeSelectionContext>(); in ChangeSelection() local
660 auto ctxt = std::make_shared<UpdateAttributeContext>(); in UpdateAttribute() 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