Home
last modified time | relevance | path

Searched refs:AsyncCallbackInfoGetEnabledWithoutApp (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_distributed.cpp529 AsyncCallbackInfoGetEnabledWithoutApp *asynccallbackinfo = in NapiGetSyncNotificationEnabledWithoutApp()
530 new (std::nothrow) AsyncCallbackInfoGetEnabledWithoutApp { in NapiGetSyncNotificationEnabledWithoutApp()
548 AsyncCallbackInfoGetEnabledWithoutApp *asynccallbackinfo = in NapiGetSyncNotificationEnabledWithoutApp()
549 static_cast<AsyncCallbackInfoGetEnabledWithoutApp *>(data); in NapiGetSyncNotificationEnabledWithoutApp()
557 AsyncCallbackInfoGetEnabledWithoutApp *asynccallbackinfo = in NapiGetSyncNotificationEnabledWithoutApp()
558 static_cast<AsyncCallbackInfoGetEnabledWithoutApp *>(data); in NapiGetSyncNotificationEnabledWithoutApp()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Ddistributed.cpp761 AsyncCallbackInfoGetEnabledWithoutApp *asynccallbackinfo = in GetSyncNotificationEnabledWithoutApp()
762 new (std::nothrow) AsyncCallbackInfoGetEnabledWithoutApp { in GetSyncNotificationEnabledWithoutApp()
781 AsyncCallbackInfoGetEnabledWithoutApp *asynccallbackinfo = in GetSyncNotificationEnabledWithoutApp()
782 static_cast<AsyncCallbackInfoGetEnabledWithoutApp *>(data); in GetSyncNotificationEnabledWithoutApp()
790 AsyncCallbackInfoGetEnabledWithoutApp *asynccallbackinfo = in GetSyncNotificationEnabledWithoutApp()
791 static_cast<AsyncCallbackInfoGetEnabledWithoutApp *>(data); in GetSyncNotificationEnabledWithoutApp()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Ddistributed.h97 struct AsyncCallbackInfoGetEnabledWithoutApp { struct