Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_slot.cpp630 AsyncCallbackInfoRemoveSlot *asynccallbackinfo = in NapiRemoveSlot()
631 …new (std::nothrow) AsyncCallbackInfoRemoveSlot {.env = env, .asyncWork = nullptr, .outType = paras… in NapiRemoveSlot()
647 auto asynccallbackinfo = reinterpret_cast<AsyncCallbackInfoRemoveSlot *>(data); in NapiRemoveSlot()
655 auto asynccallbackinfo = reinterpret_cast<AsyncCallbackInfoRemoveSlot *>(data); in NapiRemoveSlot()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/
H A Dnapi_slot.h130 struct AsyncCallbackInfoRemoveSlot { struct
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dslot.cpp141 struct AsyncCallbackInfoRemoveSlot { struct
1249 AsyncCallbackInfoRemoveSlot *asynccallbackinfo = in RemoveSlot()
1250 …new (std::nothrow) AsyncCallbackInfoRemoveSlot {.env = env, .asyncWork = nullptr, .outType = paras… in RemoveSlot()
1266 auto asynccallbackinfo = reinterpret_cast<AsyncCallbackInfoRemoveSlot *>(data); in RemoveSlot()
1274 auto asynccallbackinfo = reinterpret_cast<AsyncCallbackInfoRemoveSlot *>(data); in RemoveSlot()