Home
last modified time | relevance | path

Searched refs:SetPackagePath (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_sub_container.cpp310 pluginResourceInfo.SetPackagePath(path); in SetPluginComponentTheme()
312 pluginResourceInfo.SetPackagePath(path.substr(0, position + 1)); in SetPluginComponentTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dresource_configuration.h211 void SetPackagePath(const std::string& packagePath) in SetPackagePath() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dsub_container.cpp239 cardResourceInfo.SetPackagePath(path); in RunCard()
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h193 …NAPI_EXPORT void SetPackagePath(const std::string appLinPathKey, const std::vector<std::string>& p…
H A Dark_native_engine.cpp1479 void ArkNativeEngine::SetPackagePath(const std::string appLibPathKey, const std::vector<std::string… in SetPackagePath() function in ArkNativeEngine
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.h265 resourceInfo_.SetPackagePath(packagePath); in SetPackagePathStr()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.cpp739 container->resourceInfo_.SetPackagePath(appResourcesPath); in SetResourcesPathAndThemeStyle()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Dbase_utils_test.cpp352 resourceInfo.SetPackagePath(CONFIGURATION_PATH);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.cpp437 arkNativeEngine->SetPackagePath(appLibPathKey, packagePath); in InitializeInner()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp3093 nativeEngine->SetPackagePath(appLibPathKey, packagePath); in Initialize()