Searched refs:AsyncCallbackInfoEnabledByBundle (Results 1 – 3 of 3) sorted by relevance
175 AsyncCallbackInfoEnabledByBundle *asynccallbackinfo = in NapiEnableDistributedByBundle()176 …new (std::nothrow) AsyncCallbackInfoEnabledByBundle {.env = env, .asyncWork = nullptr, .params = p… in NapiEnableDistributedByBundle()192 …AsyncCallbackInfoEnabledByBundle *asynccallbackinfo = static_cast<AsyncCallbackInfoEnabledByBundle… in NapiEnableDistributedByBundle()200 …AsyncCallbackInfoEnabledByBundle *asynccallbackinfo = static_cast<AsyncCallbackInfoEnabledByBundle… in NapiEnableDistributedByBundle()
324 AsyncCallbackInfoEnabledByBundle *asynccallbackinfo = in EnableDistributedByBundle()325 …new (std::nothrow) AsyncCallbackInfoEnabledByBundle {.env = env, .asyncWork = nullptr, .params = p… in EnableDistributedByBundle()343 …AsyncCallbackInfoEnabledByBundle *asynccallbackinfo = static_cast<AsyncCallbackInfoEnabledByBundle… in EnableDistributedByBundle()351 …AsyncCallbackInfoEnabledByBundle *asynccallbackinfo = static_cast<AsyncCallbackInfoEnabledByBundle… in EnableDistributedByBundle()
50 struct AsyncCallbackInfoEnabledByBundle { struct