Home
last modified time | relevance | path

Searched refs:updateByBundle_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_extension_wrapper.cpp183 if (updateByBundle_ == nullptr) { in UpdateByBundle()
187 updateByBundle_(bundleName, deleteType); in UpdateByBundle()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_extension_wrapper.h67 UPDATE_BY_BUNDLE updateByBundle_ = nullptr; variable