Home
last modified time | relevance | path

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

/ohos5.0/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);
/ohos5.0/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::GetMainEventRun… in InitLoop()
H A Dohos_js_environment_impl.h39 bool InitLoop(NativeEngine* engine, bool isStage = true) override;
H A Djs_runtime.cpp880 bool JsRuntime::InitLoop(bool isStage) in InitLoop() argument
883 return jsEnv_->InitLoop(isStage); in InitLoop()
/ohos5.0/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);
/ohos5.0/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()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h176 bool InitLoop(bool isStage = true);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp917 bool isStage = (infos.begin()->second).GetIsNewVersion(); in CheckAppLabelInfo() local
971 if (isStage != info.second.GetIsNewVersion()) { in CheckAppLabelInfo()
H A Dbundle_data_mgr.cpp1863 void BundleDataMgr::ModifyLauncherAbilityInfo(bool isStage, AbilityInfo &abilityInfo) const in ModifyLauncherAbilityInfo() argument
1866 if (isStage) { in ModifyLauncherAbilityInfo()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp606 bool isStage = entryDir.find("entry") == std::string::npos ? false : true; in GetRawFileUrl() local
607 result = isStage ? packagePath + "entry/resources/rawfile/" + fileName : in GetRawFileUrl()
/ohos5.0/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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h1181 void ModifyLauncherAbilityInfo(bool isStage, AbilityInfo &abilityInfo) const;