Searched refs:currentSwitchStatus (Results 1 – 3 of 3) sorted by relevance
260 bool currentSwitchStatus = true; variable261 bool ret = accountSetting.ReadSwitchStatus(key, currentSwitchStatus);278 bool currentSwitchStatus = false; variable282 bool ret = accountSetting.ReadSwitchStatus(key, currentSwitchStatus);
215 … AccountManager::AccountSetting::ReadSwitchStatus(const std::string &key, bool currentSwitchStatus) in ReadSwitchStatus() argument223 return currentSwitchStatus; in ReadSwitchStatus()230 return currentSwitchStatus; in ReadSwitchStatus()
62 bool ReadSwitchStatus(const std::string &key, bool currentSwitchStatus);