Home
last modified time | relevance | path

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

/developtools/hiperf/demo/cpp/
Dhiperf_demo.cpp62 printf("GetCommandPath:'%s'\n", myHiperf.GetCommandPath().c_str()); in main()
/developtools/hiperf/test/unittest/common/native/
Dhiperf_client_test.cpp141 HWTEST_F(HiperfClientTest, GetCommandPath, TestSize.Level1)
147 ASSERT_EQ(myHiperf.GetCommandPath().empty(), false);
/developtools/hiperf/interfaces/kits/js/napi/
Dhiperf_client_napi.cpp578 static napi_value GetCommandPath(napi_env env, napi_callback_info info) in GetCommandPath() function
581 std::string result = g_hiperfClient->GetCommandPath(); in GetCommandPath()
636 DECLARE_NAPI_FUNCTION("getCommandPath", GetCommandPath), in HiperfClientInit()
/developtools/hiperf/interfaces/innerkits/native/include/
Dhiperf_client.h312 const std::string &GetCommandPath() const in GetCommandPath() function