| /openbmc/qemu/target/hexagon/idef-parser/ |
| H A D | parser-helpers.h | 47 Context *c, 59 bool is_inside_ternary(Context *c); 65 void str_print(Context *c, YYLTYPE *locp, const char *string); 67 void uint8_print(Context *c, YYLTYPE *locp, uint8_t *num); 69 void uint64_print(Context *c, YYLTYPE *locp, uint64_t *num); 71 void int_print(Context *c, YYLTYPE *locp, int *num); 73 void uint_print(Context *c, YYLTYPE *locp, unsigned *num); 75 void tmp_print(Context *c, YYLTYPE *locp, HexTmp *tmp); 77 void pred_print(Context *c, YYLTYPE *locp, HexPred *pred, bool is_dotnew); 79 void reg_compose(Context *c, YYLTYPE *locp, HexReg *reg, char reg_id[5]); [all …]
|
| /openbmc/phosphor-net-ipmid/sol/ |
| H A D | sol_context.hpp | 154 class Context : public std::enable_shared_from_this<Context> class 157 Context() = delete; 158 ~Context() = default; 159 Context(const Context&) = delete; 160 Context& operator=(const Context&) = delete; 161 Context(Context&&) = delete; 162 Context& operator=(Context&&) = delete; 177 static std::shared_ptr<Context> makeContext( 192 Context(std::shared_ptr<boost::asio::io_context> io, uint8_t maxRetryCount,
|
| H A D | sol_context.cpp | 17 Context::Context(std::shared_ptr<boost::asio::io_context> io, in Context() function in sol::Context 27 std::shared_ptr<Context> Context::makeContext( in makeContext() 31 auto ctx = std::make_shared<Context>(io, maxRetryCount, sendThreshold, in makeContext() 37 void Context::enableAccumulateTimer(bool enable) in enableAccumulateTimer() 64 std::weak_ptr<Context> weakRef = weak_from_this(); in enableAccumulateTimer() 67 std::shared_ptr<Context> self = weakRef.lock(); in enableAccumulateTimer() 80 void Context::enableRetryTimer(bool enable) in enableRetryTimer() 87 std::weak_ptr<Context> weakRef = weak_from_this(); in enableRetryTimer() 89 std::shared_ptr<Context> self = weakRef.lock(); in enableRetryTimer() 102 void Context::processInboundPayload(uint8_t seqNum, uint8_t ackSeqNum, in processInboundPayload() [all …]
|
| H A D | sol_manager.hpp | 49 using SOLPayloadMap = std::map<Instance, std::shared_ptr<Context>>; 226 Context& getContext(uint8_t payloadInstance) in getContext() 246 Context& getContext(session::SessionID sessionID) in getContext()
|
| /openbmc/sdbusplus/test/async/ |
| H A D | context.cpp | 5 struct Context : public testing::Test struct 7 ~Context() noexcept override = default; 22 throw std::logic_error("Context is not initialized"); in runToStop() 42 TEST_F(Context, RunSimple) in TEST_F() argument 47 TEST_F(Context, SpawnedTask) in TEST_F() 53 TEST_F(Context, ReentrantRun) in TEST_F() 62 TEST_F(Context, SpawnDelayedTask) in TEST_F() 82 TEST_F(Context, SpawnRecursiveTask) in TEST_F() 109 TEST_F(Context, DestructMatcherWithPendingAwait) in TEST_F() 129 TEST_F(Context, DestructMatcherWithPendingAwaitAsTas in TEST_F() 31 TEST_F(Context,RunSimple) TEST_F() argument 36 TEST_F(Context,SpawnedTask) TEST_F() argument 51 TEST_F(Context,SpawnDelayedTask) TEST_F() argument 71 TEST_F(Context,SpawnRecursiveTask) TEST_F() argument 98 TEST_F(Context,DestructMatcherWithPendingAwait) TEST_F() argument 118 TEST_F(Context,DestructMatcherWithPendingAwaitAsTask) TEST_F() argument [all...] |
| /openbmc/phosphor-dbus-monitor/src/ |
| H A D | callback.hpp | 41 virtual void operator()(Context /* ctx */) = 0; 50 virtual void operator()(Context /* ctx */, in operator ()() argument 115 virtual void operator()(Context ctx) override = 0; 147 void operator()(Context ctx) override in operator ()() 178 virtual void operator()(Context ctx) override in operator ()() 232 void operator()(Context ctx) override in operator ()() 273 Context ctx = Context::START;
|
| H A D | pathwatchimpl.hpp | 36 { (this->cb)(Context::SIGNAL, msg); }); in start() 43 void PathWatch<DBusInterfaceType>::callback(Context ctx) in callback() 49 void PathWatch<DBusInterfaceType>::callback(Context ctx, in callback()
|
| H A D | elog.cpp | 25 void ElogBase::operator()(Context ctx) in operator ()() 27 if (ctx == Context::START) in operator ()()
|
| H A D | watch.hpp | 39 virtual void callback(Context ctx) = 0; 42 virtual void callback(Context /* ctx */, sdbusplus::message_t& /* msg */) { in callback() argument
|
| H A D | pathwatch.hpp | 51 void callback(Context ctx) override; 57 void callback(Context ctx, sdbusplus::message_t& msg) override;
|
| H A D | main.cpp | 45 watch->callback(Context::START); in main() 54 watch->callback(Context::START); in main()
|
| H A D | snmp_trap.hpp | 64 void operator()(Context /* ctx */) override {} in operator ()() argument 70 void operator()(Context /* ctx */, sdbusplus::message_t& msg) override in operator ()() argument
|
| H A D | elog.hpp | 57 void operator()(Context ctx) override; 158 void operator()(Context ctx) override in operator ()() 160 if (ctx == Context::START) in operator ()()
|
| H A D | event.hpp | 35 void operator()(Context ctx) override in operator ()() 37 if (ctx == Context::START) in operator ()()
|
| /openbmc/phosphor-host-ipmid/include/ipmid/ |
| H A D | message.hpp | 36 struct Context struct 38 using ptr = std::shared_ptr<Context>; argument 40 Context() = delete; 41 Context(const Context&) = default; 42 Context& operator=(const Context&) = default; 43 Context(Context&&) = delete; 44 Context& operator=(Context&&) = delete; 46 Context(std::shared_ptr<sdbusplus::asio::connection> bus, NetFn netFn, in Context() function 516 explicit Response(Context::ptr& context) : in Response() 569 Context::ptr ctx; [all …]
|
| H A D | utils.hpp | 200 boost::system::error_code getService(Context::ptr ctx, const std::string& intf, 214 Context::ptr ctx, const InterfaceList& interface, 227 Context::ptr ctx, const std::string& interface, 233 Context::ptr ctx, const std::string& interface, DbusObjectInfo& dbusObject) in getDbusObject() 240 Context::ptr ctx, const std::string& interface, in getDbusObject() 258 Context::ptr ctx, const std::string& service, const std::string& objPath, in getDbusProperty() 291 Context::ptr ctx, const std::string& service, const std::string& objPath, 304 Context::ptr ctx, const std::string& service, const std::string& objPath, 318 Context::ptr ctx, const std::string& serviceRoot, 324 Context::ptr ctx, const std::string& serviceRoot, in getAllDbusObjects() [all …]
|
| /openbmc/telemetry/src/utils/ |
| H A D | messanger_service.hpp | 15 struct Context struct in utils::MessangerService 25 Context& create(); 26 void destroy(Context& context); 49 std::vector<std::unique_ptr<Context>> contexts_;
|
| H A D | messanger_service.cpp | 11 MessangerService::Context& MessangerService::create() in create() 13 contexts_.emplace_back(std::make_unique<Context>()); in create() 17 void MessangerService::destroy(MessangerService::Context& context) in destroy()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/ |
| H A D | 0001-Conceal-imp-warnings-in-Python3.patch | 9 waflib/Context.py | 9 ++++++++- 12 diff --git a/waflib/Context.py b/waflib/Context.py 14 --- a/waflib/Context.py 15 +++ b/waflib/Context.py
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | dcmihandler.cpp | 153 std::optional<ipmi::DbusObjectInfo> getPCapObject(ipmi::Context::ptr& ctx) in getPCapObject() 176 std::optional<uint32_t> getPcap(ipmi::Context::ptr& ctx) in getPcap() 200 std::optional<bool> getPcapEnabled(ipmi::Context::ptr& ctx) in getPcapEnabled() 226 std::optional<std::string> getPcapExceptAction(ipmi::Context::ptr& ctx) in getPcapExceptAction() 253 std::optional<uint32_t> getPcapCorrectTime(ipmi::Context::ptr& ctx) in getPcapCorrectTime() 280 std::optional<uint16_t> getPcapSamplPeriod(ipmi::Context::ptr& ctx) in getPcapSamplPeriod() 307 bool setPcap(ipmi::Context::ptr& ctx, const uint32_t powerCap) in setPcap() 331 bool setPcapEnable(ipmi::Context::ptr& ctx, bool enabled) in setPcapEnable() 355 bool setPcapExceptAction(ipmi::Context::ptr& ctx, in setPcapExceptAction() 380 bool setPcapCorrectTime(ipmi::Context::ptr& ctx, uint32_t pcapCorrectTime) in setPcapCorrectTime() [all …]
|
| /openbmc/phosphor-host-ipmid/include/dbus-sdr/ |
| H A D | sensorcommands.hpp | 112 ipmi::Cc getSensorConnection(ipmi::Context::ptr ctx, uint8_t sensnum, 134 size_t getOtherSensorsCount(ipmi::Context::ptr ctx); 145 int getOtherSensorsDataRecord(ipmi::Context::ptr ctx, uint16_t recordID,
|
| /openbmc/google-ipmi-sys/ |
| H A D | google_accel_oob.hpp | 40 Resp accelSetVrSettings(::ipmi::Context::ptr ctx, std::span<const uint8_t> data, 42 Resp accelGetVrSettings(::ipmi::Context::ptr ctx, std::span<const uint8_t> data,
|
| /openbmc/phosphor-host-ipmid/user_channel/ |
| H A D | usercommands.cpp | 62 ipmi::Context::ptr ctx, uint4_t channel, uint1_t ipmiEnabled, in ipmiSetUserAccess() 146 ipmiGetUserAccess(ipmi::Context::ptr ctx, uint4_t channel, in ipmiGetUserAccess() 220 [[maybe_unused]] ipmi::Context::ptr ctx, uint6_t id, uint2_t reserved, in ipmiSetUserName() 251 ipmiGetUserName([[maybe_unused]] ipmi::Context::ptr ctx, uint6_t id, in ipmiGetUserName() 286 ipmiSetUserPassword([[maybe_unused]] ipmi::Context::ptr ctx, uint6_t id, in ipmiSetUserPassword() 418 ipmi::Context::ptr ctx, uint4_t chNum, uint3_t reserved1, in ipmiGetChannelAuthenticationCapabilities() 491 ipmi::Context::ptr ctx, in ipmiSetUserPayloadAccess() 597 ipmiGetUserPayloadAccess(ipmi::Context::ptr ctx, in ipmiGetUserPayloadAccess()
|
| H A D | channelcommands.cpp | 50 Context::ptr ctx, uint4_t channel, uint4_t reserved1, uint3_t accessMode, in ipmiSetChannelAccess() 176 ipmiGetChannelAccess(Context::ptr ctx, uint4_t channel, uint4_t reserved1, in ipmiGetChannelAccess() 256 ipmiGetChannelInfo(Context::ptr ctx, uint4_t channel, uint4_t reserved) in ipmiGetChannelInfo() 330 ipmiGetChannelPayloadSupport(Context::ptr ctx, uint4_t channel, in ipmiGetChannelPayloadSupport() 374 ipmiGetChannelPayloadVersion(Context::ptr ctx, uint4_t chNum, in ipmiGetChannelPayloadVersion()
|
| /openbmc/webui-vue/src/store/modules/SecurityAndAccess/ |
| H A D | SessionsStore.js | 30 context: sessionUri.data?.Context 31 ? sessionUri.data?.Context
|