Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_extension_wrapper.h35 typedef ErrCode (*SYNC_ADDITION_CONFIG)(const std::string& key, const std::string& value); typedef
61 SYNC_ADDITION_CONFIG syncAdditionConfig_ = nullptr;
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_extension_wrapper.cpp62 … syncAdditionConfig_ = (SYNC_ADDITION_CONFIG)dlsym(extensionWrapperHandle_, "SyncAdditionConfig"); in InitExtentionWrapper()