Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_slot.cpp301 AsyncCallbackInfoGetSlotNumByBundle *asynccallbackinfo = in NapiGetSlotNumByBundle()
302 …new (std::nothrow) AsyncCallbackInfoGetSlotNumByBundle {.env = env, .asyncWork = nullptr, .params … in NapiGetSlotNumByBundle()
318 auto asynccallbackinfo = reinterpret_cast<AsyncCallbackInfoGetSlotNumByBundle *>(data); in NapiGetSlotNumByBundle()
326 auto asynccallbackinfo = static_cast<AsyncCallbackInfoGetSlotNumByBundle *>(data); in NapiGetSlotNumByBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/
H A Dnapi_slot.h83 struct AsyncCallbackInfoGetSlotNumByBundle { struct
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dslot.cpp94 struct AsyncCallbackInfoGetSlotNumByBundle { struct
996 AsyncCallbackInfoGetSlotNumByBundle *asynccallbackinfo = in GetSlotNumByBundle()
997 …new (std::nothrow) AsyncCallbackInfoGetSlotNumByBundle {.env = env, .asyncWork = nullptr, .params … in GetSlotNumByBundle()
1014 auto asynccallbackinfo = reinterpret_cast<AsyncCallbackInfoGetSlotNumByBundle *>(data); in GetSlotNumByBundle()
1022 auto asynccallbackinfo = static_cast<AsyncCallbackInfoGetSlotNumByBundle *>(data); in GetSlotNumByBundle()