Home
last modified time | relevance | path

Searched refs:GetConfigName (Results 1 - 8 of 8) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
H A Dreport_json_file_test.cpp676 * @tc.name: GetConfigName
680 HWTEST_F(ReportJsonFileTest, GetConfigName, TestSize.Level1) in HWTEST_F()
690 EXPECT_STREQ(json->GetConfigName(1).c_str(), "eventName"); in HWTEST_F()
691 EXPECT_STREQ(json->GetConfigName(2).c_str(), "eventName"); in HWTEST_F()
692 EXPECT_STREQ(json->GetConfigName(3).c_str(), "eventName"); in HWTEST_F()
693 EXPECT_STREQ(json->GetConfigName(4).c_str(), "eventName2"); in HWTEST_F()
694 EXPECT_STREQ(json->GetConfigName(5).c_str(), "eventName2"); in HWTEST_F()
695 EXPECT_STREQ(json->GetConfigName(6).c_str(), "eventName"); in HWTEST_F()
/developtools/global_resource_tool/src/
H A Dresource_merge.cpp51 string configPath = ResourceUtil::GetMainPath(*it).Append(ConfigParser::GetConfigName()).GetPath(); in Init()
H A Dresource_pack.cpp261 .Append(ConfigParser::GetConfigName()).GetPath(); in GenerateConfigJson()
388 string outputPath = FileEntry::FilePath(output).Append(ConfigParser::GetConfigName()).GetPath(); in HandleFeature()
/developtools/global_resource_tool/include/
H A Dconfig_parser.h70 static std::string GetConfigName() in GetConfigName() function in OHOS::Global::Restool::ConfigParser
/developtools/hiperf/include/
H A Dreport_json_file.h391 std::string GetConfigName(uint64_t id);
413 FRIEND_TEST(ReportJsonFileTest, GetConfigName);
H A Dreport.h507 std::string GetConfigName(uint64_t id) in GetConfigName() function in OHOS::Developtools::HiPerf::Report
/developtools/hiperf/src/
H A Dreport_json_file.cpp200 std::string ReportJsonFile::GetConfigName(uint64_t id) in GetConfigName() function in OHOS::Developtools::HiPerf::ReportJsonFile
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
H A Dperf_data_parser.cpp710 auto threadState = report_->GetConfigName(sample->data_.id); in UpdatePerfSampleData()

Completed in 8 milliseconds