Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/test/fuzztest/configmanager_fuzzer/
H A Dconfigmanager_fuzzer.cpp144 DelayedSingleton<StandbyConfigManager>::GetInstance()->GetStrategySwitch(str); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h83 bool GetStrategySwitch(const std::string& switchName);
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_utils_unit_test.cpp342 StandbyConfigManager::GetInstance()->GetStrategySwitch("test");
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp373 bool StandbyConfigManager::GetStrategySwitch(const std::string& switchName) in GetStrategySwitch() function in OHOS::DevStandbyMgr::StandbyConfigManager