Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_policy.h53 std::map<std::string, uint32_t> GetClusterLevelMap();
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_policy_test.cpp69 EXPECT_TRUE(policy.GetClusterLevelMap().empty());
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_policy.cpp72 std::map<std::string, uint32_t> ThermalPolicy::GetClusterLevelMap() in GetClusterLevelMap() function in OHOS::PowerMgr::ThermalPolicy