Lines Matching defs:service
89 Value getDbusProperty(sdbusplus::bus_t& bus, const std::string& service,
96 auto method = bus.new_method_call(service.c_str(), objPath.c_str(),
108 sdbusplus::bus_t& bus, const std::string& service,
114 auto method = bus.new_method_call(service.c_str(), objPath.c_str(),
126 const std::string& service,
131 auto method = bus.new_method_call(service.c_str(), objPath.c_str(),
140 void setDbusProperty(sdbusplus::bus_t& bus, const std::string& service,
145 auto method = bus.new_method_call(service.c_str(), objPath.c_str(),
268 void callDbusMethod(sdbusplus::bus_t& bus, const std::string& service,
273 auto busMethod = bus.new_method_call(service.c_str(), objPath.c_str(),
284 std::string& service)
296 service = std::move(mapperResponse.begin()->first);
375 Context::ptr ctx, const std::string& service, const std::string& objPath,
380 ctx->yield, ec, service.c_str(), objPath.c_str(), PROP_INTF,
386 Context::ptr ctx, const std::string& service, const std::string& objPath,
391 ctx->bus->yield_method_call(ctx->yield, ec, service.c_str(),
429 Context::ptr ctx, const std::string& service, const std::string& objPath,
434 ctx->yield, ec, service.c_str(), objPath.c_str(),
440 Context::ptr ctx, const std::string& service, const std::string& objPath,
444 ctx->bus->yield_method_call(ctx->yield, ec, service, objPath, interface,