Lines Matching defs:nullptr
142 if (UNEXPECTANTLY(g_cachedHandle == nullptr || g_appPidCachedHandle == nullptr)) {
147 if (UNEXPECTANTLY(changed == 1) && paramValue != nullptr) {
149 tags = strtoull(paramValue, nullptr, 0);
154 if (UNEXPECTANTLY(appPidChanged == 1) && paramPid != nullptr) {
155 g_appTagMatchPid = strtoll(paramPid, nullptr, 0);
291 if (fp == nullptr) {
298 if (fgets(buffer, bufferSize, fp) == nullptr) {
354 time_t now = time(nullptr);
361 if (localtime_r(&now, &tmTime) == nullptr) {
421 return nullptr;
511 if (buf == nullptr) {
531 if (buffer == nullptr) {
593 const HiTraceIdStruct* hiTraceIdStruct = nullptr)
618 HiTraceId hiTraceId = (hiTraceIdStruct == nullptr) ? HiTraceChain::GetId() : HiTraceId(*hiTraceIdStruct);
1037 if (g_traceBuffer == nullptr) {
1108 g_traceBuffer = nullptr;