Home
last modified time | relevance | path

Searched refs:HiDebug_StackFrameType (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/hidebug/interfaces/native/kits/include/hidebug/
Dhidebug_type.h282 typedef enum HiDebug_StackFrameType { enum
287 } HiDebug_StackFrameType; typedef
298 HiDebug_StackFrameType type;
/developtools/profiler/hidebug/frameworks/hidebug_ndk/
Dhidebug_backtrace.cpp43 stackFrame.type = HiDebug_StackFrameType::HIDEBUG_STACK_FRAME_TYPE_JS; in OH_HiDebug_SymbolicAddress()
52 stackFrame.type = HiDebug_StackFrameType::HIDEBUG_STACK_FRAME_TYPE_NATIVE; in OH_HiDebug_SymbolicAddress()
/developtools/profiler/hidebug/test/unittest/native/
Dhidebug_backtrace_test.cpp63 EXPECT_EQ(frame->type, HiDebug_StackFrameType::HIDEBUG_STACK_FRAME_TYPE_NATIVE); in __anonc00a800e0102()