Lines Matching refs:method

130     auto method = bus.new_method_call(mapperService, mapperObjPath, mapperIface,  in getService()  local
132 method.append(path, std::vector{interface}); in getService()
135 auto result = bus.call(method); in getService()
157 auto method = bus.new_method_call( in getHostSelectorValue() local
159 method.append(hostSelectorIface, "Position"); in getHostSelectorValue()
160 auto result = bus.call(method); in getHostSelectorValue()
178 auto method = bus.new_method_call(service.c_str(), hostObjectName.c_str(), in poweredOn() local
180 method.append(hostIface, "CurrentHostState"); in poweredOn()
181 auto result = bus.call(method); in poweredOn()
300 auto method = bus.new_method_call(service.c_str(), objPathName.c_str(), in handlePowerEvent() local
302 method.append(dbusIfaceName, transitionName, transition); in handlePowerEvent()
303 bus.call(method); in handlePowerEvent()
353 auto method = bus.new_method_call(service.c_str(), groupPath.c_str(), in idReleased() local
355 method.append(ledGroupIface, "Asserted"); in idReleased()
356 auto result = bus.call(method); in idReleased()
367 method = bus.new_method_call(service.c_str(), groupPath.c_str(), in idReleased()
370 method.append(ledGroupIface, "Asserted", state); in idReleased()
371 result = bus.call(method); in idReleased()
392 auto method = in increaseHostSelectorPosition() local
395 method.append(phosphor::button::hostSelectorIface); in increaseHostSelectorPosition()
396 auto result = bus.call(method); in increaseHostSelectorPosition()
406 method = bus.new_method_call(HSService.c_str(), HS_DBUS_OBJECT_NAME, in increaseHostSelectorPosition()
408 method.append(phosphor::button::hostSelectorIface, "Position"); in increaseHostSelectorPosition()
410 method.append(HSPositionVariant); in increaseHostSelectorPosition()
411 result = bus.call(method); in increaseHostSelectorPosition()