Lines Matching +full:ex +full:-
5 #include <phosphor-logging/lg2.hpp>
57 debug("NTP property changed in phosphor-settings, update to systemd" in onPropertyChanged()
99 return -1; in onTimedateChanged()
104 bool newNtpMode = std::get<bool>(iter->second); in onTimedateChanged()
117 " phosphor-settings."); in onTimedateChanged()
122 " phosphor-settings again."); in onTimedateChanged()
125 catch (const std::exception& ex) in onTimedateChanged() local
127 error("Failed to sync NTP: {ERROR}", "ERROR", ex); in onTimedateChanged()
142 // 'false' meaning no policy-kit in updateNtpSetting()
147 catch (const sdbusplus::exception_t& ex) in updateNtpSetting() local
149 error("Failed to update NTP setting: {ERROR}", "ERROR", ex); in updateNtpSetting()
165 catch (const sdbusplus::exception_t& ex) in setCurrentTimeMode() local
167 error("Failed to convert mode from string: {ERROR}", "ERROR", ex); in setCurrentTimeMode()
188 catch (const std::exception& ex) in getSetting() local
192 "ERROR", ex, "PATH", path, "INTERFACE", interface, "NAME", setting); in getSetting()