Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_distributed.cpp299AsyncCallbackInfoIsEnabledByBundle *asynccallbackinfo = static_cast<AsyncCallbackInfoIsEnabledByBu… in AsyncCompleteCallbackNapiIsDistributedEnableByBundle()
328 AsyncCallbackInfoIsEnabledByBundle *asynccallbackinfo = in NapiIsDistributedEnableByBundle()
329 …new (std::nothrow) AsyncCallbackInfoIsEnabledByBundle {.env = env, .asyncWork = nullptr, .params =… in NapiIsDistributedEnableByBundle()
346 auto asynccallbackinfo = reinterpret_cast<AsyncCallbackInfoIsEnabledByBundle *>(data); in NapiIsDistributedEnableByBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Ddistributed.cpp447AsyncCallbackInfoIsEnabledByBundle *asynccallbackinfo = static_cast<AsyncCallbackInfoIsEnabledByBu… in AsyncCompleteCallbackIsDistributedEnableByBundle()
475 AsyncCallbackInfoIsEnabledByBundle *asynccallbackinfo = in IsDistributedEnableByBundle()
476 …new (std::nothrow) AsyncCallbackInfoIsEnabledByBundle {.env = env, .asyncWork = nullptr, .params =… in IsDistributedEnableByBundle()
494 auto asynccallbackinfo = reinterpret_cast<AsyncCallbackInfoIsEnabledByBundle *>(data); in IsDistributedEnableByBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Ddistributed.h64 struct AsyncCallbackInfoIsEnabledByBundle { struct