Home
last modified time | relevance | path

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

/developtools/hiperf/interfaces/kits/js/napi/
Dhiperf_client_napi.cpp589 static napi_value GetOutputPerfDataPath(napi_env env, napi_callback_info info) in GetOutputPerfDataPath() function
592 std::string result = g_hiperfClient->GetOutputPerfDataPath(); in GetOutputPerfDataPath()
635 DECLARE_NAPI_FUNCTION("getOutputPerfDataPath", GetOutputPerfDataPath), in HiperfClientInit()
/developtools/hiperf/interfaces/innerkits/native/include/
Dhiperf_client.h319 const std::string GetOutputPerfDataPath() const in GetOutputPerfDataPath() function
/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp368 cmd.emplace_back(GetOutputPerfDataPath()); in PrepareExecCmd()