Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/
H A Dlibstandby_utils_policy.versionscript29 *DumpSetDebugMode*;
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_utils_unit_test.cpp216 StandbyConfigManager::GetInstance()->DumpSetDebugMode(true);
217 StandbyConfigManager::GetInstance()->DumpSetDebugMode(false);
/ohos5.0/foundation/resourceschedule/device_standby/utils/test/fuzztest/configmanager_fuzzer/
H A Dconfigmanager_fuzzer.cpp153 DelayedSingleton<StandbyConfigManager>::GetInstance()->DumpSetDebugMode(debugMode); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h98 void DumpSetDebugMode(bool debugMode);
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp763 void StandbyConfigManager::DumpSetDebugMode(bool debugMode) in DumpSetDebugMode() function in OHOS::DevStandbyMgr::StandbyConfigManager
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp1405 StandbyConfigManager::GetInstance()->DumpSetDebugMode(debugMode_); in DumpTurnOnOffSwitch()