Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_sensor_cluster_test.cpp68 EXPECT_FALSE(cluster.CheckStandard());
76 EXPECT_FALSE(cluster.CheckStandard());
85 EXPECT_TRUE(cluster.CheckStandard());
92 EXPECT_FALSE(cluster.CheckStandard());
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_config_sensor_cluster.h45 bool CheckStandard();
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_config_sensor_cluster.cpp29 bool ThermalConfigSensorCluster::CheckStandard() in CheckStandard() function in OHOS::PowerMgr::ThermalConfigSensorCluster
H A Dthermal_srv_config_parser.cpp225 if (!sc->CheckStandard()) { in ParseLevelNode()