Searched refs:ExtendStateCollection (Results 1 – 3 of 3) sorted by relevance
29 ExtendStateCollection::ExtendStateCollection(const std::string& stateName) in ExtendStateCollection() function in OHOS::PowerMgr::ExtendStateCollection33 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()
37 return std::make_shared<ExtendStateCollection>(stateName); in Create()
24 class ExtendStateCollection : public IStateCollection {32 ExtendStateCollection(const std::string& stateName);33 ~ExtendStateCollection() = default;