Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_slot.cpp876 AsyncCallbackInfoSetSlotFlagsByBundle *asynccallbackinfo = in NapiSetSlotFlagsByBundle()
877 new (std::nothrow) AsyncCallbackInfoSetSlotFlagsByBundle {.env = env, .asyncWork = nullptr, .params = params}; in NapiSetSlotFlagsByBundle()
893 auto asynccallbackinfo = static_cast<AsyncCallbackInfoSetSlotFlagsByBundle *>(data); in NapiSetSlotFlagsByBundle()
901 auto asynccallbackinfo = static_cast<AsyncCallbackInfoSetSlotFlagsByBundle *>(data); in NapiSetSlotFlagsByBundle()
/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/
H A Dnapi_slot.h183 struct AsyncCallbackInfoSetSlotFlagsByBundle { struct
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dslot.cpp194 struct AsyncCallbackInfoSetSlotFlagsByBundle { struct
1702 AsyncCallbackInfoSetSlotFlagsByBundle *asynccallbackinfo = in SetSlotFlagsByBundle()
1703 new (std::nothrow) AsyncCallbackInfoSetSlotFlagsByBundle {.env = env, .asyncWork = nullptr, .params = params}; in SetSlotFlagsByBundle()
1721 auto asynccallbackinfo = static_cast<AsyncCallbackInfoSetSlotFlagsByBundle *>(data); in SetSlotFlagsByBundle()
1729 auto asynccallbackinfo = static_cast<AsyncCallbackInfoSetSlotFlagsByBundle *>(data); in SetSlotFlagsByBundle()

Completed in 5 milliseconds