/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | context_container.cpp | 295 std::vector<std::string> overlayPaths; in InitResourceManager() local 307 bundleInfo.name, moduleName, hapPath, overlayPaths, *resConfig, appType)); in InitResourceManager() 317 bundleInfo.name, moduleName, hapPath, overlayPaths, *resConfig, appType)); in InitResourceManager()
|
H A D | main_thread.cpp | 1058 std::vector<std::string> overlayPaths = GetOverlayPaths(bundleName, overlayModuleInfos_); in OnStartAbility() local 1059 TAG_LOGD(AAFwkTag::APPKIT, "OverlayPaths size:%{public}zu", overlayPaths.size()); in OnStartAbility() 1060 if (!resourceManager->AddResource(loadPath, overlayPaths)) { in OnStartAbility() 1080 std::vector<std::string> overlayPaths; in GetOverlayPaths() local 1090 overlayPaths.emplace_back(it.hapPath); in GetOverlayPaths() 1093 return overlayPaths; in GetOverlayPaths() 1171 std::vector<std::string> overlayPaths = GetAddOverlayPaths(overlayModuleInfos); in HandleOnOverlayChanged() local 1172 if (!resourceManager->AddResource(loadPath, overlayPaths)) { in HandleOnOverlayChanged() 1176 std::vector<std::string> overlayPaths = GetRemoveOverlayPaths(overlayModuleInfos); in HandleOnOverlayChanged() local 1177 if (!resourceManager->RemoveResource(loadPath, overlayPaths)) { in HandleOnOverlayChanged() 1685 std::vector<std::string> overlayPaths; HandleLaunchApplication() local [all...] |
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/ |
H A D | mock_resource_manager_impl.h | 45 * @param overlayPaths the exist overlay resource path 48 virtual bool AddResource(const std::string &path, const std::vector<std::string> &overlayPaths); 53 * @param overlayPaths the exist overlay resource path 56 virtual bool RemoveResource(const std::string &path, const std::vector<std::string> &overlayPaths);
|
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_resource_manager.cpp | 38 bool ResourceManagerImpl::AddResource(const std::string &path, const std::vector<std::string> &overlayPaths)
in AddResource() argument 43 bool ResourceManagerImpl::RemoveResource(const std::string &path, const std::vector<std::string> &overlayPaths)
in RemoveResource() argument
|
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/ |
H A D | context_impl.cpp | 833 std::vector<std::string> overlayPaths; in InitOthersResourceManagerInner() local 843 bundleInfo.name, moduleName, hapPath, overlayPaths, *resConfig, appType)); in InitOthersResourceManagerInner() 930 std::vector<std::string> overlayPaths; in GetOverlayPath() local 940 overlayPaths.emplace_back(it.hapPath); in GetOverlayPath() 943 TAG_LOGD(AAFwkTag::APPKIT, "OverlayPaths size:%{public}zu.", overlayPaths.size()); in GetOverlayPath() 944 if (!resourceManager->AddResource(loadPath, overlayPaths)) { in GetOverlayPath() 1406 std::vector<std::string> overlayPaths = GetAddOverlayPaths(overlayModuleInfos); in OnOverlayChanged() local 1407 if (!resourceManager->AddResource(loadPath, overlayPaths)) { in OnOverlayChanged() 1411 std::vector<std::string> overlayPaths = GetRemoveOverlayPaths(overlayModuleInfos); in OnOverlayChanged() local 1412 if (!resourceManager->RemoveResource(loadPath, overlayPaths)) { in OnOverlayChanged() [all...] |
/foundation/ability/ability_runtime/test/unittest/appkit/ohos_application_test/ |
H A D | ohos_application_test.cpp | 334 std::vector<std::string> overlayPaths; in HWTEST_F() local 338 bundleName, moduleName, hapPath, overlayPaths, *resConfigBefore)); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/appkit/ohos_application_first_test/ |
H A D | ohos_application_first_test.cpp | 521 std::vector<std::string> overlayPaths; 525 bundleName, moduleName, hapPath, overlayPaths, *resConfigBefore));
|
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 1511 std::vector<std::string> overlayPaths; in HWTEST_F() local 1515 bundleName, moduleName, loadPath, overlayPaths, *resConfig, appType)); in HWTEST_F()
|