Home
last modified time | relevance | path

Searched refs:AsyncCallbackInfoInfoIsEnableSlot (Results 1 - 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_slot.cpp813 AsyncCallbackInfoInfoIsEnableSlot *asynccallbackinfo = in NapiIsEnableNotificationSlot()
814 new (std::nothrow) AsyncCallbackInfoInfoIsEnableSlot {.env = env, .asyncWork = nullptr, .params = params}; in NapiIsEnableNotificationSlot()
830 auto asynccallbackinfo = static_cast<AsyncCallbackInfoInfoIsEnableSlot *>(data); in NapiIsEnableNotificationSlot()
838 auto asynccallbackinfo = static_cast<AsyncCallbackInfoInfoIsEnableSlot *>(data); in NapiIsEnableNotificationSlot()
/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/
H A Dnapi_slot.h164 struct AsyncCallbackInfoInfoIsEnableSlot { struct
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dslot.cpp175 struct AsyncCallbackInfoInfoIsEnableSlot { struct
1577 AsyncCallbackInfoInfoIsEnableSlot *asynccallbackinfo = in IsEnableNotificationSlot()
1578 new (std::nothrow) AsyncCallbackInfoInfoIsEnableSlot {.env = env, .asyncWork = nullptr, .params = params}; in IsEnableNotificationSlot()
1594 auto asynccallbackinfo = static_cast<AsyncCallbackInfoInfoIsEnableSlot *>(data); in IsEnableNotificationSlot()
1602 auto asynccallbackinfo = static_cast<AsyncCallbackInfoInfoIsEnableSlot *>(data); in IsEnableNotificationSlot()

Completed in 5 milliseconds