Home
last modified time | relevance | path

Searched refs:appLibPathKey (Results 1 - 12 of 12) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dnative_lib_util.cpp41 std::string appLibPathKey = hapInfo.bundleName + "/" + hapInfo.moduleName; in GetHapSoPath() local
50 AAFwkTag::APPKIT, "appLibPathKey: %{private}s, lib path: %{private}s", appLibPathKey.c_str(), libPath.c_str()); in GetHapSoPath()
51 appLibPaths[appLibPathKey].emplace_back(libPath); in GetHapSoPath()
60 std::string appLibPathKey = hspInfo.bundleName + "/" + hspInfo.moduleName; in GetHspNativeLibPath() local
76 AAFwkTag::APPKIT, "appLibPathKey: %{private}s, libPath: %{private}s", appLibPathKey.c_str(), libPath.c_str()); in GetHspNativeLibPath()
77 appLibPaths[appLibPathKey].emplace_back(libPath); in GetHspNativeLibPath()
98 std::string appLibPathKey = hapInfo.bundleName + "/" + hapInfo.moduleName; in GetPatchNativeLibPath() local
101 TAG_LOGD(AAFwkTag::APPKIT, "appLibPathKey in GetPatchNativeLibPath()
[all...]
/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/
H A Dcj_runtime_test.cpp113 std::string appLibPathKey = TEST_BUNDLE_NAME + TEST_MODULE_NAME; in HWTEST_F() local
119 appLibPaths[appLibPathKey].emplace_back(libPath); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/common/rosen/
H A Drosen_asset_manager.h90 void SetLibPath(const std::string& appLibPathKey, const std::vector<std::string>& packagePath) override
92 appLibPathKey_ = appLibPathKey;
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dasset_manager_impl.cpp103 void AssetManagerImpl::SetLibPath(const std::string& appLibPathKey, const std::vector<std::string>& packagePath) in SetLibPath() argument
105 libKey_ = appLibPathKey; in SetLibPath()
H A Dasset_manager_impl.h59 void SetLibPath(const std::string& appLibPathKey, const std::vector<std::string>& packagePath) override;
/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dasset_manager.h73 virtual void SetLibPath(const std::string& appLibPathKey, const std::vector<std::string>& packagePath) = 0;
/foundation/arkui/ace_engine/test/unittest/core/common/asset/
H A Dmock_asset.h54 MOCK_METHOD(void, SetLibPath, (const std::string& appLibPathKey, const std::vector<std::string>& packagePath),
/foundation/arkui/ace_engine/test/unittest/core/common/rosen/
H A Dmock_rosen.h53 MOCK_METHOD(void, SetLibPath, (const std::string& appLibPathKey, const std::vector<std::string>& packagePath),
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_test.cpp134 std::string appLibPathKey = TEST_BUNDLE_NAME + TEST_MODULE_NAME; in HWTEST_F() local
140 appLibPaths[appLibPathKey].emplace_back(libPath); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.cpp420 auto appLibPathKey = jsBackendAssetManager_->GetAppLibPathKey(); in InitializeInner() local
423 arkNativeEngine->SetPackagePath(appLibPathKey, packagePath); in InitializeInner()
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp1475 void ArkNativeEngine::SetPackagePath(const std::string appLibPathKey, const std::vector<std::string>& packagePath) in SetPackagePath() argument
1479 moduleManager->SetAppLibPath(appLibPathKey, packagePath); in SetPackagePath()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp3091 auto appLibPathKey = delegate->GetAssetManager()->GetAppLibPathKey(); in Initialize() local
3093 nativeEngine->SetPackagePath(appLibPathKey, packagePath); in Initialize()

Completed in 22 milliseconds