Home
last modified time | relevance | path

Searched refs:Attach (Results 1 – 25 of 26) sorted by relevance

12

/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
Dinputmethodcontroller_fuzzer.cpp59 imc->Attach(textListener); in TestDispatchKeyEvent()
71 imc->Attach(textListener); in TestOnSelectionChange()
86 imc->Attach(textListener); in TestOnConfigurationChange()
109 imc->Attach(textListener); in TestSetCallingWindow()
119 imc->Attach(textListener); in TestShowSomething()
150 imc->Attach(textListener, true, inputAttribute); in TestAttach()
151 imc->Attach(textListener, false, inputAttribute); in TestAttach()
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_attach_test.cpp85 auto ret = inputMethodController_->Attach(textListener);
108 auto ret = inputMethodController_->Attach(textListener, false);
134 auto ret = inputMethodController_->Attach(textListener, true, attribute);
161 auto ret = inputMethodController_->Attach(textListener, false, config);
199 auto ret = inputMethodController_->Attach(textListener, true, config);
249 auto ret = inputMethodController_->Attach(textListener);
294 auto ret = inputMethodController_->Attach(textListener, false, config);
318 auto ret = inputMethodController_->Attach(textListener);
347 auto ret = inputMethodController_->Attach(textListener, true, config);
373 auto ret = inputMethodController_->Attach(textListener, false, config);
[all …]
Dinput_method_editor_test.cpp165 int32_t ret = InputMethodEditorTest::inputMethodController_->Attach(textListener_, false);
167 ret = InputMethodEditorTest::inputMethodController_->Attach(textListener_);
169 ret = InputMethodEditorTest::inputMethodController_->Attach(textListener_, true);
212 …int32_t ret = InputMethodEditorTest::inputMethodController_->Attach(InputMethodEditorTest::textLis…
217 … ret = InputMethodEditorTest::inputMethodController_->Attach(InputMethodEditorTest::textListener_);
224 …ret = InputMethodEditorTest::inputMethodController_->Attach(InputMethodEditorTest::textListener_, …
248 …int32_t ret = InputMethodEditorTest::inputMethodController_->Attach(InputMethodEditorTest::textLis…
271 …int32_t ret = InputMethodEditorTest::inputMethodController_->Attach(InputMethodEditorTest::textLis…
306 …int32_t ret = InputMethodEditorTest::inputMethodController_->Attach(InputMethodEditorTest::textLis…
333 …int32_t ret = InputMethodEditorTest::inputMethodController_->Attach(InputMethodEditorTest::textLis…
Dinput_method_controller_test.cpp412 inputMethodController_->Attach(textListener_, false);
413 inputMethodController_->Attach(textListener_);
414 inputMethodController_->Attach(textListener_, true);
428 auto ret = inputMethodController_->Attach(textListener_);
493 auto res = inputMethodController_->Attach(textListener_);
557 auto ret = inputMethodController_->Attach(textListener_, false);
579 auto ret = inputMethodController_->Attach(textListener_, false);
588 ret = inputMethodController_->Attach(textListener_, false);
605 auto ret = inputMethodController_->Attach(textListener_, false);
629 auto ret = inputMethodController_->Attach(textListener_, false);
[all …]
Dpermission_verification_exception_test.cpp105 …PermissionVerificationExceptionTest::imc_->Attach(PermissionVerificationExceptionTest::textListene…
Dinput_method_dfx_test.cpp223 auto attach = []() { inputMethodController_->Attach(textListener_, true); }; in __anon40c419040102()
234 auto ret = inputMethodController_->Attach(textListener_, true);
Dinput_method_ability_test.cpp256 imc_->Attach(textListener);
409 auto ret = imc_->Attach(textListener, false, textConfig);
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_process.cpp76 thread->Attach(); in InitOtherThreads()
121 void DfxProcess::Attach(bool hasKey) in Attach() function in OHOS::HiviewDFX::DfxProcess
124 keyThread_->Attach(); in Attach()
131 thread->Attach(); in Attach()
Dprocess_dumper.cpp164 if (!process_->vmThread_->Attach()) { in InitProcessInfo()
183 if (!process_->keyThread_->Attach()) { in InitProcessInfo()
195 process_->Attach(); in InitProcessInfo()
Ddfx_thread.h52 bool Attach();
Ddfx_process.h41 void Attach(bool hasKey = false);
Ddfx_thread.cpp107 bool DfxThread::Attach() in Attach() function in OHOS::HiviewDFX::DfxThread
Ddfx_unwind_remote.cpp119 if (thread->Attach()) { in UnwindProcess()
/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
Dimf_adapter_impl.h67 bool Attach(std::shared_ptr<IMFTextListenerAdapter> listener, bool isShowKeyboard) override;
69 bool Attach(std::shared_ptr<IMFTextListenerAdapter> listener, bool isShowKeyboard,
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
Dprocess_dump_test.cpp109 process->Attach();
177 thread->Attach();
197 thread->Attach();
223 thread->Attach();
Dfault_stack_test.cpp163 ASSERT_EQ(true, thread.Attach());
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
Dimf_adapter_impl.cpp189 bool IMFAdapterImpl::Attach(std::shared_ptr<IMFTextListenerAdapter> listener, bool isShowKeyboard) in Attach() function in OHOS::NWeb::IMFAdapterImpl
202 …int32_t ret = MiscServices::InputMethodController::GetInstance()->Attach(textListener_, isShowKeyb… in Attach()
210 bool IMFAdapterImpl::Attach( in Attach() function in OHOS::NWeb::IMFAdapterImpl
236 …int32_t ret = MiscServices::InputMethodController::GetInstance()->Attach(textListener_, isShowKeyb… in Attach()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
Dinput_method_controller.h83 IMF_API int32_t Attach(sptr<OnTextChangedListener> &listener);
96 IMF_API int32_t Attach(sptr<OnTextChangedListener> &listener, bool isShowKeyboard);
110 …IMF_API int32_t Attach(sptr<OnTextChangedListener> &listener, bool isShowKeyboard, const InputAttr…
125 …IMF_API int32_t Attach(sptr<OnTextChangedListener> &listener, bool isShowKeyboard, const TextConfi…
/base/web/webview/ohos_adapter/interfaces/
Dimf_adapter.h127 virtual bool Attach(std::shared_ptr<IMFTextListenerAdapter> listener, bool isShowKeyboard) = 0;
129 virtual bool Attach(
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
Dimf_adapter_impl_test.cpp163 bool res = g_imf->Attach(nullptr, false);
177 bool res = g_imf->Attach(listener, true);
192 bool res = g_imf->Attach(listener, false);
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_controller.cpp401 int32_t InputMethodController::Attach(sptr<OnTextChangedListener> &listener) in Attach() function in OHOS::MiscServices::InputMethodController
403 return Attach(listener, true); in Attach()
406 int32_t InputMethodController::Attach(sptr<OnTextChangedListener> &listener, bool isShowKeyboard) in Attach() function in OHOS::MiscServices::InputMethodController
410 return Attach(listener, isShowKeyboard, attribute); in Attach()
413 int32_t InputMethodController::Attach( in Attach() function in OHOS::MiscServices::InputMethodController
420 return Attach(listener, isShowKeyboard, textConfig); in Attach()
423 int32_t InputMethodController::Attach( in Attach() function in OHOS::MiscServices::InputMethodController
706 auto errCode = Attach(listener, clientInfo_.isShowKeyboard, tempConfig); in RestoreAttachInfoInSaDied()
/base/inputmethod/imf/test/fuzztest/systemabilitystub_fuzzer/
Dsystemabilitystub_fuzzer.cpp93 imc->Attach(textListener); in FuzzInputMethodSystemAbility()
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_runner.cpp352 inline bool Attach(std::unique_ptr<std::thread> &thread) in Attach() function in OHOS::AppExecFwk::__anon3987a0390111::EventRunnerImpl
429 if (!innerRunner->Attach(thread)) { in Create()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_controller.h163 static napi_value Attach(napi_env env, napi_callback_info info);
Djs_get_input_method_controller.cpp69 DECLARE_NAPI_FUNCTION("attach", Attach), in Init()
522 napi_value JsGetInputMethodController::Attach(napi_env env, napi_callback_info info) in Attach() function in OHOS::MiscServices::JsGetInputMethodController
534 …InputMethodController::GetInstance()->Attach(ctxt->textListener, ctxt->showKeyboard, ctxt->textCon… in Attach()

12