Home
last modified time | relevance | path

Searched refs:yield_method_call (Results 1 – 20 of 20) sorted by relevance

/openbmc/service-config-manager/src/
H A Dutils.cpp36 conn->yield_method_call<>(yield, ec, sysdService, sysdObjPath, sysdMgrIntf, in systemdDaemonReload()
60 auto jobPath = conn->yield_method_call<sdbusplus::message::object_path>( in systemdUnitAction()
72 conn->yield_method_call<>(yield, ec, sysdService, sysdObjPath, in systemdUnitAction()
105 conn->yield_method_call<>(yield, ec, sysdService, sysdObjPath, in systemdUnitFilesStateChange()
112 conn->yield_method_call<>(yield, ec, sysdService, sysdObjPath, in systemdUnitFilesStateChange()
120 conn->yield_method_call<>(yield, ec, sysdService, sysdObjPath, in systemdUnitFilesStateChange()
127 conn->yield_method_call<>(yield, ec, sysdService, sysdObjPath, in systemdUnitFilesStateChange()
H A Dsrvcfg_manager.cpp380 conn->yield_method_call<std::vector<ListUnitsType>>( in stopAndApplyUnitConfig()
/openbmc/sdbusplus/example/
H A Dasio-example.cpp31 int testCount = conn->yield_method_call<int>( in fooYield()
62 conn->yield_method_call<>( in do_start_async_method_call_one()
66 testValue = conn->yield_method_call<variant>( in do_start_async_method_call_one()
78 conn->yield_method_call<void>( in do_start_async_method_call_one()
82 testValue = conn->yield_method_call<variant>( in do_start_async_method_call_one()
150 testValue = conn->yield_method_call<int>( in do_start_async_to_yield()
165 auto badValue = conn->yield_method_call<std::string>( in do_start_async_to_yield()
180 auto unUsedValue = conn->yield_method_call<std::string>( in do_start_async_to_yield()
/openbmc/intel-ipmi-oem/src/
H A Dbmccontrolservices.cpp126 auto objectMap = sdbusp->yield_method_call<ObjectValueTree>( in setBmcControlServices()
148 sdbusp->yield_method_call<>( in setBmcControlServices()
174 auto objectMap = sdbusp->yield_method_call<ObjectValueTree>( in getBmcControlServices()
H A Dmanufacturingcommands.cpp67 ctx->bus->yield_method_call<>(ctx->yield, ec, specialModeService, in resetMtmTimer()
429 auto flatMap = ctx->bus->yield_method_call<objFlatMap>( in appMTMGetSignal()
755 auto driveList = ctx->bus->yield_method_call<objPaths>( in appMTMSetSignal()
1318 auto configPaths = ctx->bus->yield_method_call<std::vector<std::string>>( in getMCTPServiceConfigPaths()
1344 ctx->bus->yield_method_call(ctx->yield, ec, systemDService, in startOrStopService()
1349 ctx->bus->yield_method_call(ctx->yield, ec, systemDService, in startOrStopService()
1356 ctx->bus->yield_method_call( in startOrStopService()
1362 ctx->bus->yield_method_call( in startOrStopService()
1369 ctx->bus->yield_method_call( in startOrStopService()
1375 ctx->bus->yield_method_call( in startOrStopService()
[all …]
H A Doemcommands.cpp858 ipmbResponse res = ctx->bus->yield_method_call<ipmbResponse>( in ipmiOEMSlotIpmb()
2302 ctx->bus->yield_method_call<void>( in setCRConfig()
2325 value = ctx->bus->yield_method_call<crConfigVariant>( in getCRConfig()
2958 auto varRestrMode = ctx->bus->yield_method_call<ipmi::DbusVariant>( in ipmiGetSecurityMode()
2972 auto varSpecialMode = ctx->bus->yield_method_call<ipmi::DbusVariant>( in ipmiGetSecurityMode()
3033 auto varRestrMode = ctx->bus->yield_method_call<ipmi::DbusVariant>( in ipmiSetSecurityMode()
3062 ctx->bus->yield_method_call<>( in ipmiSetSecurityMode()
3090 ctx->bus->yield_method_call<>( in ipmiSetSecurityMode()
3678 GetSubTreeType subtree = ctx->bus->yield_method_call<GetSubTreeType>( in getPSUAddress()
3698 ctx->bus->yield_method_call<PropertyMapType>( in getPSUAddress()
H A Dstoragecommands.cpp232 frus = bus->yield_method_call<ManagedObjectType>( in replaceCacheFru()
272 fruCache = ctx->bus->yield_method_call<std::vector<uint8_t>>( in getFru()
562 ManagedObjectType entities = ctx->bus->yield_method_call<ManagedObjectType>( in getFruSdrs()
H A Dbridgingcommands.cpp307 auto ipmbResponse = ctx->bus->yield_method_call<IPMBResponse>( in handleIpmbChannel()
H A Dbiosconfigcommands.cpp208 dbus->yield_method_call<std::variant<PendingAttributesType>>( in getPendingList()
H A Dfirmware-update.cpp809 std::string value = ctx->bus->yield_method_call<std::string>( in getActiveBootImage()
/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp334 ctx->bus->yield_method_call<decltype(mapperResponse)>( in getService()
352 objectTree = ctx->bus->yield_method_call<ObjectTree>( in getSubTree()
423 properties = ctx->bus->yield_method_call<PropertyMap>( in getAllDbusProperties()
435 ctx->bus->yield_method_call(ctx->yield, ec, service.c_str(), in setDbusProperty()
486 ctx->bus->yield_method_call(ctx->yield, ec, in deleteAllDbusObjects()
508 objects = ctx->bus->yield_method_call<ipmi::ObjectValueTree>( in getManagedObjects()
521 objectTree = ctx->bus->yield_method_call<ObjectTree>( in getAllAncestors()
546 ctx->bus->yield_method_call(ctx->yield, ec, service, objPath, interface, in callDbusMethod()
/openbmc/telemetry/src/utils/
H A Ddbus_mapper.hpp29 auto tree = bus->yield_method_call<std::vector<SensorTree>>( in getSubTreeSensors()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp222 frus = bus->yield_method_call<ManagedObjectType>( in replaceCacheFru()
255 ctx->bus->yield_method_call<std::vector<uint8_t>>( in getFru()
600 ManagedObjectType entities = ctx->bus->yield_method_call<ManagedObjectType>( in getFruSdrs()
1188 ctx->bus->yield_method_call<>(ctx->yield, ec, selLoggerServiceName, in ipmiStorageClearSEL()
H A Dsdrutils.cpp454 (*ctx)->bus->yield_method_call<std::vector<std::string>>( in getIpmiDecoratorPaths()
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dconnection.hpp229 auto yield_method_call( in yield_method_call() function in sdbusplus::asio::connection
/openbmc/google-ipmi-sys/
H A Dhandler.cpp728 ctx->bus->yield_method_call( in accelSetVrSettings()
761 value = ctx->bus->yield_method_call<std::variant<double>>( in accelGetVrSettings()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dutils.hpp287 auto variant = ctx->bus->yield_method_call<std::variant<Type>>( in getDbusProperty()
/openbmc/docs/architecture/
H A Dipmi-architecture.md216 getSdBus()->yield_method_call(*context->yield, ...);
248 getSdBus() function provides yield_method_call() which is an asynchronous D-Bus
/openbmc/phosphor-host-ipmid/
H A Dipmid-new.cpp793 bus->yield_method_call(yield, ec, dest, path, DBUS_INTF, in handleLegacyIpmiCommand()
H A Dchassishandler.cpp893 ctx->bus->yield_method_call<void>(ctx->yield, ec, nmiObj.second, in doNmi()
2291 sdbusp->yield_method_call<void>( in ipmiChassisSetPowerRestorePolicy()