Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_distributed.cpp175 AsyncCallbackInfoEnabledByBundle *asynccallbackinfo = in NapiEnableDistributedByBundle()
176 …new (std::nothrow) AsyncCallbackInfoEnabledByBundle {.env = env, .asyncWork = nullptr, .params = p… in NapiEnableDistributedByBundle()
192AsyncCallbackInfoEnabledByBundle *asynccallbackinfo = static_cast<AsyncCallbackInfoEnabledByBundle in NapiEnableDistributedByBundle()
200AsyncCallbackInfoEnabledByBundle *asynccallbackinfo = static_cast<AsyncCallbackInfoEnabledByBundle in NapiEnableDistributedByBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Ddistributed.cpp324 AsyncCallbackInfoEnabledByBundle *asynccallbackinfo = in EnableDistributedByBundle()
325 …new (std::nothrow) AsyncCallbackInfoEnabledByBundle {.env = env, .asyncWork = nullptr, .params = p… in EnableDistributedByBundle()
343AsyncCallbackInfoEnabledByBundle *asynccallbackinfo = static_cast<AsyncCallbackInfoEnabledByBundle in EnableDistributedByBundle()
351AsyncCallbackInfoEnabledByBundle *asynccallbackinfo = static_cast<AsyncCallbackInfoEnabledByBundle in EnableDistributedByBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Ddistributed.h50 struct AsyncCallbackInfoEnabledByBundle { struct