Lines Matching refs:kServiceName

71 constexpr const char* kServiceName = "WatchdogPerfService";  variable
201 ALOGD("Successfully registered %s to %s", processor->name().c_str(), kServiceName); in registerDataProcessor()
210 return Error(INVALID_OPERATION) << "Cannot start " << kServiceName << " more than once"; in start()
248 ALOGE("Terminating %s: No data processor is registered", kServiceName); in start()
274 ALOGW("Failed to set background scheduling priority to %s thread", kServiceName); in start()
277 ALOGE("Failed to set %s thread name: %d", kServiceName, result); in start()
298 ALOGE("%s was terminated already", kServiceName); in terminate()
301 ALOGE("Terminating %s as car watchdog is terminating", kServiceName); in terminate()
319 ALOGD("%s collection thread terminated", kServiceName); in terminate()
327 ALOGI("%s switching from %s to %s", kServiceName, toString(mSystemState), in setSystemState()
571 ALOGW("%s not active. Dumping cached data", kServiceName); in onDump()
572 if (!WriteStringToFd(StringPrintf("%s not active. Dumping cached data.", kServiceName), in onDump()
574 return Error(FAILED_TRANSACTION) << "Failed to write " << kServiceName << " status"; in onDump()
583 kDumpMajorDelimiter.c_str(), kServiceName, in onDump()
616 ALOGW("%s not active. Dumping cached data", kServiceName); in onDumpProto()
647 return WriteStringToFd(StringPrintf(kHelpText, kServiceName, kStartCustomCollectionFlag, in dumpHelpText()
837 ALOGE("Terminating %s: %s", kServiceName, result.error().message().c_str()); in handleMessage()