Home
last modified time | relevance | path

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

/developtools/hiperf/test/unittest/common/native/
Dsubcommand_record_test.cpp80 … static void TestRecordCommand(const std::string &option, bool expect = true, bool fixPid = true);
113 TestRecordCommand(cmd, expect, fixPid); in ForkAndRunTest()
122 void SubCommandRecordTest::TestRecordCommand(const std::string &option, bool expect, bool fixPid) in TestRecordCommand() function in OHOS::Developtools::HiPerf::SubCommandRecordTest
165 TestRecordCommand("-d 2 --app package_name ", false, false);
188 TestRecordCommand("-d 0.5 --chkms 0 ", false);
210 TestRecordCommand("-d 0.5 --chkms 201 ", false);
221 TestRecordCommand("-d 0.5 --chkms abc ", false);
231 TestRecordCommand("-d 0.099 ", false);
245 TestRecordCommand(opt, false);
257 TestRecordCommand("-d 2 -a aa ", false, false);
[all …]