Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_extension_wrapper.cpp64 reminderControl_ = (REMINDER_CONTROL)dlsym(extensionWrapperHandle_, "ReminderControl"); in InitExtentionWrapper()
68 || reminderControl_ == nullptr) { in InitExtentionWrapper()
156 if (reminderControl_ == nullptr) { in ReminderControl()
160 return reminderControl_(bundleName); in ReminderControl()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_extension_wrapper.h68 REMINDER_CONTROL reminderControl_ = nullptr; variable