Home
last modified time | relevance | path

Searched refs:PRIu32 (Results 1 – 13 of 13) sorted by relevance

/packages/services/Car/cpp/watchdog/server/tests/
DProcPidStatTest.cpp40 return StringPrintf("PID: %" PRIu32 ", PPID: %" PRIu32 ", Comm: %s, State: %s, " in toString()
41 "Major page faults: %" PRIu64 ", Num threads: %" PRIu32 in toString()
109 return StringPrintf("Pid:\t%" PRIu32 "\nTgid:\t%" PRIu32 "\nUid:\t%" PRIu32 "\n", pid, pid, in pidStatusStr()
DProcPidDir.cpp52 const auto& pidDirRes = makeDir(StringPrintf("%s/%" PRIu32, procDirPath.c_str(), it.first)); in populateProcPidDir()
84 StringPrintf((procDirPath + kTaskDirFormat + "/%" PRIu32).c_str(), pid, tid)); in populateProcPidDir()
DProcStatTest.cpp40 " GuestNiceTime: %" PRIu64 "\nNumber of running processes: %" PRIu32 in toString()
41 "\nNumber of blocked processes: %" PRIu32, in toString()
/packages/services/Car/cpp/watchdog/server/src/
DProcPidStat.h41 constexpr const char* kStatFileFormat = "/%" PRIu32 "/stat";
42 constexpr const char* kTaskDirFormat = "/%" PRIu32 "/task";
43 constexpr const char* kStatusFileFormat = "/%" PRIu32 "/status";
DIoPerfCollection.cpp163 StringAppendF(&buffer, "%" PRIu32 ", %s", stat.userId, stat.packageName.c_str()); in toString()
179 StringAppendF(&buffer, "%" PRIu32 ", %s", stat.userId, stat.packageName.c_str()); in toString()
194 StringAppendF(&buffer, "Number of I/O blocked processes/percent: %" PRIu32 " / %.2f%%\n", in toString()
217 StringAppendF(&buffer, "%" PRIu32 ", %s, %" PRIu64 ", %.2f%%\n", uidStats.userId, in toString()
236 StringAppendF(&buffer, "%" PRIu32 ", %s, %" PRIu64 ", %.2f%%\n", uidStats.userId, in toString()
DProcPidStat.cpp270 ALOGW("Failed to read pid status for pid %" PRIu32 ": %s", curStats.process.pid, in getProcessStatsLocked()
285 ALOGW("Skipping non-process (i.e., Tgid != PID) entry for PID %" PRIu32, in getProcessStatsLocked()
/packages/modules/Connectivity/tests/cts/net/native/src/
DNativeQtaguidTest.cpp51 snprintf(pattern, sizeof(pattern), " tag=0x%" PRIx64 " (uid=%" PRIu32 ")", full_tag, uid); in getCtrlSkInfo()
63 res = sscanf(line_buffer, "sock=%" PRIx64 " tag=0x%" PRIx64 " (uid=%" PRIu32 ") " in getCtrlSkInfo()
/packages/modules/DnsResolver/
Dres_debug.cpp169 StringAppendF(&s, "; EDNS: version: %" PRIu32 ", udp=%u, flags=%" PRIu32 "\n", in do_section()
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
Dinttypes.h129 #define PRIu32 "I32u" macro
/packages/modules/NeuralNetworks/driver/cache/BlobCache/
DBlobCache.cpp294 ALOGE("unflatten: bad magic number: %" PRIu32, header->mMagicNumber); in unflatten()
/packages/modules/adb/client/
Dusb_osx.cpp228 devpath = android::base::StringPrintf("usb:%" PRIu32 "X", locationId); in AndroidInterfaceAdded()
Dfile_sync_client.cpp834 Error("received ID_OKAY with msg_len (%" PRIu32 " != 0", hdr->msglen); in ReadAcknowledgements()
843 Error("too-long message length from daemon: msglen = %" PRIu32, hdr->msglen); in ReadAcknowledgements()
/packages/modules/adb/
Dtransport.cpp469 D("remote local: read overflow (data length = %" PRIu32 ")", packet->msg.data_length); in Read()