Home
last modified time | relevance | path

Searched refs:yield_method_call (Results 1 – 17 of 17) 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.cpp501 conn->yield_method_call<std::vector<ListUnitsType>>( in stopAndApplyUnitConfig()
/openbmc/sdbusplus/example/
H A Dasio-example.cpp32 int testCount = conn->yield_method_call<int>( in fooYield()
63 conn->yield_method_call<>( in do_start_async_method_call_one()
67 testValue = conn->yield_method_call<variant>( in do_start_async_method_call_one()
79 conn->yield_method_call<void>( in do_start_async_method_call_one()
83 testValue = conn->yield_method_call<variant>( in do_start_async_method_call_one()
151 testValue = conn->yield_method_call<int>( in do_start_async_to_yield()
166 auto badValue = conn->yield_method_call<std::string>( in do_start_async_to_yield()
181 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()
1322 auto configPaths = ctx->bus->yield_method_call<std::vector<std::string>>( in getMCTPServiceConfigPaths()
1348 ctx->bus->yield_method_call(ctx->yield, ec, systemDService, in startOrStopService()
1353 ctx->bus->yield_method_call(ctx->yield, ec, systemDService, in startOrStopService()
1360 ctx->bus->yield_method_call( in startOrStopService()
1366 ctx->bus->yield_method_call( in startOrStopService()
1373 ctx->bus->yield_method_call( in startOrStopService()
1379 ctx->bus->yield_method_call( in startOrStopService()
[all …]
H A Doemcommands.cpp858 ipmbResponse res = ctx->bus->yield_method_call<ipmbResponse>( in ipmiOEMSlotIpmb()
2303 ctx->bus->yield_method_call<void>( in setCRConfig()
2326 value = ctx->bus->yield_method_call<crConfigVariant>( in getCRConfig()
2959 auto varRestrMode = ctx->bus->yield_method_call<ipmi::DbusVariant>( in ipmiGetSecurityMode()
2973 auto varSpecialMode = ctx->bus->yield_method_call<ipmi::DbusVariant>( in ipmiGetSecurityMode()
3034 auto varRestrMode = ctx->bus->yield_method_call<ipmi::DbusVariant>( in ipmiSetSecurityMode()
3063 ctx->bus->yield_method_call<>( in ipmiSetSecurityMode()
3091 ctx->bus->yield_method_call<>( in ipmiSetSecurityMode()
3679 GetSubTreeType subtree = ctx->bus->yield_method_call<GetSubTreeType>( in getPSUAddress()
3699 ctx->bus->yield_method_call<PropertyMapType>( in getPSUAddress()
H A Dstoragecommands.cpp231 frus = bus->yield_method_call<ManagedObjectType>( in replaceCacheFru()
271 fruCache = ctx->bus->yield_method_call<std::vector<uint8_t>>( in getFru()
564 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.cpp288 ctx->bus->yield_method_call<decltype(mapperResponse)>( in getService()
306 objectTree = ctx->bus->yield_method_call<ObjectTree>( in getSubTree()
379 properties = ctx->bus->yield_method_call<PropertyMap>( in getAllDbusProperties()
391 ctx->bus->yield_method_call(ctx->yield, ec, service.c_str(), in setDbusProperty()
433 objects = ctx->bus->yield_method_call<ipmi::ObjectValueTree>( in getManagedObjects()
444 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/include/ipmid/
H A Dutils.hpp263 auto variant = ctx->bus->yield_method_call<std::variant<Type>>( in getDbusProperty()
429 ctx->bus->yield_method_call(ctx->yield, ec, service, objPath, interface, in callDbusMethod()
441 auto rc = ctx->bus->yield_method_call<RetType>(
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dconnection.hpp249 auto yield_method_call( in yield_method_call() function in sdbusplus::asio::connection
/openbmc/google-ipmi-sys/
H A Dhandler.cpp727 ctx->bus->yield_method_call( in accelSetVrSettings()
760 value = ctx->bus->yield_method_call<std::variant<double>>( in accelGetVrSettings()
/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/dbus-sdr/
H A Dstoragecommands.cpp223 frus = bus->yield_method_call<ManagedObjectType>( in replaceCacheFru()