Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_extension_wrapper.h43 typedef int32_t (*REMINDER_CONTROL)(const std::string &bundleName); typedef
68 REMINDER_CONTROL reminderControl_ = nullptr;
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_extension_wrapper.cpp64 reminderControl_ = (REMINDER_CONTROL)dlsym(extensionWrapperHandle_, "ReminderControl"); in InitExtentionWrapper()