Home
last modified time | relevance | path

Searched refs:UpdateModuleNameAndAssetPath (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h116 void UpdateModuleNameAndAssetPath(const std::string& moduleName);
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_test.cpp668 * @tc.desc: JsRuntime test for UpdateModuleNameAndAssetPath.
673 TAG_LOGI(AAFwkTag::TEST, "UpdateModuleNameAndAssetPath start"); in HWTEST_F()
679 jsRuntime->UpdateModuleNameAndAssetPath(moduleName); in HWTEST_F()
683 TAG_LOGI(AAFwkTag::TEST, "UpdateModuleNameAndAssetPath end"); in HWTEST_F()
688 * @tc.desc: JsRuntime test for UpdateModuleNameAndAssetPath.
700 jsRuntime->UpdateModuleNameAndAssetPath(moduleName); in HWTEST_F()
709 * @tc.desc: JsRuntime test for UpdateModuleNameAndAssetPath.
721 jsRuntime->UpdateModuleNameAndAssetPath(moduleName); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ui_ability.cpp595 jsRuntime_.UpdateModuleNameAndAssetPath(abilityInfo_->moduleName); in OnForeground()
978 jsRuntime_.UpdateModuleNameAndAssetPath(abilityInfo_->moduleName); in ExecuteInsightIntentMoveToForeground()
1022 jsRuntime_.UpdateModuleNameAndAssetPath(abilityInfo_->moduleName); in ExecuteInsightIntentBackground()
H A Djs_ability.cpp470 jsRuntime_.UpdateModuleNameAndAssetPath(abilityInfo_->moduleName); in OnForeground()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/
H A Djs_ability_stage.cpp410 jsRuntime_.UpdateModuleNameAndAssetPath(hapModuleInfo->moduleName); in GetProfileInfoFromResourceManager()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp1298 void JsRuntime::UpdateModuleNameAndAssetPath(const std::string& moduleName) in UpdateModuleNameAndAssetPath() function in OHOS::AbilityRuntime::JsRuntime

Completed in 12 milliseconds