Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_distributed.cpp464 AsyncCallbackInfoEnabledWithoutApp *asynccallbackinfo = in NapiSetSyncNotificationEnabledWithoutApp()
465 …new (std::nothrow) AsyncCallbackInfoEnabledWithoutApp {.env = env, .asyncWork = nullptr, .params =… in NapiSetSyncNotificationEnabledWithoutApp()
482 AsyncCallbackInfoEnabledWithoutApp *asynccallbackinfo = in NapiSetSyncNotificationEnabledWithoutApp()
483 static_cast<AsyncCallbackInfoEnabledWithoutApp *>(data); in NapiSetSyncNotificationEnabledWithoutApp()
491 AsyncCallbackInfoEnabledWithoutApp *asynccallbackinfo = in NapiSetSyncNotificationEnabledWithoutApp()
492 static_cast<AsyncCallbackInfoEnabledWithoutApp *>(data); in NapiSetSyncNotificationEnabledWithoutApp()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Ddistributed.cpp656 AsyncCallbackInfoEnabledWithoutApp *asynccallbackinfo = in SetSyncNotificationEnabledWithoutApp()
657 …new (std::nothrow) AsyncCallbackInfoEnabledWithoutApp {.env = env, .asyncWork = nullptr, .params =… in SetSyncNotificationEnabledWithoutApp()
675 AsyncCallbackInfoEnabledWithoutApp *asynccallbackinfo = in SetSyncNotificationEnabledWithoutApp()
676 static_cast<AsyncCallbackInfoEnabledWithoutApp *>(data); in SetSyncNotificationEnabledWithoutApp()
684 AsyncCallbackInfoEnabledWithoutApp *asynccallbackinfo = in SetSyncNotificationEnabledWithoutApp()
685 static_cast<AsyncCallbackInfoEnabledWithoutApp *>(data); in SetSyncNotificationEnabledWithoutApp()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Ddistributed.h85 struct AsyncCallbackInfoEnabledWithoutApp { struct