Searched refs:localSwitch (Results 1 – 5 of 5) sorted by relevance
124 int32_t SwitchProfileManager::GetLocalSwitchFromDB(uint32_t& localSwitch, uint32_t& switchLength) in GetLocalSwitchFromDB() argument128 return SwitchAdapter::GetInstance().GetSwitch(APP_ID, netId, localSwitch, switchLength); in GetLocalSwitchFromDB()
41 int32_t GetLocalSwitchFromDB(uint32_t& localSwitch, uint32_t& switchLength);
1069 void ClearAllNotificationGroupInfo(std::string localSwitch);
2826 void AdvancedNotificationService::ClearAllNotificationGroupInfo(std::string localSwitch) in ClearAllNotificationGroupInfo() argument2829 bool status = (localSwitch == "true"); in ClearAllNotificationGroupInfo()
306 const std::string localSwitch = "current"; variable307 advancedNotificationService_->ClearAllNotificationGroupInfo(localSwitch);