Searched refs:GetCommandPath (Results 1 – 4 of 4) sorted by relevance
62 printf("GetCommandPath:'%s'\n", myHiperf.GetCommandPath().c_str()); in main()
141 HWTEST_F(HiperfClientTest, GetCommandPath, TestSize.Level1)147 ASSERT_EQ(myHiperf.GetCommandPath().empty(), false);
578 static napi_value GetCommandPath(napi_env env, napi_callback_info info) in GetCommandPath() function581 std::string result = g_hiperfClient->GetCommandPath(); in GetCommandPath()636 DECLARE_NAPI_FUNCTION("getCommandPath", GetCommandPath), in HiperfClientInit()
312 const std::string &GetCommandPath() const in GetCommandPath() function