Searched refs:GetConfigName (Results 1 – 8 of 8) sorted by relevance
681 HWTEST_F(ReportJsonFileTest, GetConfigName, TestSize.Level1)691 EXPECT_STREQ(json->GetConfigName(1).c_str(), "eventName");692 EXPECT_STREQ(json->GetConfigName(2).c_str(), "eventName");693 EXPECT_STREQ(json->GetConfigName(3).c_str(), "eventName");694 EXPECT_STREQ(json->GetConfigName(4).c_str(), "eventName2");695 EXPECT_STREQ(json->GetConfigName(5).c_str(), "eventName2");696 EXPECT_STREQ(json->GetConfigName(6).c_str(), "eventName");
51 …string configPath = ResourceUtil::GetMainPath(*it).Append(ConfigParser::GetConfigName()).GetPath(); in Init()
314 .Append(ConfigParser::GetConfigName()).GetPath(); in GenerateConfigJson()425 string outputPath = FileEntry::FilePath(output).Append(ConfigParser::GetConfigName()).GetPath(); in HandleFeature()
65 static std::string GetConfigName() in GetConfigName() function
389 std::string GetConfigName(uint64_t id);411 FRIEND_TEST(ReportJsonFileTest, GetConfigName);
506 std::string GetConfigName(uint64_t id) in GetConfigName() function
174 std::string ReportJsonFile::GetConfigName(uint64_t id) in GetConfigName() function in OHOS::Developtools::HiPerf::ReportJsonFile
651 auto threadState = report_->GetConfigName(sample->data_.id); in UpdatePerfSampleData()