Searched refs:DumpSetSwitch (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/ |
H A D | libstandby_utils_policy.versionscript | 30 *DumpSetSwitch*;
|
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_utils_unit_test.cpp | 218 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 D | configmanager_fuzzer.cpp | 154 DelayedSingleton<StandbyConfigManager>::GetInstance()->DumpSetSwitch(str, debugMode, str); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/ |
H A D | standby_config_manager.h | 99 void DumpSetSwitch(const std::string& switchName, bool switchStatus, std::string& result);
|
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/ |
H A D | standby_config_manager.cpp | 777 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 D | standby_service_impl.cpp | 1412 StandbyConfigManager::GetInstance()->DumpSetSwitch(switchName, switchStatus, result); in DumpTurnOnOffSwitch()
|