/ohos5.0/base/inputmethod/imf/common/src/ |
H A D | inputmethod_trace.cpp | 43 InputMethodSyncTrace::InputMethodSyncTrace(const std::string &value) in InputMethodSyncTrace() function in OHOS::MiscServices::InputMethodSyncTrace 48 InputMethodSyncTrace::InputMethodSyncTrace(const std::string &value, const std::string &id) in InputMethodSyncTrace() function in OHOS::MiscServices::InputMethodSyncTrace 54 InputMethodSyncTrace::~InputMethodSyncTrace() in ~InputMethodSyncTrace()
|
/ohos5.0/base/inputmethod/imf/common/include/ |
H A D | inputmethod_trace.h | 29 class InputMethodSyncTrace { 31 explicit InputMethodSyncTrace(const std::string &value); 32 InputMethodSyncTrace(const std::string &value, const std::string &id); 33 virtual ~InputMethodSyncTrace();
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | input_method_controller.cpp | 264 InputMethodSyncTrace tracer("IMC_ShowTextInput"); in ShowTextInput() 287 InputMethodSyncTrace tracer("IMC_HideTextInput"); in HideTextInput() 300 InputMethodSyncTrace tracer("IMC_HideCurrentInput"); in HideCurrentInput() 321 InputMethodSyncTrace tracer("IMC_ShowCurrentInput"); in ShowCurrentInput() 737 InputMethodSyncTrace tracer("IMC_GetForward"); in GetLeft() 746 InputMethodSyncTrace aceTracer("ACE_GetForward"); in GetLeft() 976 InputMethodSyncTrace tracer("IMC_SwitchInputMethod"); in SwitchInputMethod() 1141 InputMethodSyncTrace tracer("IMC_InsertText"); in InsertText() 1150 InputMethodSyncTrace aceTracer("ACE_InsertText"); in InsertText() 1160 InputMethodSyncTrace tracer("IMC_DeleteForward"); in DeleteForward() [all …]
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_text_input_client_engine.cpp | 299 InputMethodSyncTrace tracer("JS_DeleteForward_Start", traceId); in DeleteForward() 315 InputMethodSyncTrace tracer("JS_DeleteForward_Exec", traceId); in DeleteForward() 385 InputMethodSyncTrace tracer("JS_InsertText_Start", traceId); in InsertText() 395 InputMethodSyncTrace tracer("JS_InsertText_Complete", traceId); in InsertText() 400 InputMethodSyncTrace tracer("JS_InsertText_Exec", traceId); in InsertText() 418 InputMethodSyncTrace tracer("JS_InsertTextSync", GenerateTraceId()); in InsertTextSync() 467 InputMethodSyncTrace tracer("JS_GetForward_Start", traceId); in GetForward() 477 InputMethodSyncTrace tracer("JS_GetForward_Complete", traceId); in GetForward() 483 InputMethodSyncTrace tracer("JS_GetForward_Exec", traceId); in GetForward() 758 InputMethodSyncTrace tracer("JS_SetPreviewText_Start", traceId); in SetPreviewText() [all …]
|
H A D | js_keyboard_delegate_setting.cpp | 346 InputMethodSyncTrace tracer("Create parameter"); in DealKeyEvent() 393 InputMethodSyncTrace tracer("Create parameter"); in OnKeyEvent() 440 InputMethodSyncTrace tracer("OnkeyEvent UV_QUEUE_WORK"); in OnKeyEvent() 442 InputMethodSyncTrace tracer("Create parameter"); in OnKeyEvent()
|
H A D | js_panel.cpp | 255 InputMethodSyncTrace tracer("JsPanel_Show"); in Show() 273 InputMethodSyncTrace tracer("JsPanel_Hide"); in Hide()
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/common/ |
H A D | js_callback_handler.h | 38 InputMethodSyncTrace tracer("Traverse callback"); 52 InputMethodSyncTrace tracer("Traverse callback with output"); in Traverse()
|
H A D | js_callback_handler.cpp | 36 InputMethodSyncTrace tracer("Execute napi_call_function"); in Execute()
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
H A D | input_method_ability.cpp | 598 InputMethodSyncTrace tracer("IMA_InsertText"); in InsertText() 610 InputMethodSyncTrace tracer("IMA_DeleteForward"); in DeleteForward() 648 InputMethodSyncTrace tracer("IMA_HideKeyboardSelf start."); in HideKeyboardSelf() 669 InputMethodSyncTrace tracer("IMA_GetForward"); in GetTextBeforeCursor() 681 InputMethodSyncTrace tracer("IMA_GetTextAfterCursor"); in GetTextAfterCursor() 1052 InputMethodSyncTrace tracer("IMA_HideKeyboard"); in HideKeyboard() 1278 InputMethodSyncTrace tracer("IMA_SetPreviewText"); in SetPreviewText() 1289 InputMethodSyncTrace tracer("IMA_FinishTextPreview"); in FinishTextPreview()
|
H A D | input_method_panel.cpp | 636 InputMethodSyncTrace tracer("InputMethodPanel_ShowPanel"); in ShowPanel() 679 InputMethodSyncTrace tracer("InputMethodPanel_HidePanel"); in HidePanel()
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_input_method.cpp | 235 InputMethodSyncTrace tracer("JsInputMethod_SwitchInputMethod"); in SwitchInputMethod() 334 InputMethodSyncTrace tracer("JsInputMethod_SwitchCurrentInputMethodSubtype"); in SwitchCurrentInputMethodSubtype() 370 InputMethodSyncTrace tracer("JsInputMethod_SwitchCurrentInputMethodAndSubtype"); in SwitchCurrentInputMethodAndSubtype()
|
H A D | js_get_input_method_controller.cpp | 528 InputMethodSyncTrace tracer("JsGetInputMethodController_Attach"); in Attach() 560 InputMethodSyncTrace tracer("JsGetInputMethodController_ShowTextInput"); in ShowTextInput() 567 InputMethodSyncTrace tracer("JsGetInputMethodController_HideTextInput"); in HideTextInput() 683 InputMethodSyncTrace tracer("JsGetInputMethodController_ShowSoftKeyboard"); in ShowSoftKeyboard() 690 InputMethodSyncTrace tracer("JsGetInputMethodController_HideSoftKeyboard"); in HideSoftKeyboard()
|
/ohos5.0/base/inputmethod/imf/services/src/ |
H A D | input_method_system_ability.cpp | 102 InputMethodSyncTrace tracer("InputMethodController Attach trace."); in OnStart() 732 InputMethodSyncTrace tracer("InputMethodSystemAbility_OnSwitchInputMethod"); in OnSwitchInputMethod()
|