Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/
H A Dlibstandby_utils_policy.versionscript28 *DumpStandbyConfigInfo*;
/ohos5.0/foundation/resourceschedule/device_standby/utils/test/fuzztest/configmanager_fuzzer/
H A Dconfigmanager_fuzzer.cpp156 DelayedSingleton<StandbyConfigManager>::GetInstance()->DumpStandbyConfigInfo(str); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h105 void DumpStandbyConfigInfo(std::string& result);
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/
H A Dstandby_service_impl.h165 void DumpStandbyConfigInfo(std::string& result);
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_utils_unit_test.cpp223 StandbyConfigManager::GetInstance()->DumpStandbyConfigInfo(result);
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp1290 DumpStandbyConfigInfo(result); in DumpShowDetailInfo()
1328 void StandbyServiceImpl::DumpStandbyConfigInfo(std::string& result) in DumpStandbyConfigInfo() function in OHOS::DevStandbyMgr::StandbyServiceImpl
1331 StandbyConfigManager::GetInstance()->DumpStandbyConfigInfo(result); in DumpStandbyConfigInfo()
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp799 void StandbyConfigManager::DumpStandbyConfigInfo(std::string& result) in DumpStandbyConfigInfo() function in OHOS::DevStandbyMgr::StandbyConfigManager