Home
last modified time | relevance | path

Searched refs:isStage (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/external/ability/
H A Dcontext.cpp36 RefPtr<Context> Context::CreateContext(bool isStage, const std::string& rootDir) in CreateContext() argument
38 std::string filename = rootDir + DELIMITER + (isStage ? MODULE_JSON : CONFIG_JSON); in CreateContext()
52 if (isStage) { in CreateContext()
H A Dcontext.h33 static RefPtr<Context> CreateContext(bool isStage, const std::string& rootDir);
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dohos_js_environment_impl.cpp128 bool OHOSJsEnvironmentImpl::InitLoop(NativeEngine* engine, bool isStage) in InitLoop() argument
143 TAG_LOGD(AAFwkTag::JSRUNTIME, "uv_register_task_to_event, isStage: %{public}d", isStage); in InitLoop()
144 if (isStage && (eventHandler_->GetEventRunner()).get() == AppExecFwk::EventRunner::GetMainEventRunner().get()) { in InitLoop()
H A Dohos_js_environment_impl.h39 bool InitLoop(NativeEngine* engine, bool isStage = true) override;
H A Djs_runtime.cpp842 bool JsRuntime::InitLoop(bool isStage) in InitLoop() argument
846 return jsEnv_->InitLoop(isStage); in InitLoop()
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Djs_environment_impl.h56 virtual bool InitLoop(NativeEngine* engine, bool isStage = true) = 0;
H A Djs_environment.h88 bool InitLoop(bool isStage = true);
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp228 bool JsEnvironment::InitLoop(bool isStage) in InitLoop() argument
236 impl_->InitLoop(engine_, isStage); in InitLoop()
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h170 bool InitLoop(bool isStage = true);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp909 bool isStage = (infos.begin()->second).GetIsNewVersion(); in CheckAppLabelInfo() local
951 if (isStage != info.second.GetIsNewVersion()) { in CheckAppLabelInfo()
H A Dbundle_data_mgr.cpp1876 void BundleDataMgr::ModifyLauncherAbilityInfo(bool isStage, AbilityInfo &abilityInfo) const in ModifyLauncherAbilityInfo() argument
1879 if (isStage) { in ModifyLauncherAbilityInfo()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp646 bool isStage = false; in GetMediaLibraryNewInstanceAsync() local
647 NAPI_CALL(env, UserFileClient::CheckIsStage(env, info, isStage)); in GetMediaLibraryNewInstanceAsync()
648 if (isStage) { in GetMediaLibraryNewInstanceAsync()
701 bool isStage = false; in GetUserFileMgrAsync() local
702 NAPI_CALL(env, UserFileClient::CheckIsStage(env, info, isStage)); in GetUserFileMgrAsync()
703 if (isStage) { in GetUserFileMgrAsync()
746 bool isStage = false; in GetPhotoAccessHelperAsync() local
747 NAPI_CALL(env, UserFileClient::CheckIsStage(env, info, isStage)); in GetPhotoAccessHelperAsync()
748 if (isStage) { in GetPhotoAccessHelperAsync()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h1156 void ModifyLauncherAbilityInfo(bool isStage, AbilityInfo &abilityInfo) const;

Completed in 44 milliseconds