Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_extension_wrapper.h41 typedef int32_t (*LOCAL_CONTROL)(const sptr<NotificationRequest> &request); typedef
66 LOCAL_CONTROL localControl_ = nullptr;
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_extension_wrapper.cpp63 localControl_ = (LOCAL_CONTROL)dlsym(extensionWrapperHandle_, "LocalControl"); in InitExtentionWrapper()