Home
last modified time | relevance | path

Searched defs:appLibPathKey (Results 1 – 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/flutter/
Dflutter_asset_manager.h85 …void SetLibPath(const std::string& appLibPathKey, const std::vector<std::string>& packagePath) ove… in SetLibPath()
/foundation/arkui/ace_engine/frameworks/core/common/rosen/
Drosen_asset_manager.h87 …void SetLibPath(const std::string& appLibPathKey, const std::vector<std::string>& packagePath) ove… in SetLibPath()
/foundation/arkui/ace_engine/frameworks/base/test/mock/
Dmock_asset_manager.h55 …void SetLibPath(const std::string& appLibPathKey, const std::vector<std::string>& packagePath) ove… in SetLibPath()
/foundation/ability/ability_runtime/test/unittest/runtime_test/
Djs_runtime_test.cpp126 std::string appLibPathKey = TEST_BUNDLE_NAME + TEST_MODULE_NAME; variable
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
Dmain_thread.cpp138 std::string appLibPathKey = hapInfo.bundleName + "/" + hapInfo.moduleName; in GetHapSoPath() local
156 std::string appLibPathKey = hspInfo.bundleName + "/" + hspInfo.moduleName; in GetHspNativeLibPath() local
192 std::string appLibPathKey = hapInfo.bundleName + "/" + hapInfo.moduleName; in GetPatchNativeLibPath() local
/foundation/arkui/napi/native_engine/impl/ark/
Dark_native_engine.cpp734 void ArkNativeEngine::SetPackagePath(const std::string appLibPathKey, const std::vector<std::string… in SetPackagePath()
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
Djsi_pa_engine.cpp430 auto appLibPathKey = jsBackendAssetManager_->GetAppLibPathKey(); in InitializeInner() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Djsi_engine.cpp3171 auto appLibPathKey = delegate->GetAssetManager()->GetAppLibPathKey(); in Initialize() local