/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
D | inputmethodcontroller_fuzzer.cpp | 59 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/ |
D | input_method_attach_test.cpp | 85 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 …]
|
D | input_method_editor_test.cpp | 165 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…
|
D | input_method_controller_test.cpp | 412 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 …]
|
D | permission_verification_exception_test.cpp | 105 …PermissionVerificationExceptionTest::imc_->Attach(PermissionVerificationExceptionTest::textListene…
|
D | input_method_dfx_test.cpp | 223 auto attach = []() { inputMethodController_->Attach(textListener_, true); }; in __anon40c419040102() 234 auto ret = inputMethodController_->Attach(textListener_, true);
|
D | input_method_ability_test.cpp | 256 imc_->Attach(textListener); 409 auto ret = imc_->Attach(textListener, false, textConfig);
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
D | dfx_process.cpp | 76 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()
|
D | process_dumper.cpp | 164 if (!process_->vmThread_->Attach()) { in InitProcessInfo() 183 if (!process_->keyThread_->Attach()) { in InitProcessInfo() 195 process_->Attach(); in InitProcessInfo()
|
D | dfx_thread.h | 52 bool Attach();
|
D | dfx_process.h | 41 void Attach(bool hasKey = false);
|
D | dfx_thread.cpp | 107 bool DfxThread::Attach() in Attach() function in OHOS::HiviewDFX::DfxThread
|
D | dfx_unwind_remote.cpp | 119 if (thread->Attach()) { in UnwindProcess()
|
/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/ |
D | imf_adapter_impl.h | 67 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/ |
D | process_dump_test.cpp | 109 process->Attach(); 177 thread->Attach(); 197 thread->Attach(); 223 thread->Attach();
|
D | fault_stack_test.cpp | 163 ASSERT_EQ(true, thread.Attach());
|
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
D | imf_adapter_impl.cpp | 189 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/ |
D | input_method_controller.h | 83 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/ |
D | imf_adapter.h | 127 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/ |
D | imf_adapter_impl_test.cpp | 163 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/ |
D | input_method_controller.cpp | 401 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/ |
D | systemabilitystub_fuzzer.cpp | 93 imc->Attach(textListener); in FuzzInputMethodSystemAbility()
|
/base/notification/eventhandler/frameworks/eventhandler/src/ |
D | event_runner.cpp | 352 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/ |
D | js_get_input_method_controller.h | 163 static napi_value Attach(napi_env env, napi_callback_info info);
|
D | js_get_input_method_controller.cpp | 69 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()
|