Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/
H A Dcontext_impl.h203 …Context> CreateModuleContext(const std::string &moduleName, std::shared_ptr<Context> inputContext);
206 const std::string &moduleName, std::shared_ptr<Context> inputContext);
208 std::string GetBundleNameWithContext(std::shared_ptr<Context> inputContext = nullptr) const;
241 std::shared_ptr<Context> inputContext);
303 std::shared_ptr<Context> inputContext = nullptr) const;
426 std::shared_ptr<Context> inputContext = nullptr);
459 std::shared_ptr<Context> inputContext = nullptr);
462 std::shared_ptr<Context> inputContext = nullptr);
471 std::shared_ptr<Context> inputContext = nullptr);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp102 if (inputContext) { in GetBundleNameWithContext()
103 return inputContext->GetBundleName(); in GetBundleNameWithContext()
394 std::shared_ptr<Context> inputContext) in CreateModuleContext() argument
396 return CreateModuleContext(GetBundleNameWithContext(inputContext), moduleName, inputContext); in CreateModuleContext()
400 std::shared_ptr<Context> inputContext) in CreateModuleContext() argument
446 if (inputContext) { in CreateModuleContext()
697 std::shared_ptr<Context> inputContext) in CreateBundleContext() argument
785 std::shared_ptr<Context> inputContext) in InitResourceManager() argument
813 if (inputContext) { in InitResourceManager()
884 inputContext); in InitResourceManagerInner()
[all …]
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandboxmgr_test.cpp526 const SandboxContext *inputContext[2] = {&context, nullptr}; variable
532 ret = StagedMountPreUnShare(inputContext[i], inputAppSpawnSandboxCfg[j]);
539 ret = StagedMountPostUnshare(inputContext[i], inputAppSpawnSandboxCfg[j]);