Searched refs:Resume (Results 1 - 10 of 10) sorted by relevance
/developtools/hiperf/test/unittest/common/native/ |
H A D | hiperf_client_test.cpp | 72 ASSERT_TRUE(myHiperf.Resume()); in HWTEST_F() 93 ASSERT_TRUE(myHiperf.Resume()); in HWTEST_F() 113 ASSERT_TRUE(myHiperf.Resume()); in HWTEST_F() 134 ASSERT_TRUE(myHiperf.Resume()); in HWTEST_F() 190 if (!myHiperf.Resume()) { in TestCaseOption() 489 ASSERT_TRUE(myHiperf.Resume()); in HWTEST_F()
|
/developtools/profiler/device/plugins/native_daemon/include/ |
H A D | call_stack.h | 85 static int Resume(unw_addr_space_t as, unw_cursor_t *cu, void *arg);
103 .resume = Resume,
|
/developtools/hiperf/include/ |
H A D | callstack.h | 99 static int Resume(unw_addr_space_t as, unw_cursor_t *cu, void *arg); 121 .resume = Resume,
|
/developtools/hiperf/demo/cpp/ |
H A D | hiperf_demo.cpp | 91 if (!myHiperf.Resume()) { in main()
|
/developtools/hiperf/test/fuzztest/clientapi_fuzzer/ |
H A D | ClientApi_fuzzer.cpp | 95 myHiperf.Resume(); in FuzzClientApiClient()
|
/developtools/hiperf/interfaces/innerkits/native/include/ |
H A D | hiperf_client.h | 255 * Resume recording 257 bool Resume();
|
/developtools/hiperf/interfaces/kits/js/napi/ |
H A D | hiperf_client_napi.cpp | 556 static napi_value Resume(napi_env env, napi_callback_info info) in Resume() function 559 bool result = g_hiperfClient->Resume(); in Resume() 633 DECLARE_NAPI_FUNCTION("resume", Resume), in HiperfClientInit()
|
/developtools/hiperf/interfaces/innerkits/native/src/ |
H A D | hiperf_client.cpp | 740 bool Client::Resume() in Resume() function in OHOS::Developtools::HiPerf::HiperfClient::Client
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | call_stack.cpp | 341 int CallStack::Resume([[maybe_unused]] unw_addr_space_t as, [[maybe_unused]] unw_cursor_t *cu,
in Resume() function in OHOS::Developtools::NativeDaemon::CallStack
|
/developtools/hiperf/src/ |
H A D | callstack.cpp | 366 int CallStack::Resume([[maybe_unused]] unw_addr_space_t as, [[maybe_unused]] unw_cursor_t *cu, in Resume() function in OHOS::Developtools::HiPerf::CallStack
|
Completed in 9 milliseconds