Home
last modified time | relevance | path

Searched refs:Base (Results 1 – 25 of 246) sorted by relevance

12345678910

/openbmc/sdeventplus/src/sdeventplus/source/
H A Dbase.cpp14 sd_event_source* Base::get() const in get()
19 const Event& Base::get_event() const in get_event()
24 const char* Base::get_description() const in get_description()
33 void Base::set_description(const char* description) const in set_description()
40 void Base::set_prepare(Callback&& callback) in set_prepare()
56 bool Base::get_pending() const in get_pending()
63 int64_t Base::get_priority() const in get_priority()
72 void Base::set_priority(int64_t priority) const in set_priority()
79 Enabled Base::get_enabled() const in get_enabled()
88 void Base::set_enabled(Enabled enabled) const in set_enabled()
[all …]
H A Dbase.hpp43 class Base class
46 using Callback = fu2::unique_function<void(Base& source)>;
48 Base(Base&& other) = default;
49 Base& operator=(Base&& other) = default;
50 Base(const Base& other) = default;
51 Base& operator=(const Base& other) = default;
52 virtual ~Base() = default;
155 Base(const Event& event, sd_event_source* source, std::false_type);
166 Base(const Base& other, sdeventplus::internal::NoOwn);
255 class BaseData : public Base
[all …]
H A Dsignal.cpp16 Base(event, create_source(event, sig), std::false_type()) in Signal()
23 Base(other, sdeventplus::internal::NoOwn()) in Signal()
40 return static_cast<detail::SignalData&>(Base::get_userdata()); in get_userdata()
H A Dchild.cpp16 Base(event, create_source(event, pid, options), std::false_type()) in Child()
23 Base(other, sdeventplus::internal::NoOwn()) in Child()
42 return static_cast<detail::ChildData&>(Base::get_userdata()); in get_userdata()
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp45 static nlohmann::json::object_t getLog(redfish::registries::Base::Index name, in getLog()
49 if (index >= redfish::registries::Base::registry.size()) in getLog()
53 return getLogFromRegistry(redfish::registries::Base::header, in getLog()
54 redfish::registries::Base::registry, index, args); in getLog()
66 return getLog(redfish::registries::Base::Index::success, {}); in success()
83 return getLog(redfish::registries::Base::Index::generalError, {}); in generalError()
101 return getLog(redfish::registries::Base::Index::created, {}); in created()
119 return getLog(redfish::registries::Base::Index::noOperation, {}); in noOperation()
137 return getLog(redfish::registries::Base::Index::propertyDuplicate, in propertyDuplicate()
156 return getLog(redfish::registries::Base::Index::propertyUnknown, in propertyUnknown()
[all …]
/openbmc/phosphor-host-ipmid/
H A Dhost-interface.cpp26 namespace Base = sdbusplus::server::xyz::openbmc_project::control;
37 {CMD_HEARTBEAT, Base::Host::Command::Heartbeat},
38 {CMD_POWER, Base::Host::Command::SoftOff}};
45 {Base::Host::Command::Heartbeat, std::make_pair(CMD_HEARTBEAT, 0x00)},
46 {Base::Host::Command::SoftOff, std::make_pair(CMD_POWER, SOFT_OFF)}};
49 void Host::execute(Base::Host::Command command) in execute()
92 ipmiCommand.at(Base::Host::Command::Heartbeat), in currentFirmwareCondition()
/openbmc/bios-settings-mgr/src/
H A Dmanager.cpp37 auto pendingAttrs = Base::pendingAttributes(); in setAttribute()
68 auto table = Base::baseBIOSTable(); in getAttribute()
78 auto pending = Base::pendingAttributes(); in getAttribute()
100 auto baseTable = Base::baseBIOSTable(value, false); in baseBIOSTable()
102 Base::resetBIOSSettings(Base::ResetFlag::NoAction); in baseBIOSTable()
209 auto pendingAttrs = Base::pendingAttributes({}, false); in pendingAttributes()
215 BaseTable biosTable = Base::baseBIOSTable(); in pendingAttributes()
295 PendingAttributes pendingAttribute = Base::pendingAttributes(); in pendingAttributes()
308 auto pendingAttrs = Base::pendingAttributes(pendingAttribute, false); in pendingAttributes()
/openbmc/openpower-host-ipmi-oem/
H A Dhost-interface.hpp13 namespace Base = sdbusplus::org::open_power::Control::server;
21 class Host : public sdbusplus::server::object_t<Base::Host>
30 sdbusplus::server::object_t<Base::Host>(bus, objPath) in Host()
H A Dhost-interface.cpp27 {IPMI_CMD_OCC_RESET, Base::Host::Command::OCCReset}};
30 void Host::execute(Base::Host::Command command, std::variant<uint8_t> data) in execute()
40 if (command == Base::Host::Command::OCCReset) in execute()
/openbmc/u-boot/drivers/usb/eth/
H A DKconfig30 Supports 10Base-T/ 100Base-TX/1000Base-T.
40 Supports 10Base-T/ 100Base-TX/1000Base-T.
/openbmc/openbmc/poky/meta/recipes-extended/perl/
H A Dlibxml-sax-base-perl_1.09.bb1 SUMMARY = "Base class SAX Drivers and Filters"
2 HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Base/"
15 SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-Base-${PV}.tar.gz"
19 S = "${WORKDIR}/XML-SAX-Base-${PV}"
/openbmc/qemu/tests/qapi-schema/
H A Dalternate-base.json2 { 'struct': 'Base',
5 'base': 'Base',
H A Dunion-empty.json3 { 'struct': 'Base', 'data': { 'type': 'Empty' } }
4 { 'union': 'Union', 'base': 'Base', 'discriminator': 'type', 'data': { } }
H A Dunion-base-no-discriminator.json8 { 'struct': 'Base',
12 'base': 'Base',
H A Dstruct-base-clash.json3 { 'struct': 'Base',
6 'base': 'Base',
H A Dunion-array-branch.json4 { 'struct': 'Base',
9 'base': 'Base',
H A Dunion-optional-discriminator.json3 { 'struct': 'Base',
7 'base': 'Base',
H A Dunion-int-branch.json4 { 'struct': 'Base',
9 'base': 'Base',
H A Dunion-discriminator-bad-name.json3 { 'struct': 'Base',
7 'base': 'Base',
H A Ddoc-bad-union-member.json9 'base': 'Base',
13 { 'struct': 'Base',
H A Dunion-inline-invalid-dict.json5 { 'struct': 'Base',
8 'base': 'Base',
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dbase.py37 class Base(unittest.TestCase): class
45 shortlog=Base.shortlog(msg['subject']),
46 commit_message=Base.commit_message(payload),
85 cls.commits.append(Base.msg_to_commit(msg))
116 return super(Base, self).fail(json.dumps(value))
127 return super(Base, self).skipTest(json.dumps(value))
135 class Metadata(Base):
/openbmc/phosphor-host-ipmid/softoff/
H A Dsoftoff.hpp17 namespace Base = sdbusplus::server::xyz::openbmc_project::ipmi::internal;
24 using SoftPowerOffInherit = sdbusplus::server::object_t<Base::SoftPowerOff>;
84 using Base::SoftPowerOff::responseReceived;
/openbmc/sdeventplus/test/source/
H A Dbase.cpp38 class BaseImpl : public Base
44 Base(other, sdeventplus::internal::NoOwn()) in BaseImpl()
47 using Base::get_prepare;
59 std::false_type) : Base(event, source, std::false_type()) in BaseImpl()
119 base.set_prepare([](Base&) {}); in set_prepare_placeholder() argument
301 Base::Callback callback = [&completed](Base&) { completed = true; }; in TEST_F() argument
316 Base::Callback callback = [](Base&) {}; in TEST_F() argument
331 base->set_prepare([](Base&) {}); in TEST_F() argument
334 Base::Callback callback = [](Base&) {}; in TEST_F() argument
346 base->set_prepare([](Base&) {}); in TEST_F() argument
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DFrameworx-1.03 …licensee hereunder, effective as of Your acceptance of the Frameworx Code Base or an Downstream Di…
6Base, and the source code for improvements and innovations to it, remain free and open to the comm…
12 (a) Frameworx Code Base means the software developed by The Frameworx Company and made availabl…
14 …, the Frameworx Code Base or any portion or element thereof and (ii) in which rights to use and di…
22 (a) use the Frameworx Code Base, in either Source Code or machine-readable form;
24 …e modifications, additions and deletions to the content or structure of the Frameworx Code Base; or
26 (c) create larger works or derivative works including the Frameworx Code Base or any portion or…
32 …ontains, or depends for its intended functionality on, the Frameworx Code Base, or any portion or …
38 …(i) include all portions and elements of the Frameworx Code Base required to build the …
40 …ude, in each file containing any portion or element of the Frameworx Code Base, the following iden…
[all …]

12345678910