Home
last modified time | relevance | path

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

/developtools/profiler/hidebug/frameworks/native/include/
H A Dhidebug_native_interface.h47 virtual HiDebug_ErrorCode StartAppTraceCapture(uint64_t tags, uint32_t flag,
/developtools/profiler/hidebug/frameworks/native/src/
H A Dhidebug_native_interface_impl.cpp47 HiDebug_ErrorCode StartAppTraceCapture(uint64_t tags, uint32_t flag,
89 HiDebug_ErrorCode HidebugNativeInterfaceImpl::StartAppTraceCapture(uint64_t tags, uint32_t flag, in StartAppTraceCapture() function in OHOS::HiviewDFX::HidebugNativeInterfaceImpl
/developtools/profiler/hidebug/frameworks/hidebug_ndk/
H A Dhidebug_ndk.cpp146 auto ret = nativeInterface->StartAppTraceCapture(tags, flag, limitSize, file); in OH_HiDebug_StartAppTraceCapture()
/developtools/profiler/hidebug/interfaces/cj/
H A Dhidebug_ffi.cpp298 code = nativeInterface->StartAppTraceCapture(tag, flag, limitSize, file); in FfiHidebugStartAppTraceCapture()
/developtools/profiler/hidebug/interfaces/js/kits/napi/
H A Dnapi_hidebug.cpp826 napi_value StartAppTraceCapture(napi_env env, napi_callback_info info) in StartAppTraceCapture() function
847 auto ret = nativeInterface->StartAppTraceCapture(tag, traceFlag, limitSize, file); in StartAppTraceCapture()
1146 DECLARE_NAPI_FUNCTION("startAppTraceCapture", StartAppTraceCapture), in DeclareHiDebugInterface()

Completed in 5 milliseconds