/base/powermgr/battery_statistics/utils/native/include/ |
H A D | stats_log.h | 35 #ifdef STATS_HILOGW 36 #undef STATS_HILOGW macro 99 #define STATS_HILOGW(domain, ...) \ macro 112 #define STATS_HILOGW(...)
|
H A D | stats_helper.h | 73 STATS_HILOGW(COMP_SVC, "Invalid active time, ignore");
in AddRunningTimeMs() 102 STATS_HILOGW(COMP_SVC, "Invalid data counts");
in AddCount()
|
/base/powermgr/battery_statistics/frameworks/napi/src/ |
H A D | napi_utils.cpp | 26 STATS_HILOGW(COMP_FWK, "Failed to get the input parameter"); in GetCallbackInfo() 34 STATS_HILOGW(COMP_FWK, "Failed to create a value reference"); in CreateReference() 53 STATS_HILOGW(COMP_FWK, "Parameter type error"); in CheckValueType()
|
H A D | async_callback_info.cpp | 28 STATS_HILOGW(COMP_FWK, "Failed to get a callback reference"); in CallFunction() 35 STATS_HILOGW(COMP_FWK, "Failed to call the callback function"); in CallFunction() 52 STATS_HILOGW(COMP_FWK, "napi_create_promise failure"); in CreatePromise() 80 STATS_HILOGW(COMP_FWK, "napi creates array error"); in CreateArrayValue()
|
H A D | napi_error.cpp | 53 STATS_HILOGW(COMP_FWK, "throw error code: %{public}d, msg: %{public}s,", static_cast<int32_t>(code_), msg.c_str()); in GetNapiError()
|
/base/powermgr/battery_statistics/services/native/src/ |
H A D | cpu_time_reader.cpp | 37 STATS_HILOGW(COMP_SVC, "Update cpu time failed");
in Init() 146 STATS_HILOGW(COMP_SVC, "Read uid cpu cluster time failed");
in UpdateCpuTime() 151 STATS_HILOGW(COMP_SVC, "Read uid cpu time failed");
in UpdateCpuTime() 156 STATS_HILOGW(COMP_SVC, "Read uid cpu active time failed");
in UpdateCpuTime() 161 STATS_HILOGW(COMP_SVC, "Read uid cpu freq time failed");
in UpdateCpuTime() 211 STATS_HILOGW(COMP_SVC, "Open file failed");
in ReadUidCpuActiveTime() 296 STATS_HILOGW(COMP_SVC, "Open file failed");
in ReadUidCpuClusterTime() 444 STATS_HILOGW(COMP_SVC, "Open file failed");
in ReadUidCpuFreqTime() 535 STATS_HILOGW(COMP_SVC, "Open file failed");
in ReadUidCpuTime()
|
H A D | battery_stats_core.cpp | 139 STATS_HILOGW(COMP_SVC, "Load battery stats data failed"); in Init() 345 STATS_HILOGW(COMP_SVC, "Camera is already opened, return"); in UpdateCameraStats() 351 STATS_HILOGW(COMP_SVC, "Camera is off, return"); in UpdateCameraStats() 358 STATS_HILOGW(COMP_SVC, "Camera is off, return"); in UpdateCameraStats() 372 STATS_HILOGW(COMP_SVC, "Timer is null, return"); in UpdatePhoneStats() 405 STATS_HILOGW(COMP_SVC, "Timer is null, return"); in UpdateTimer() 438 STATS_HILOGW(COMP_SVC, "Timer is null, return"); in UpdateTimer() 456 STATS_HILOGW(COMP_SVC, "Timer is null, return"); in UpdateCameraTimer() 515 STATS_HILOGW(COMP_SVC, "Screen brightness level is out of range"); in UpdateBrightnessTimer() 560 STATS_HILOGW(COMP_SV in UpdateCounter() [all...] |
H A D | battery_stats_parser.cpp | 67 STATS_HILOGW(COMP_SVC, "No related speed number, return 0");
in GetSpeedNum()
|
H A D | battery_stats_listener.cpp | 66 STATS_HILOGW(COMP_SVC, "Parse hisysevent data failed");
in OnEvent()
|
/base/powermgr/battery_statistics/frameworks/native/src/ |
H A D | battery_stats_info.cpp | 36 STATS_HILOGW(COMP_FWK, "BatteryStatsInfo object creation failed"); in Unmarshalling() 40 STATS_HILOGW(COMP_FWK, "Read from parcel failed"); in Unmarshalling()
|
/base/powermgr/battery_statistics/services/native/src/entities/ |
H A D | bluetooth_entity.cpp | 372 STATS_HILOGW(COMP_SVC, "Create active timer failed");
in GetOrCreateTimer() 406 STATS_HILOGW(COMP_SVC, "Create active timer failed");
in GetOrCreateTimer() 419 STATS_HILOGW(COMP_SVC, "Failed to get bundle manager service, return 0");
in GetBluetoothUidPower() 425 STATS_HILOGW(COMP_SVC, "Failed to get bundle manager proxy, return 0");
in GetBluetoothUidPower()
|
H A D | audio_entity.cpp | 123 STATS_HILOGW(COMP_SVC, "Create active timer failed");
in GetOrCreateTimer()
|
H A D | screen_entity.cpp | 149 STATS_HILOGW(COMP_SVC, "Create active timer failed");
in GetOrCreateTimer()
|
H A D | sensor_entity.cpp | 199 STATS_HILOGW(COMP_SVC, "Create active timer failed");
in GetOrCreateTimer()
|
H A D | phone_entity.cpp | 176 STATS_HILOGW(COMP_SVC, "Create phone timer failed");
in GetOrCreateTimer()
|
H A D | cpu_entity.cpp | 57 STATS_HILOGW(COMP_SVC, "CPU reader is nullptr");
in UpdateCpuTime()
|
H A D | uid_entity.cpp | 245 STATS_HILOGW(COMP_SVC, "Invalid or illegal type got, return 0");
in GetStatsPowerMah()
|
/base/powermgr/battery_statistics/services/zidl/src/ |
H A D | battery_stats_stub.cpp | 241 STATS_HILOGW(COMP_SVC, "params exceed limit, argc=%{public}d", argc);
in ShellDumpStub() 248 STATS_HILOGW(COMP_SVC, "read value fail=%{public}d", i);
in ShellDumpStub()
|