Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/application/
H A Djs_application.cpp100 auto inputContextPtr = Context::ConvertTo<Context>(context); in OnCreateModuleContext() local
101 if (inputContextPtr == nullptr) { in OnCreateModuleContext()
147 moduleContext, inputContextPtr]() { in OnCreateModuleContext()
149 *moduleContext = contextImpl->CreateModuleContext(moduleName, inputContextPtr); in OnCreateModuleContext()
151 … *moduleContext = contextImpl->CreateModuleContext(bundleName, moduleName, inputContextPtr); in OnCreateModuleContext()
221 auto inputContextPtr = Context::ConvertTo<Context>(context); in OnCreateBundleContext() local
222 if (inputContextPtr == nullptr) { in OnCreateBundleContext()
239 bundleContext, inputContextPtr]() { in OnCreateBundleContext()
240 contextImpl->CreateBundleContext(*bundleContext, bundleName, inputContextPtr); in OnCreateBundleContext()