Searched refs:StartAppTraceCapture (Results 1 - 5 of 5) sorted by relevance
/developtools/profiler/hidebug/frameworks/native/include/ |
H A D | hidebug_native_interface.h | 47 virtual HiDebug_ErrorCode StartAppTraceCapture(uint64_t tags, uint32_t flag,
|
/developtools/profiler/hidebug/frameworks/native/src/ |
H A D | hidebug_native_interface_impl.cpp | 47 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 D | hidebug_ndk.cpp | 146 auto ret = nativeInterface->StartAppTraceCapture(tags, flag, limitSize, file); in OH_HiDebug_StartAppTraceCapture()
|
/developtools/profiler/hidebug/interfaces/cj/ |
H A D | hidebug_ffi.cpp | 298 code = nativeInterface->StartAppTraceCapture(tag, flag, limitSize, file); in FfiHidebugStartAppTraceCapture()
|
/developtools/profiler/hidebug/interfaces/js/kits/napi/ |
H A D | napi_hidebug.cpp | 826 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