Searched refs:newConfig (Results 1 – 2 of 2) sorted by relevance
190 sptr<RequestConfig> newConfig = newRequest->GetRequestConfig(); in RestorRequest() local198 if (requestConfig == nullptr || newConfig == nullptr) { in RestorRequest()201 if (newConfig->IsSame(*requestConfig)) { in RestorRequest()202 request->SetRequestConfig(*newConfig); in RestorRequest()
3847 const sptr<NotificationDoNotDisturbDate> newConfig = new NotificationDoNotDisturbDate( in SetDoNotDisturbDateByUser() local3865 result = NotificationPreferences::GetInstance().SetDoNotDisturbDate(userId, newConfig); in SetDoNotDisturbDateByUser()3867 NotificationSubscriberManager::GetInstance()->NotifyDoNotDisturbDateChanged(newConfig); in SetDoNotDisturbDateByUser()