Home
last modified time | relevance | path

Searched refs:ConvertStatsType (Results 1 – 6 of 6) sorted by relevance

/base/powermgr/battery_statistics/services/native/test/unittest/src/
Dstats_util_test.cpp65 EXPECT_EQ("", StatsUtils::ConvertStatsType(StatsUtils::StatsType::STATS_TYPE_INVALID));
67 StatsUtils::ConvertStatsType(StatsUtils::StatsType::STATS_TYPE_BLUETOOTH_BR_ON));
69 StatsUtils::ConvertStatsType(StatsUtils::StatsType::STATS_TYPE_BLUETOOTH_BR_SCAN));
71 StatsUtils::ConvertStatsType(StatsUtils::StatsType::STATS_TYPE_BLUETOOTH_BLE_ON));
73 StatsUtils::ConvertStatsType(StatsUtils::StatsType::STATS_TYPE_BLUETOOTH_BLE_SCAN));
75 StatsUtils::ConvertStatsType(StatsUtils::StatsType::STATS_TYPE_WIFI_ON));
77 StatsUtils::ConvertStatsType(StatsUtils::StatsType::STATS_TYPE_WIFI_SCAN));
79 StatsUtils::ConvertStatsType(StatsUtils::StatsType::STATS_TYPE_PHONE_ACTIVE));
81 StatsUtils::ConvertStatsType(StatsUtils::StatsType::STATS_TYPE_PHONE_DATA));
83 StatsUtils::ConvertStatsType(StatsUtils::StatsType::STATS_TYPE_BATTERY));
[all …]
/base/powermgr/battery_statistics/services/native/src/
Dbattery_stats_core.cpp213 StatsUtils::ConvertStatsType(statsType).c_str(), uid, time, data); in UpdateStats()
282 StatsUtils::ConvertStatsType(statsType).c_str(), uid, state, level, deviceId.c_str()); in UpdateStats()
324 StatsUtils::ConvertStatsType(statsType).c_str(), state, level, lastBrightnessLevel_); in UpdateScreenStats()
366 StatsUtils::ConvertStatsType(statsType).c_str(), state, level); in UpdatePhoneStats()
392 StatsUtils::ConvertStatsType(statsType).c_str(), in UpdateTimer()
425 StatsUtils::ConvertStatsType(statsType).c_str(), in UpdateTimer()
541 StatsUtils::ConvertStatsType(statsType).c_str(), in UpdateCounter()
561 StatsUtils::ConvertStatsType(statsType).c_str(), level); in GetTotalTimeMs()
589 StatsUtils::ConvertStatsType(statsType).c_str()); in GetTotalTimeMs()
640 StatsUtils::ConvertStatsType(statsType).c_str(), uid, level); in GetTotalTimeMs()
[all …]
Dbattery_stats_detector.cpp30 StatsUtils::ConvertStatsType(data.type).c_str(), in HandleStatsChangedEvent()
/base/powermgr/battery_statistics/utils/native/include/
Dstats_utils.h117 static std::string ConvertStatsType(StatsType statsType);
/base/powermgr/battery_statistics/utils/native/src/
Dstats_utils.cpp150 std::string StatsUtils::ConvertStatsType(StatsType statsType) in ConvertStatsType() function in OHOS::PowerMgr::StatsUtils
/base/powermgr/battery_statistics/services/native/src/entities/
Duid_entity.cpp240 StatsUtils::ConvertStatsType(statsType).c_str(), power, uid); in GetStatsPowerMah()