/base/powermgr/power_manager/services/native/src/ |
D | power_mgr_dumper.cpp | 58 runningLockMgr->DumpInfo(result); in Dump() 64 stateMachine->DumpInfo(result); in Dump() 71 stateMachine->DumpInfo(result); in Dump() 76 runningLockMgr->DumpInfo(result); in Dump()
|
D | running_lock_inner.cpp | 42 void RunningLockInner::DumpInfo(const std::string& description) in DumpInfo() function in OHOS::PowerMgr::RunningLockInner
|
/base/powermgr/battery_statistics/services/native/src/ |
D | battery_stats_dumper.cpp | 47 core->DumpInfo(result); in Dump() 53 parser->DumpInfo(result); in Dump()
|
D | battery_stats_core.cpp | 594 void BatteryStatsCore::DumpInfo(std::string& result) in DumpInfo() function in OHOS::PowerMgr::BatteryStatsCore 599 bluetoothEntity_->DumpInfo(result); in DumpInfo() 603 idleEntity_->DumpInfo(result); in DumpInfo() 607 phoneEntity_->DumpInfo(result); in DumpInfo() 611 screenEntity_->DumpInfo(result); in DumpInfo() 615 wifiEntity_->DumpInfo(result); in DumpInfo() 619 uidEntity_->DumpInfo(result); in DumpInfo()
|
D | battery_stats_parser.cpp | 149 void BatteryStatsParser::DumpInfo(std::string& result) in DumpInfo() function in OHOS::PowerMgr::BatteryStatsParser
|
/base/update/updater/services/include/log/ |
D | dump.h | 30 #define UPDATER_LAST_WORD Updater::Dump::GetInstance().DumpInfo 59 void DumpInfo(Args &&...args) in DumpInfo() function
|
/base/powermgr/battery_statistics/services/native/include/entities/ |
D | idle_entity.h | 33 void DumpInfo(std::string& result, int32_t uid = StatsUtils::INVALID_VALUE) override;
|
D | screen_entity.h | 34 void DumpInfo(std::string& result, int32_t uid = StatsUtils::INVALID_VALUE) override;
|
D | cpu_entity.h | 36 void DumpInfo(std::string& result, int32_t uid = StatsUtils::INVALID_VALUE) override;
|
D | uid_entity.h | 37 void DumpInfo(std::string& result, int32_t uid = StatsUtils::INVALID_VALUE) override;
|
D | phone_entity.h | 37 void DumpInfo(std::string& result, int32_t uid = StatsUtils::INVALID_VALUE) override;
|
D | wifi_entity.h | 39 void DumpInfo(std::string& result, int32_t uid = StatsUtils::INVALID_VALUE) override;
|
D | bluetooth_entity.h | 41 void DumpInfo(std::string& result, int32_t uid = StatsUtils::INVALID_VALUE) override;
|
D | battery_stats_entity.h | 55 virtual void DumpInfo(std::string& result, int32_t uid = StatsUtils::INVALID_VALUE);
|
/base/powermgr/battery_statistics/services/native/include/ |
D | battery_stats_parser.h | 44 void DumpInfo(std::string& result);
|
D | cpu_time_reader.h | 34 void DumpInfo(std::string& result, int32_t uid);
|
/base/powermgr/power_manager/services/native/include/ |
D | running_lock_inner.h | 40 void DumpInfo(const std::string& description);
|
/base/powermgr/battery_statistics/test/unittest/src/clienttest/ |
D | stats_service_test.cpp | 147 parser->DumpInfo(result);
|
/base/powermgr/battery_statistics/services/native/src/entities/ |
D | idle_entity.cpp | 115 void IdleEntity::DumpInfo(std::string& result, int32_t uid) in DumpInfo() function in OHOS::PowerMgr::IdleEntity
|
D | cpu_entity.cpp | 251 void CpuEntity::DumpInfo(std::string& result, int32_t uid) in DumpInfo() function in OHOS::PowerMgr::CpuEntity 254 cpuReader_->DumpInfo(result, uid); in DumpInfo()
|
D | battery_stats_entity.cpp | 68 void BatteryStatsEntity::DumpInfo(std::string& result, int32_t uid) in DumpInfo() function in OHOS::PowerMgr::BatteryStatsEntity
|
D | wifi_entity.cpp | 139 void WifiEntity::DumpInfo(std::string& result, int32_t uid) in DumpInfo() function in OHOS::PowerMgr::WifiEntity
|
D | screen_entity.cpp | 173 void ScreenEntity::DumpInfo(std::string& result, int32_t uid) in DumpInfo() function in OHOS::PowerMgr::ScreenEntity
|
/base/powermgr/power_manager/test/unittest/src/ |
D | power_state_level_framework_test.cpp | 196 g_stateMachineTest->DumpInfo(result);
|
D | running_lock_native_test.cpp | 155 runningLockMgr->DumpInfo(result); 161 runningLockMgr->DumpInfo(result); 565 runningLockMgr->DumpInfo(result); 568 runningLockMgr->DumpInfo(result);
|