/base/web/webview/ohos_glue/ohos_adapter/bridge/ |
D | ark_imf_adapter_impl.cpp | 28 bool ArkIMFAdapterImpl::Attach(ArkWebRefPtr<ArkIMFTextListenerAdapter> listener, bool isShowKeyboar… in Attach() function in OHOS::ArkWeb::ArkIMFAdapterImpl 31 return real_->Attach(nullptr, isShowKeyboard); in Attach() 34 …return real_->Attach(std::make_shared<ArkIMFTextListenerAdapterWrapper>(listener), isShowKeyboard); in Attach() 37 bool ArkIMFAdapterImpl::Attach( in Attach() function in OHOS::ArkWeb::ArkIMFAdapterImpl 41 return real_->Attach(nullptr, isShowKeyboard, nullptr); in Attach() 43 … return real_->Attach(std::make_shared<ArkIMFTextListenerAdapterWrapper>(listener), isShowKeyboard, in Attach() 46 …return real_->Attach(nullptr, isShowKeyboard, std::make_shared<ArkIMFTextConfigAdapterWrapper>(con… in Attach() 48 …return real_->Attach(std::make_shared<ArkIMFTextListenerAdapterWrapper>(listener), isShowKeyboard,… in Attach()
|
D | ark_imf_adapter_impl.h | 29 bool Attach(ArkWebRefPtr<ArkIMFTextListenerAdapter> listener, bool isShowKeyboard) override; 31 bool Attach(ArkWebRefPtr<ArkIMFTextListenerAdapter> listener, bool isShowKeyboard,
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
D | input_method_attach_test.cpp | 79 auto ret = inputMethodController_->Attach(textListener); 102 auto ret = inputMethodController_->Attach(textListener, false); 128 auto ret = inputMethodController_->Attach(textListener, true, attribute); 155 auto ret = inputMethodController_->Attach(textListener, false, config); 193 auto ret = inputMethodController_->Attach(textListener, true, config); 228 auto ret = InputMethodAttachTest::inputMethodController_->Attach(textListener, false); 234 ret = InputMethodAttachTest::inputMethodController_->Attach(textListener, true); 265 auto ret = inputMethodController_->Attach(textListener); 310 auto ret = inputMethodController_->Attach(textListener, false, config); 334 auto ret = inputMethodController_->Attach(textListener); [all …]
|
D | ime_proxy_test.cpp | 67 static int32_t Attach(bool isPc) in Attach() function in OHOS::MiscServices::ImeProxyTest 73 auto ret = imc_->Attach(testListener, true, config); in Attach() 188 ret = Attach(true); 214 ret = Attach(false); 234 auto ret = Attach(false); 267 ret = Attach(true); 322 ret = Attach(true); 351 ret = Attach(false); 395 ret = Attach(true); 438 ret = Attach(true); [all …]
|
D | input_method_editor_test.cpp | 147 …int32_t ret = InputMethodEditorTest::inputMethodController_->Attach(InputMethodEditorTest::textLis… in SetUpTestCase() 180 int32_t ret = InputMethodEditorTest::inputMethodController_->Attach(textListener_, false); 182 ret = InputMethodEditorTest::inputMethodController_->Attach(textListener_); 184 ret = InputMethodEditorTest::inputMethodController_->Attach(textListener_, true); 263 …int32_t ret = InputMethodEditorTest::inputMethodController_->Attach(InputMethodEditorTest::textLis… 268 … ret = InputMethodEditorTest::inputMethodController_->Attach(InputMethodEditorTest::textListener_); 275 …ret = InputMethodEditorTest::inputMethodController_->Attach(InputMethodEditorTest::textListener_, … 295 …int32_t ret = InputMethodEditorTest::inputMethodController_->Attach(InputMethodEditorTest::textLis… 313 …int32_t ret = InputMethodEditorTest::inputMethodController_->Attach(InputMethodEditorTest::textLis… 350 int32_t ret = inputMethodController_->Attach(InputMethodEditorTest::textListener_, true); [all …]
|
D | input_method_controller_test.cpp | 490 inputMethodController_->Attach(textListener_, false); 491 inputMethodController_->Attach(textListener_); 492 inputMethodController_->Attach(textListener_, true); 515 inputMethodController_->Attach(textListener_, true, textConfig); 526 inputMethodController_->Attach(textListener_, true, textConfig); 539 auto ret = inputMethodController_->Attach(textListener_); 604 auto res = inputMethodController_->Attach(textListener_); 680 auto ret = inputMethodController_->Attach(textListener_, false); 702 auto ret = inputMethodController_->Attach(textListener_, false); 711 ret = inputMethodController_->Attach(textListener_, false); [all …]
|
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
D | inputmethodcontroller_fuzzer.cpp | 54 imc->Attach(textListener); in TestDispatchKeyEvent() 66 imc->Attach(textListener); in TestOnSelectionChange() 81 imc->Attach(textListener); in TestOnConfigurationChange() 105 imc->Attach(textListener); in TestSetCallingWindow() 115 imc->Attach(textListener); in TestShowSomething() 142 imc->Attach(textListener, true, inputAttribute); in TestAttach() 143 imc->Attach(textListener, false, inputAttribute); in TestAttach()
|
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/ |
D | pid_utils.cpp | 82 bool PidUtils::Attach(pid_t pid) in Attach() function in OHOS::HiviewDFX::PidUtils 120 if (Attach(pid)) { in WaitForPidState() 153 …(time(nullptr) - startTime < MAX_WAIT_TIME_SECONDS && status == PID_RUN_KEEP_GOING && Attach(pid)); in WaitForPidStateAfterAttach()
|
D | pid_utils.h | 37 static bool Attach(pid_t pid);
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
D | dfx_process.cpp | 79 thread->Attach(PTRACE_ATTATCH_OTHER_THREAD_TIMEOUT); in InitOtherThreads() 124 void DfxProcess::Attach(bool hasKey) in Attach() function in OHOS::HiviewDFX::DfxProcess 127 keyThread_->Attach(PTRACE_ATTATCH_KEY_THREAD_TIMEOUT); in Attach() 134 thread->Attach(PTRACE_ATTATCH_OTHER_THREAD_TIMEOUT); in Attach()
|
D | dfx_thread.cpp | 123 bool DfxThread::Attach(int timeout) in Attach() function in OHOS::HiviewDFX::DfxThread 129 if (!DfxPtrace::Attach(threadInfo_.nsTid, timeout)) { in Attach()
|
D | dfx_unwind_remote.cpp | 113 if (DfxPtrace::Attach(vmPid, PTRACE_ATTATCH_KEY_THREAD_TIMEOUT)) { in UnwindKeyThread() 157 if (isVmProcAttach || thread->Attach(PTRACE_ATTATCH_OTHER_THREAD_TIMEOUT)) { in UnwindOtherThread() 194 if (thread->Attach(PTRACE_ATTATCH_OTHER_THREAD_TIMEOUT)) { in InitOtherThreadRegs()
|
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/ |
D | imf_adapter_impl_test.cpp | 210 bool res = g_imf->Attach(nullptr, false); 224 bool res = g_imf->Attach(listener, true); 239 bool res = g_imf->Attach(listener, false); 364 bool result = g_imf->Attach(nullptr, true, nullptr); 368 result = g_imf->Attach(nullptr, true, nullptr); 370 result = g_imf->Attach(nullptr, true, nullptr);
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
D | dfx_ptrace.h | 27 static bool Attach(pid_t tid, int timeout = PTRACE_ATTATCH_KEY_THREAD_TIMEOUT);
|
/base/web/webview/ohos_glue/ohos_adapter/cpptoc/ |
D | ark_imfadapter_cpptoc.cpp | 36 …return ArkIMFAdapterCppToC::Get(self)->Attach(ArkIMFTextListenerAdapterCToCpp::Invert(listener), i… in ark_imfadapter_attach1() 47 …return ArkIMFAdapterCppToC::Get(self)->Attach(ArkIMFTextListenerAdapterCToCpp::Invert(listener), i… in ark_imfadapter_attach2()
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
D | unwinder_pac_test.cpp | 58 bool unwRet = DfxPtrace::Attach(pid); 97 bool unwRet = DfxPtrace::Attach(pid);
|
/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/ |
D | imf_adapter_impl.h | 97 bool Attach(std::shared_ptr<IMFTextListenerAdapter> listener, bool isShowKeyboard) override; 99 bool Attach(std::shared_ptr<IMFTextListenerAdapter> listener, bool isShowKeyboard,
|
/base/web/webview/ohos_glue/ohos_adapter/include/ |
D | ark_imf_adapter.h | 143 virtual bool Attach(ArkWebRefPtr<ArkIMFTextListenerAdapter> listener, bool isShowKeyboard) = 0; 146 virtual bool Attach(ArkWebRefPtr<ArkIMFTextListenerAdapter> listener, bool isShowKeyboard,
|
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
D | imf_adapter_impl.cpp | 232 bool IMFAdapterImpl::Attach(std::shared_ptr<IMFTextListenerAdapter> listener, bool isShowKeyboard) in Attach() function in OHOS::NWeb::IMFAdapterImpl 245 …int32_t ret = MiscServices::InputMethodController::GetInstance()->Attach(textListener_, isShowKeyb… in Attach() 261 bool IMFAdapterImpl::Attach(std::shared_ptr<IMFTextListenerAdapter> listener, bool isShowKeyboard, in Attach() function in OHOS::NWeb::IMFAdapterImpl 296 …int32_t ret = MiscServices::InputMethodController::GetInstance()->Attach(textListener_, isShowKeyb… in Attach()
|
/base/web/webview/ohos_interface/include/ohos_adapter/ |
D | imf_adapter.h | 154 virtual bool Attach(std::shared_ptr<IMFTextListenerAdapter> listener, bool isShowKeyboard) = 0; 156 virtual bool Attach(std::shared_ptr<IMFTextListenerAdapter> listener, bool isShowKeyboard,
|
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwind/ |
D | unwind_remote_benchmark.cpp | 111 if (!DfxPtrace::Attach(pid)) { in Run() 154 if (!DfxPtrace::Attach(pid)) { in RunCache()
|
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/ |
D | input_method_controller.h | 125 IMF_API int32_t Attach(sptr<OnTextChangedListener> &listener); 138 IMF_API int32_t Attach(sptr<OnTextChangedListener> &listener, bool isShowKeyboard); 152 …IMF_API int32_t Attach(sptr<OnTextChangedListener> &listener, bool isShowKeyboard, const InputAttr… 167 …IMF_API int32_t Attach(sptr<OnTextChangedListener> &listener, bool isShowKeyboard, const TextConfi…
|
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
D | process_dump_test.cpp | 110 process->Attach(); 160 thread->Attach();
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
D | dfx_ptrace.cpp | 41 bool DfxPtrace::Attach(pid_t tid, int timeout) in Attach() function in OHOS::HiviewDFX::DfxPtrace
|
/base/security/security_guard/services/data_collect/store/src/ |
D | database.cpp | 142 int Database::Attach(const std::string &alias, const std::string &pathName, in Attach() function in OHOS::Security::SecurityGuard::Database 147 ret = store_->Attach(alias, pathName, destEncryptKey); in Attach()
|