Lines Matching refs:c_str

53                         entry("INTERFACE=%s", interface.c_str()));  in getDbusObject()
77 entry("MATCH=%s", match.c_str())); in getDbusObject()
92 auto method = bus.new_method_call(service.c_str(), objPath.c_str(), in getDbusProperty()
110 auto method = bus.new_method_call(service.c_str(), objPath.c_str(), in getAllDbusProperties()
127 auto method = bus.new_method_call(service.c_str(), objPath.c_str(), in getManagedObjects()
141 auto method = bus.new_method_call(service.c_str(), objPath.c_str(), in setDbusProperty()
149 entry("PROPERTY=%s", property.c_str()), in setDbusProperty()
150 entry("PATH=%s", objPath.c_str()), in setDbusProperty()
151 entry("INTERFACE=%s", interface.c_str())); in setDbusProperty()
185 return bus.new_method_call(getService(bus).c_str(), path.c_str(), intf, in newMethodCall()
275 entry("INTERFACE=%s", interface.c_str()), in deleteAllDbusObjects()
276 entry("SERVICE=%s", serviceRoot.c_str())); in deleteAllDbusObjects()
305 entry("PATH=%s", path.c_str()), in getAllAncestors()
306 entry("INTERFACES=%s", convertToString(interfaces).c_str())); in getAllAncestors()
321 auto busMethod = bus.new_method_call(service.c_str(), objPath.c_str(), in callDbusMethod()
322 interface.c_str(), method.c_str()); in callDbusMethod()
382 entry("INTERFACE=%s", interface.c_str()), in getDbusObject()
407 entry("MATCH=%s", match.c_str()), in getDbusObject()
426 ctx->yield, ec, service.c_str(), objPath.c_str(), PROP_INTF, in getAllDbusProperties()
437 ctx->bus->yield_method_call(ctx->yield, ec, service.c_str(), in setDbusProperty()
438 objPath.c_str(), PROP_INTF, METHOD_SET, in setDbusProperty()
494 entry("INTERFACE=%s", interface.c_str()), in deleteAllDbusObjects()
495 entry("SERVICE=%s", serviceRoot.c_str()), in deleteAllDbusObjects()
498 entry("ERROR=%s", ec.message().c_str())); in deleteAllDbusObjects()
511 ctx->yield, ec, service.c_str(), objPath.c_str(), in getManagedObjects()
535 entry("PATH=%s", path.c_str()), in getAllAncestors()
536 entry("INTERFACES=%s", interfaceList.c_str())); in getAllAncestors()
560 int i2cDev = ::open(i2cBus.c_str(), O_RDWR | O_CLOEXEC); in i2cWriteRead()
564 phosphor::logging::entry("BUS=%s", i2cBus.c_str())); in i2cWriteRead()