Lines Matching +full:entry +full:- +full:method
5 #include <phosphor-logging/elog-errors.hpp>
6 #include <phosphor-logging/elog.hpp>
7 #include <phosphor-logging/log.hpp>
72 log<level::ERR>("Mapper call failed", entry("METHOD=%d", "GetObject"), in getService()
73 entry("PATH=%s", path.c_str()), in getService()
74 entry("INTERFACE=%s", intf.c_str())); in getService()
82 auto method = bus.new_method_call(service.c_str(), HIOMAPD_PATH, in hiomapdSuspend() local
87 bus.call_noreply(method); in hiomapdSuspend()
92 entry("ERROR=%s", e.what())); in hiomapdSuspend()
99 auto method = bus.new_method_call(service.c_str(), HIOMAPD_PATH, in hiomapdResume() local
102 method.append(true); // Indicate PNOR is modified in hiomapdResume()
106 bus.call_noreply(method); in hiomapdResume()
111 entry("ERROR=%s", e.what())); in hiomapdResume()
132 auto method = bus.new_method_call(service.c_str(), biosConfigPath, in setPendingAttributes() local
134 method.append(biosConfigIntf, "PendingAttributes", in setPendingAttributes()
136 bus.call(method); in setPendingAttributes()
141 entry("ERROR=%s", e.what()), in setPendingAttributes()
142 entry("ATTRIBUTE=%s", attrName.c_str()), in setPendingAttributes()
143 entry("ATTRIBUTE_VALUE=%s", attrValue.c_str())); in setPendingAttributes()
164 auto method = bus.new_method_call(service.c_str(), loggingPath, in deleteAllErrorLogs() local
169 bus.call_noreply(method); in deleteAllErrorLogs()
174 entry("ERROR=%s", e.what())); in deleteAllErrorLogs()