Home
last modified time | relevance | path

Searched refs:trackedCommand (Results 1 - 5 of 5) sorted by relevance

/developtools/hiperf/src/
H A Doption.cpp140 bool GetOptionTrackedCommand(argsVector &args, std::vector<std::string> &trackedCommand) in GetOptionTrackedCommand() argument
143 trackedCommand.insert(trackedCommand.begin(), args.begin(), args.end()); in GetOptionTrackedCommand()
/developtools/hiperf/test/unittest/common/native/
H A Doption_test.cpp511 std::vector<std::string> trackedCommand; in HWTEST_F() local
512 EXPECT_EQ(Option::GetOptionTrackedCommand(args, trackedCommand), true); in HWTEST_F()
513 EXPECT_EQ(trackedCommand.size(), 3u); in HWTEST_F()
/developtools/profiler/device/plugins/native_daemon/include/
H A Doption.h59 bool GetOptionTrackedCommand(argsVector &args, std::vector<std::string> &trackedCommand);
/developtools/hiperf/include/
H A Doption.h55 bool GetOptionTrackedCommand(argsVector &args, std::vector<std::string> &trackedCommand);
H A Dperf_events.h374 inline void SetTrackedCommand(const std::vector<std::string> &trackedCommand) in SetTrackedCommand() argument
376 if (!trackedCommand.empty()) { in SetTrackedCommand()
377 trackedCommand_ = TrackedCommand::CreateInstance(trackedCommand); in SetTrackedCommand()

Completed in 4 milliseconds