Home
last modified time | relevance | path

Searched refs:GetOutputDir (Results 1 - 4 of 4) sorted by relevance

/developtools/hiperf/demo/cpp/
H A Dhiperf_demo.cpp67 printf("GetOutputDir:'%s'\n", myHiperf.GetOutputDir().c_str()); in main()
/developtools/hiperf/interfaces/innerkits/native/include/
H A Dhiperf_client.h274 const std::string &GetOutputDir() const in GetOutputDir() function in OHOS::Developtools::HiPerf::HiperfClient::Client
/developtools/hiperf/interfaces/kits/js/napi/
H A Dhiperf_client_napi.cpp567 static napi_value GetOutputDir(napi_env env, napi_callback_info info) in GetOutputDir() function
570 std::string result = g_hiperfClient->GetOutputDir(); in GetOutputDir()
634 DECLARE_NAPI_FUNCTION("getOutputDir", GetOutputDir), in HiperfClientInit()
/developtools/hiperf/test/unittest/common/native/
H A Dhiperf_client_test.cpp86 ASSERT_EQ(myHiperf.GetOutputDir(), "/data/local/tmp/"); in HWTEST_F()

Completed in 3 milliseconds