Home
last modified time | relevance | path

Searched refs:standbySwitchMap_ (Results 1 - 3 of 3) sorted by relevance

/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp374 return GetConfigWithName(switchName, standbySwitchMap_); in GetStandbySwitch()
567 standbySwitchMap_[element.key()] = element.value().get<bool>(); in ParseStandbyConfig()
808 backStandbySwitchMap_ = standbySwitchMap_; in DumpSetDebugMode()
811 standbySwitchMap_ = backStandbySwitchMap_; in DumpSetDebugMode()
821 auto iter = standbySwitchMap_.find(switchName); in DumpSetSwitch()
822 if (iter == standbySwitchMap_.end()) { in DumpSetSwitch()
844 for (const auto& [switchName, switchVal] : standbySwitchMap_) { in DumpStandbyConfigInfo()
/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h160 std::unordered_map<std::string, bool> standbySwitchMap_; member in OHOS::DevStandbyMgr::StandbyConfigManager
/foundation/resourceschedule/device_standby/plugins/test/unittest/
H A Dstandby_plugin_unit_test.cpp225 StandbyConfigManager::GetInstance()->standbySwitchMap_[DETECT_MOTION_CONFIG] = false; in HWTEST_F()
228 StandbyConfigManager::GetInstance()->standbySwitchMap_[DETECT_MOTION_CONFIG] = true; in HWTEST_F()

Completed in 3 milliseconds