Home
last modified time | relevance | path

Searched refs:AllowlistFilter (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dwhitelist-filter.cpp28 class AllowlistFilter class
31 AllowlistFilter();
32 ~AllowlistFilter() = default;
33 AllowlistFilter(const AllowlistFilter&) = delete;
34 AllowlistFilter(AllowlistFilter&&) = delete;
35 AllowlistFilter& operator=(const AllowlistFilter&) = delete;
36 AllowlistFilter& operator=(AllowlistFilter&&) = delete;
57 AllowlistFilter::AllowlistFilter() in AllowlistFilter() function in ipmi::__anon03adde200111::AllowlistFilter
77 void AllowlistFilter::cacheRestrictedMode( in cacheRestrictedMode()
132 void AllowlistFilter::handleRestrictedModeChange( in handleRestrictedModeChange()
[all …]
/openbmc/intel-ipmi-oem/src/
H A Dallowlist-filter.cpp25 class AllowlistFilter class
28 AllowlistFilter();
29 ~AllowlistFilter() = default;
30 AllowlistFilter(const AllowlistFilter&) = delete;
31 AllowlistFilter(AllowlistFilter&&) = delete;
32 AllowlistFilter& operator=(const AllowlistFilter&) = delete;
33 AllowlistFilter& operator=(AllowlistFilter&&) = delete;
103 AllowlistFilter::AllowlistFilter() in AllowlistFilter() function in ipmi::__anon5737aadd0111::AllowlistFilter
119 void AllowlistFilter::cacheRestrictedAndPostCompleteMode() in cacheRestrictedAndPostCompleteMode()
159 void AllowlistFilter::updateRestrictionMode(const std::string& value) in updateRestrictionMode()
[all …]