Home
last modified time | relevance | path

Searched refs:StopAppTraceCapture (Results 1 - 5 of 5) sorted by relevance

/developtools/profiler/hidebug/frameworks/native/include/
H A Dhidebug_native_interface.h49 virtual HiDebug_ErrorCode StopAppTraceCapture() = 0;
/developtools/profiler/hidebug/frameworks/hidebug_ndk/
H A Dhidebug_ndk.cpp151 nativeInterface->StopAppTraceCapture(); in OH_HiDebug_StartAppTraceCapture()
164 return nativeInterface->StopAppTraceCapture(); in OH_HiDebug_StopAppTraceCapture()
/developtools/profiler/hidebug/frameworks/native/src/
H A Dhidebug_native_interface_impl.cpp49 HiDebug_ErrorCode StopAppTraceCapture() override;
108 HiDebug_ErrorCode HidebugNativeInterfaceImpl::StopAppTraceCapture() in StopAppTraceCapture() function in OHOS::HiviewDFX::HidebugNativeInterfaceImpl
/developtools/profiler/hidebug/interfaces/cj/
H A Dhidebug_ffi.cpp316 return nativeInterface->StopAppTraceCapture(); in FfiHidebugStopAppTraceCapture()
/developtools/profiler/hidebug/interfaces/js/kits/napi/
H A Dnapi_hidebug.cpp873 napi_value StopAppTraceCapture(napi_env env, napi_callback_info info) in StopAppTraceCapture() function
880 auto ret = nativeInterface->StopAppTraceCapture(); in StopAppTraceCapture()
1147 DECLARE_NAPI_FUNCTION("stopAppTraceCapture", StopAppTraceCapture), in DeclareHiDebugInterface()

Completed in 5 milliseconds