Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dreport_json_file.cpp66 ReportConfigItem &ReportJsonFile::GetConfig(uint64_t id) in GetConfig() function in OHOS::Developtools::HiPerf::ReportJsonFile
94 auto &config = GetConfig(id); in UpdateReportSample()
171 return GetConfig(id).index_; in GetConfigIndex()
176 auto &config = GetConfig(id); in GetConfigName()
194 auto &config = GetConfig(id); in UpdateReportCallStack()
/developtools/hiperf/test/unittest/common/native/
Dreport_json_file_test.cpp704 HWTEST_F(ReportJsonFileTest, GetConfig, TestSize.Level1)
714 EXPECT_EQ(json->GetConfig(1).index_, 0);
715 EXPECT_EQ(json->GetConfig(2).index_, 0);
716 EXPECT_EQ(json->GetConfig(3).index_, 0);
717 EXPECT_EQ(json->GetConfig(4).index_, 1);
718 EXPECT_EQ(json->GetConfig(5).index_, 1);
719 EXPECT_EQ(json->GetConfig(6).index_, 0);
/developtools/hiperf/include/
Dreport_json_file.h388 ReportConfigItem &GetConfig(uint64_t id);
412 FRIEND_TEST(ReportJsonFileTest, GetConfig);
/developtools/global_resource_tool/include/
Dcmd_parser.h46 const std::string &GetConfig() const;
/developtools/global_resource_tool/src/
Dcmd_parser.cpp93 const string &PackageParser::GetConfig() const in GetConfig() function in OHOS::Global::Restool::PackageParser
Dresource_pack.cpp153 string config = packageParser_.GetConfig(); in InitConfigJson()