Home | History | Annotate | Download | only in authsecret

Lines Matching full:appstatus

92     const uint32_t appStatus = client.CallApp(APP_ID_NUGGET,
95 if (appStatus == APP_ERROR_BOGUS_ARGS) {
99 if (appStatus != APP_SUCCESS) {
101 << ::nos::StatusCodeString(appStatus) << " (" << appStatus << ")";
111 const uint32_t appStatus = client.CallApp(APP_ID_NUGGET, NUGGET_PARAM_REBOOT, ignored, nullptr);
112 if (appStatus != APP_SUCCESS) {
113 LOG(ERROR) << "Citadel failed to reboot: " << ::nos::StatusCodeString(appStatus)
114 << " (" << appStatus << ")";
129 const uint32_t appStatus = client.CallApp(APP_ID_NUGGET,
132 if (appStatus == APP_ERROR_BOGUS_ARGS) {
136 if (appStatus != APP_SUCCESS) {
137 LOG(ERROR) << "Citadel enable update failed: " << ::nos::StatusCodeString(appStatus)
138 << " (" << appStatus << ")";