Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/
H A Dextend_state_collection.cpp29 ExtendStateCollection::ExtendStateCollection(const std::string& stateName) in ExtendStateCollection() function in OHOS::PowerMgr::ExtendStateCollection
33 bool ExtendStateCollection::Init() in Init()
38 bool ExtendStateCollection::InitParam(std::string& params) in InitParam()
43 std::string ExtendStateCollection::GetState() in GetState()
48 void ExtendStateCollection::SetState(const std::string& stateValue) in SetState()
53 bool ExtendStateCollection::DecideState(const std::string& value) in DecideState()
H A Dstate_collection_factory.cpp37 return std::make_shared<ExtendStateCollection>(stateName); in Create()
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_observer/state_machine/
H A Dextend_state_collection.h24 class ExtendStateCollection : public IStateCollection {
32 ExtendStateCollection(const std::string& stateName);
33 ~ExtendStateCollection() = default;