/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | native_lib_util.cpp | 41 std::string appLibPathKey = hapInfo.bundleName + "/" + hapInfo.moduleName; in GetHapSoPath() local 50 …AAFwkTag::APPKIT, "appLibPathKey: %{private}s, lib path: %{private}s", appLibPathKey.c_str(), libP… 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(), libPa… in GetHspNativeLibPath() 77 appLibPaths[appLibPathKey].emplace_back(libPath); in GetHspNativeLibPath() 98 std::string appLibPathKey = hapInfo.bundleName + "/" + hapInfo.moduleName; in GetPatchNativeLibPath() local 101 …(AAFwkTag::APPKIT, "appLibPathKey: %{public}s, patch lib path: %{private}s", appLibPathKey.c_str(), in GetPatchNativeLibPath() 103 appLibPaths[appLibPathKey].emplace_back(patchLibPath); in GetPatchNativeLibPath()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/rosen/ |
H A D | rosen_asset_manager.h | 90 …void SetLibPath(const std::string& appLibPathKey, const std::vector<std::string>& packagePath) ove… in SetLibPath() argument 92 appLibPathKey_ = appLibPathKey; in SetLibPath()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | asset_manager_impl.cpp | 103 void AssetManagerImpl::SetLibPath(const std::string& appLibPathKey, const std::vector<std::string>&… in SetLibPath() argument 105 libKey_ = appLibPathKey; in SetLibPath()
|
H A D | asset_manager_impl.h | 59 …void SetLibPath(const std::string& appLibPathKey, const std::vector<std::string>& packagePath) ove…
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/ |
H A D | cj_runtime_test.cpp | 113 std::string appLibPathKey = TEST_BUNDLE_NAME + TEST_MODULE_NAME; variable 119 appLibPaths[appLibPathKey].emplace_back(libPath);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | asset_manager.h | 73 …virtual void SetLibPath(const std::string& appLibPathKey, const std::vector<std::string>& packageP…
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/asset/ |
H A D | mock_asset.h | 54 …MOCK_METHOD(void, SetLibPath, (const std::string& appLibPathKey, const std::vector<std::string>& p…
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/rosen/ |
H A D | mock_rosen.h | 53 …MOCK_METHOD(void, SetLibPath, (const std::string& appLibPathKey, const std::vector<std::string>& p…
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | js_runtime_test.cpp | 134 std::string appLibPathKey = TEST_BUNDLE_NAME + TEST_MODULE_NAME; variable 140 appLibPaths[appLibPathKey].emplace_back(libPath);
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/ |
H A D | jsi_pa_engine.cpp | 434 auto appLibPathKey = jsBackendAssetManager_->GetAppLibPathKey(); in InitializeInner() local 437 arkNativeEngine->SetPackagePath(appLibPathKey, packagePath); in InitializeInner()
|
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.cpp | 1479 void ArkNativeEngine::SetPackagePath(const std::string appLibPathKey, const std::vector<std::string… in SetPackagePath() argument 1483 moduleManager->SetAppLibPath(appLibPathKey, packagePath); in SetPackagePath()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.cpp | 3091 auto appLibPathKey = delegate->GetAssetManager()->GetAppLibPathKey(); in Initialize() local 3093 nativeEngine->SetPackagePath(appLibPathKey, packagePath); in Initialize()
|