Home
last modified time | relevance | path

Searched refs:GetPowerState (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/
H A Dcpu_storage_test.cpp149 int32_t powerState = UCollectUtil::PowerStatusManager::GetInstance().GetPowerState();
152 int32_t powerState2 = UCollectUtil::PowerStatusManager::GetInstance().GetPowerState();
155 int32_t powerState3 = UCollectUtil::PowerStatusManager::GetInstance().GetPowerState();
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/power/include/
H A Dpower_status_manager.h43 int32_t GetPowerState();
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/power/
H A Dpower_status_manager.cpp63 int32_t PowerStatusManager::GetPowerState() in GetPowerState() function in OHOS::HiviewDFX::UCollectUtil::PowerStatusManager
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp121 int32_t powerState = PowerStatusManager::GetInstance().GetPowerState(); in GetPowerProcessStateInCollectionPeriod()