Lines Matching defs:msg
974 void DataInterface::inventoryIfaceAdded(sdbusplus::message_t& msg)
979 msg.read(path, interfaces);
1010 void DataInterface::presenceChanged(sdbusplus::message_t& msg)
1015 msg.read(interface, properties);
1021 std::string path = msg.get_path();
1113 _systemdSlot = method.call_async([this](sdbusplus::message_t&& msg) {
1117 if (msg.is_method_error())
1119 auto* error = msg.get_error();
1134 [this](sdbusplus::message_t& msg) {
1139 msg.read(jobID, jobObjPath, jobUnitName, jobUnitResult);
1169 _systemdSlot = method.call_async([this](sdbusplus::message_t&& msg) {
1172 if (msg.is_method_error())
1174 auto* error = msg.get_error();