Home
last modified time | relevance | path

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

/developtools/hiperf/demo/cpp/
Dhiperf_demo.cpp61 printf("GetOutputDir:'%s'\n", myHiperf.GetOutputDir().c_str()); in main()
/developtools/hiperf/interfaces/kits/js/napi/
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/interfaces/innerkits/native/include/
Dhiperf_client.h305 const std::string &GetOutputDir() const in GetOutputDir() function
/developtools/hiperf/test/unittest/common/native/
Dhiperf_client_test.cpp85 ASSERT_EQ(myHiperf.GetOutputDir(), "/data/local/tmp/");