Searched refs:UpdateModuleNameAndAssetPath (Results 1 – 6 of 6) sorted by relevance
121 void UpdateModuleNameAndAssetPath(const std::string& moduleName);
679 jsRuntime->UpdateModuleNameAndAssetPath(moduleName);700 jsRuntime->UpdateModuleNameAndAssetPath(moduleName);721 jsRuntime->UpdateModuleNameAndAssetPath(moduleName);
612 jsRuntime_.UpdateModuleNameAndAssetPath(abilityInfo_->moduleName); in OnForeground()992 jsRuntime_.UpdateModuleNameAndAssetPath(abilityInfo_->moduleName); in ExecuteInsightIntentMoveToForeground()1036 jsRuntime_.UpdateModuleNameAndAssetPath(abilityInfo_->moduleName); in ExecuteInsightIntentBackground()
481 jsRuntime_.UpdateModuleNameAndAssetPath(abilityInfo_->moduleName); in OnForeground()
451 jsRuntime_.UpdateModuleNameAndAssetPath(hapModuleInfo->moduleName); in GetProfileInfoFromResourceManager()
1370 void JsRuntime::UpdateModuleNameAndAssetPath(const std::string& moduleName) in UpdateModuleNameAndAssetPath() function in OHOS::AbilityRuntime::JsRuntime