Home
last modified time | relevance | path

Searched refs:Detach (Results 1 - 25 of 25) sorted by relevance

/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/
H A Dpid_utils.cpp106 bool PidUtils::Detach(pid_t pid) in Detach() function in OHOS::HiviewDFX::PidUtils
126 if (!Detach(pid)) { in WaitForPidState()
149 if (!Detach(pid)) { in WaitForPidStateAfterAttach()
H A Dpid_utils.h39 static bool Detach(pid_t pid);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_ptrace.h26 static void Detach(pid_t tid);
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_pac_test.cpp72 DfxPtrace::Detach(pid); in HWTEST_F()
106 DfxPtrace::Detach(pid); in HWTEST_F()
H A Dinstr_statistic_test.cpp78 DfxPtrace::Detach(pid); in HWTEST_F()
H A Dmemory_test.cpp276 DfxPtrace::Detach(pid); in HWTEST_F()
325 DfxPtrace::Detach(pid); in HWTEST_F()
367 DfxPtrace::Detach(pid); in HWTEST_F()
405 DfxPtrace::Detach(pid); in HWTEST_F()
437 DfxPtrace::Detach(pid); in HWTEST_F()
H A Dunwinder_test.cpp216 DfxPtrace::Detach(child); in HWTEST_F()
258 DfxPtrace::Detach(child); in HWTEST_F()
313 DfxPtrace::Detach(child); in HWTEST_F()
437 DfxPtrace::Detach(child); in HWTEST_F()
501 DfxPtrace::Detach(child); in HWTEST_F()
890 DfxPtrace::Detach(initPid); in HWTEST_F()
H A Dregs_test.cpp294 DfxPtrace::Detach(pid); in HWTEST_F()
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwind/
H A Dunwind_remote_benchmark.cpp129 DFXLOGU("Detach pid: %{public}d", pid); in Run()
130 DfxPtrace::Detach(pid); in Run()
173 DFXLOGU("Detach pid: %{public}d", pid); in RunCache()
174 DfxPtrace::Detach(pid); in RunCache()
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_thread.cpp113 void DfxThread::Detach() in Detach() function in OHOS::HiviewDFX::DfxThread
116 DfxPtrace::Detach(threadInfo_.nsTid); in Detach()
H A Ddfx_process.h42 void Detach();
H A Ddfx_thread.h55 void Detach();
H A Ddfx_process.cpp142 void DfxProcess::Detach() in Detach() function in OHOS::HiviewDFX::DfxProcess
149 thread->Detach(); in Detach()
H A Ddfx_unwind_remote.cpp121 DfxPtrace::Detach(vmPid); in UnwindProcess()
201 thread->Detach(); in UnwindOtherThread()
214 thread->Detach(); in UnwindOtherThread()
H A Dprocess_dumper.cpp307 process_->vmThread_->Detach(); in Dump()
310 process_->keyThread_->Detach(); in Dump()
651 process_->keyThread_->Detach(); in InitUnwinder()
653 process_->Detach(); in InitUnwinder()
H A Ddfx_unwind_async_thread.cpp73 thread_->Detach(); in UnwindStack()
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dprocess_dump_test.cpp118 * @tc.desc: test Attach Detach
128 process->Detach(); in HWTEST_F()
144 process1->Detach(); in HWTEST_F()
153 process2->Detach(); in HWTEST_F()
207 thread->Detach(); in HWTEST_F()
H A Dfault_stack_test.cpp112 thread.Detach(); in HWTEST_F()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_ptrace.cpp33 void DfxPtrace::Detach(pid_t tid) in Detach() function in OHOS::HiviewDFX::DfxPtrace
/base/inputmethod/imf/frameworks/cj/include/
H A Dcj_input_method_controller.h33 static int32_t Detach();
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_remote_benchmark.cpp157 DFXLOGU("Detach pid: %{public}d", pid); in Run()
158 DfxPtrace::Detach(pid); in Run()
/base/inputmethod/imf/frameworks/cj/src/
H A Dinput_method_ffi.cpp313 return CjInputMethodController::Detach(); in FfiInputMethodControllerDetach()
H A Dcj_input_method_controller.cpp89 int32_t CjInputMethodController::Detach() in Detach() function in OHOS::MiscServices::CjInputMethodController
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.h165 static napi_value Detach(napi_env env, napi_callback_info info);
H A Djs_get_input_method_controller.cpp73 DECLARE_NAPI_FUNCTION("detach", Detach), in Init()
560 napi_value JsGetInputMethodController::Detach(napi_env env, napi_callback_info info) in Detach() function in OHOS::MiscServices::JsGetInputMethodController

Completed in 14 milliseconds