Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/
H A Dlibstandby_utils_policy.versionscript30 *DumpSetSwitch*;
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_utils_unit_test.cpp218 StandbyConfigManager::GetInstance()->DumpSetSwitch("test", true, result);
219 StandbyConfigManager::GetInstance()->DumpSetSwitch(NAP_SWITCH, true, result);
/ohos5.0/foundation/resourceschedule/device_standby/utils/test/fuzztest/configmanager_fuzzer/
H A Dconfigmanager_fuzzer.cpp154 DelayedSingleton<StandbyConfigManager>::GetInstance()->DumpSetSwitch(str, debugMode, str); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h99 void DumpSetSwitch(const std::string& switchName, bool switchStatus, std::string& result);
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp777 void StandbyConfigManager::DumpSetSwitch(const std::string& switchName, bool switchStatus, std::str… in DumpSetSwitch() function in OHOS::DevStandbyMgr::StandbyConfigManager
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp1412 StandbyConfigManager::GetInstance()->DumpSetSwitch(switchName, switchStatus, result); in DumpTurnOnOffSwitch()