Home
last modified time | relevance | path

Searched refs:debugInfo (Results 1 – 7 of 7) sorted by relevance

/base/powermgr/battery_statistics/services/native/src/
Dbattery_stats_detector.cpp106 …Detector::HandleThermalInfo(StatsUtils::StatsData data, int64_t bootTimeMs, std::string& debugInfo) in HandleThermalInfo() argument
108 debugInfo.append("Thermal event: Boot time after boot = ") in HandleThermalInfo()
112 debugInfo.append("Additional debug info: ") in HandleThermalInfo()
118 …Detector::HandleBatteryInfo(StatsUtils::StatsData data, int64_t bootTimeMs, std::string& debugInfo) in HandleBatteryInfo() argument
120 debugInfo.append("Battery event: Battery level = ") in HandleBatteryInfo()
128 debugInfo.append("Additional debug info: ") in HandleBatteryInfo()
133 …Detector::HandleDispalyInfo(StatsUtils::StatsData data, int64_t bootTimeMs, std::string& debugInfo) in HandleDispalyInfo() argument
135 debugInfo.append("Dislpay event: Boot time after boot = ") in HandleDispalyInfo()
139 debugInfo.append("Additional debug info: ") in HandleDispalyInfo()
145 …etector::HandleWakelockInfo(StatsUtils::StatsData data, int64_t bootTimeMs, std::string& debugInfo) in HandleWakelockInfo() argument
[all …]
/base/powermgr/battery_statistics/services/native/include/
Dbattery_stats_detector.h41 void HandleThermalInfo(StatsUtils::StatsData data, int64_t bootTimeMs, std::string& debugInfo);
42 void HandleBatteryInfo(StatsUtils::StatsData data, int64_t bootTimeMs, std::string& debugInfo);
43 void HandleDispalyInfo(StatsUtils::StatsData data, int64_t bootTimeMs, std::string& debugInfo);
44 void HandleWakelockInfo(StatsUtils::StatsData data, int64_t bootTimeMs, std::string& debugInfo);
45 …id HandleWorkschedulerInfo(StatsUtils::StatsData data, int64_t bootTimeMs, std::string& debugInfo);
46 void HandlePhoneInfo(StatsUtils::StatsData data, int64_t bootTimeMs, std::string& debugInfo);
47 … void HandleFlashlightInfo(StatsUtils::StatsData data, int64_t bootTimeMs, std::string& debugInfo);
48 …leDistributedSchedulerInfo(StatsUtils::StatsData data, int64_t bootTimeMs, std::string& debugInfo);
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
Dapp_provision.c277 FreeProfDebuginfo(&pf->debugInfo); in ProfFreeData()
325 ret = GetProfDebugInfo(root, &pf->debugInfo); in ParseProfile()
380 if (pf->debugInfo.devidNum > MAX_UDID_NUM) { in VerifyUdid()
396 for (int32_t i = 0; i < pf->debugInfo.devidNum; i++) { in VerifyUdid()
397 if (strcmp((const char *)pf->debugInfo.deviceId[i], (const char *)udid) == 0) { in VerifyUdid()
416 LOG_PRINT_STR("devid type: %s", pf->debugInfo.devIdType); in VerifyDebugInfo()
418 if (strcmp(pf->debugInfo.devIdType, "udid") == 0) { in VerifyDebugInfo()
/base/security/appverify/interfaces/innerkits/appverify/src/ticket/
Dticket_verify.cpp82 if (info.debugInfo.deviceIds.empty()) { in CheckDevice()
87 if (info.debugInfo.deviceIds.size() > MAXIMUM_DEVICES) { in CheckDevice()
92 if (info.debugInfo.deviceIdType != VALUE_DEVICE_TYPE_UDID) { in CheckDevice()
118 if (!CheckDevice(info.debugInfo.deviceIds, deviceId)) { in CheckDevice()
/base/security/appverify/interfaces/innerkits/appverify/src/provision/
Dprovision_verify.cpp187 GetStringIfExist(obj[KEY_DEBUG_INFO], KEY_DEVICE_ID_TYPE, out.debugInfo.deviceIdType); in ParseDebugInfo()
188 GetStringArrayIfExist(obj[KEY_DEBUG_INFO], KEY_DEVICE_IDS, out.debugInfo.deviceIds); in ParseDebugInfo()
294 if (info.debugInfo.deviceIds.empty()) { in CheckDeviceID()
299 if (info.debugInfo.deviceIds.size() > MAXIMUM_NUM_DEVICES) { in CheckDeviceID()
304 if (info.debugInfo.deviceIdType != VALUE_DEVICE_ID_TYPE_UDID) { in CheckDeviceID()
330 if (!CheckDeviceID(info.debugInfo.deviceIds, deviceId)) { in CheckDeviceID()
/base/security/appverify/interfaces/innerkits/appverify/include/provision/
Dprovision_info.h83 DebugInfo debugInfo; member
/base/security/appverify/interfaces/innerkits/appverify_lite/include/
Dapp_verify_pub.h108 ProfDebugInfo debugInfo; /* debug-info */ member