Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_slot.cpp163 AsyncCallbackInfoSetSlotByBundle *asynccallbackinfo = in NapiSetSlotByBundle()
164 new (std::nothrow) AsyncCallbackInfoSetSlotByBundle {.env = env, .asyncWork = nullptr, .params = params}; in NapiSetSlotByBundle()
179 auto asynccallbackinfo = static_cast<AsyncCallbackInfoSetSlotByBundle *>(data); in NapiSetSlotByBundle()
187 auto asynccallbackinfo = static_cast<AsyncCallbackInfoSetSlotByBundle *>(data); in NapiSetSlotByBundle()
/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/
H A Dnapi_slot.h58 struct AsyncCallbackInfoSetSlotByBundle { struct
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dslot.cpp69 struct AsyncCallbackInfoSetSlotByBundle { struct
853 AsyncCallbackInfoSetSlotByBundle *asynccallbackinfo = in SetSlotByBundle()
854 new (std::nothrow) AsyncCallbackInfoSetSlotByBundle {.env = env, .asyncWork = nullptr, .params = params}; in SetSlotByBundle()
871 auto asynccallbackinfo = static_cast<AsyncCallbackInfoSetSlotByBundle *>(data); in SetSlotByBundle()
879 auto asynccallbackinfo = static_cast<AsyncCallbackInfoSetSlotByBundle *>(data); in SetSlotByBundle()

Completed in 5 milliseconds