Home
last modified time | relevance | path

Searched refs:HIDEBUG_SUCCESS (Results 1 - 6 of 6) sorted by relevance

/developtools/profiler/hidebug/test/unittest/native/
H A Dhidebug_test.cpp249 EXPECT_EQ(captureResult, HIDEBUG_SUCCESS); in HWTEST_F()
251 EXPECT_EQ(OH_HiDebug_StopAppTraceCapture(), HIDEBUG_SUCCESS); in HWTEST_F() local
273 EXPECT_EQ(captureResult, HIDEBUG_SUCCESS); in HWTEST_F()
277 EXPECT_EQ(OH_HiDebug_StopAppTraceCapture(), HIDEBUG_SUCCESS); in HWTEST_F() local
299 EXPECT_EQ(captureResult, HIDEBUG_SUCCESS); in HWTEST_F()
301 EXPECT_EQ(OH_HiDebug_StopAppTraceCapture(), HIDEBUG_SUCCESS); in HWTEST_F() local
317 EXPECT_EQ(OH_HiDebug_GetGraphicsMemory(&value), HIDEBUG_SUCCESS); in HWTEST_F() local
/developtools/profiler/hidebug/frameworks/hidebug_ndk/
H A Dhidebug_ndk.cpp147 if (ret != HIDEBUG_SUCCESS) { in OH_HiDebug_StartAppTraceCapture()
154 return HIDEBUG_SUCCESS; in OH_HiDebug_StartAppTraceCapture()
181 return HIDEBUG_SUCCESS; in OH_HiDebug_GetGraphicsMemory()
/developtools/profiler/hidebug/interfaces/native/kits/include/hidebug/
H A Dhidebug_type.h53 HIDEBUG_SUCCESS = 0, enumerator
/developtools/profiler/hidebug/frameworks/native/src/
H A Dhidebug_native_interface_impl.cpp94 return HIDEBUG_SUCCESS; in StartAppTraceCapture()
112 return HIDEBUG_SUCCESS; in StopAppTraceCapture()
/developtools/profiler/hidebug/interfaces/cj/
H A Dhidebug_ffi.cpp299 if (code != HIDEBUG_SUCCESS || file.empty()) { in FfiHidebugStartAppTraceCapture()
/developtools/profiler/hidebug/interfaces/js/kits/napi/
H A Dnapi_hidebug.cpp848 if (ret == HIDEBUG_SUCCESS) { in StartAppTraceCapture()

Completed in 6 milliseconds