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