Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_subscriber.cpp61 auto flagIter = flagsMap->find(deviceType); in ProcessSyncDecision() local
62 if (flagIter != flagsMap->end() && flagIter->second != nullptr) { in ProcessSyncDecision()
65 request->GetKey().c_str(), flagIter->second->GetReminderFlags(), deviceType.c_str()); in ProcessSyncDecision()
67 …tempFlags->SetSoundEnabled(DowngradeReminder(tempFlags->IsSoundEnabled(), flagIter->second->IsSoun… in ProcessSyncDecision()
69 … DowngradeReminder(tempFlags->IsVibrationEnabled(), flagIter->second->IsVibrationEnabled())); in ProcessSyncDecision()
71 … tempFlags->IsLockScreenVisblenessEnabled() && flagIter->second->IsLockScreenVisblenessEnabled()); in ProcessSyncDecision()
73 tempFlags->IsBannerEnabled() && flagIter->second->IsBannerEnabled()); in ProcessSyncDecision()
75 tempFlags->IsLightScreenEnabled() && flagIter->second->IsLightScreenEnabled()); in ProcessSyncDecision()
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
H A Dpermission_validator.cpp149 auto flagIter = permState.grantFlags.begin(); in DeduplicateResDevID() local
150 … permState.resDeviceID.begin(); it != permState.resDeviceID.end(); ++it, ++stateIter, ++flagIter) { in DeduplicateResDevID()
157 result.grantFlags.emplace_back(*flagIter); in DeduplicateResDevID()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp913 auto flagIter = propertyFlags.find(WindowType::WINDOW_TYPE_STATUS_BAR); in SetSystemBarProperties() local
915 if ((flagIter != propertyFlags.end() && flagIter->second.contentColorFlag) && in SetSystemBarProperties()
H A Dwindow_scene_session_impl.cpp2132 auto flagIter = propertyFlags.find(WindowType::WINDOW_TYPE_STATUS_BAR); in SetSystemBarProperties() local
2134 if ((flagIter != propertyFlags.end() && flagIter->second.contentColorFlag) && in SetSystemBarProperties()