Home
last modified time | relevance | path

Searched refs:needUpdateCache_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp2168 soundPermissionInfo_->needUpdateCache_.load()); in CheckSoundPermission()
2169 if (soundPermissionInfo_->needUpdateCache_.load()) { in CheckSoundPermission()
2171 if (soundPermissionInfo_->needUpdateCache_.load()) { in CheckSoundPermission()
2176 soundPermissionInfo_->needUpdateCache_ = false; in CheckSoundPermission()
H A Dadvanced_notification_slot_service.cpp797 soundPermissionInfo_->needUpdateCache_ = true; in SetAdditionConfig()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1201 std::atomic<bool> needUpdateCache_ = true; member