Home
last modified time | relevance | path

Searched refs:_service (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-fan-presence/control/json/
H A Dgroup.cpp29 Group::Group(const json& jsonObj) : ConfigBase(jsonObj), _service("") in Group()
43 _service = origObj._service; in Group()
67 _service = jsonObj["service"].get<std::string>(); in setService()
H A Dgroup.hpp88 return _service; in getService()
168 std::string _service; member in phosphor::fan::control::json::Group
/openbmc/phosphor-pid-control/dbus/
H A Ddbusactiveread.hpp25 ReadInterface(), _bus(bus), _path(path), _service(service), in DbusActiveRead()
36 const std::string _service; // the sensor service. member in pid_control::DbusActiveRead
H A Ddbusactiveread.cpp34 _helper->getProperties(_service, _path, &settings); in read()
/openbmc/phosphor-inventory-manager/
H A Dfunctor.cpp45 if (_service) in operator ()()
47 host.assign(_service); in operator ()()
H A Dfunctor.hpp271 _service(service) in PropertyConditionBase()
296 const char* _service; member
/openbmc/linux/net/rxrpc/
H A Drecvmsg.c491 bool want_more, u32 *_abort, u16 *_service) in rxrpc_kernel_recv_data() argument
527 if (_service) in rxrpc_kernel_recv_data()
528 *_service = call->dest_srx.srx_service; in rxrpc_kernel_recv_data()
/openbmc/linux/Documentation/networking/
H A Drxrpc.rst902 u16 *_service)
925 The service ID that the call ended up with is returned into *_service.