Searched refs:_propsPersisted (Results 1 – 2 of 2) sorted by relevance
412 if (std::find_if(_propsPersisted[intf].begin(), _propsPersisted[intf].end(), in setPersisted()414 _propsPersisted[intf].end()) in setPersisted()416 _propsPersisted[intf].emplace_back(prop); in setPersisted()422 auto it = _propsPersisted.find(intf); in isPersisted()423 if (it == _propsPersisted.end()) in isPersisted()531 output["persisted_props"] = _propsPersisted; in dump()
473 std::map<std::string, std::vector<std::string>> _propsPersisted; member in phosphor::fan::control::json::Zone