Searched refs:abilityRuntimeContext (Results 1 – 4 of 4) sorted by relevance
117 std::string &bundleName, const std::shared_ptr<AbilityRuntime::Context> &abilityRuntimeContext) in getResult() argument126 …if (!InitAsyncContext(env, bundleName, GetGlobalAbility(env), abilityRuntimeContext, *asyncContext… in getResult()154 std::shared_ptr<AbilityRuntime::Context> abilityRuntimeContext; in GetResourceManager() local172 abilityRuntimeContext = context; in GetResourceManager()195 napi_value result = getResult(env, asyncContext, bundleName, abilityRuntimeContext); in GetResourceManager()
247 std::shared_ptr<AbilityRuntime::ApplicationContext> abilityRuntimeContext = nullptr; variable248 ohosApplication_->SetApplicationContext(abilityRuntimeContext);261 std::shared_ptr<AbilityRuntime::ApplicationContext> abilityRuntimeContext = variable263 EXPECT_TRUE(abilityRuntimeContext != nullptr);264 ohosApplication_->SetApplicationContext(abilityRuntimeContext);
66 …plicationContext(const std::shared_ptr<AbilityRuntime::ApplicationContext> &abilityRuntimeContext);
187 const std::shared_ptr<AbilityRuntime::ApplicationContext> &abilityRuntimeContext) in SetApplicationContext() argument190 if (abilityRuntimeContext == nullptr) { in SetApplicationContext()194 abilityRuntimeContext_ = abilityRuntimeContext; in SetApplicationContext()