Home
last modified time | relevance | path

Searched refs:hapModuleNames (Results 1 - 10 of 10) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dbundle_info.cpp61 const char* BUNDLE_INFO_HAP_MODULE_NAMES = "hapModuleNames";
256 CONTAINER_SECURITY_VERIFY(parcel, hapModuleNamesSize, &hapModuleNames); in ReadFromParcel()
258 hapModuleNames.emplace_back(Str16ToStr8(parcel.ReadString16())); in ReadFromParcel()
419 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, hapModuleNames.size()); in Marshalling()
420 for (auto &hapModuleName : hapModuleNames) { in Marshalling()
665 {BUNDLE_INFO_HAP_MODULE_NAMES, bundleInfo.hapModuleNames}, in to_json()
918 bundleInfo.hapModuleNames, in from_json()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_info.h139 std::vector<std::string> hapModuleNames; // the "module.package" in each config.json member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp853 std::vector<std::string> hapModuleNames; in CheckHapHashParams() local
862 if (std::find(hapModuleNames.begin(), hapModuleNames.end(), moduleNames[0]) != hapModuleNames.end()) { in CheckHapHashParams()
867 hapModuleNames.emplace_back(moduleNames[0]); in CheckHapHashParams()
H A Dbundle_mgr_service_event_handler.cpp1779 hasInstalledInfo.hapModuleNames.begin(), hasInstalledInfo.hapModuleNames.end(), in InnerProcessRebootBundleInstall()
1780 parserModuleNames[0]) != hasInstalledInfo.hapModuleNames.end(); in InnerProcessRebootBundleInstall()
2729 if (bundleInfo.hapModuleNames.size() == 1) { in InnerProcessUninstallModule()
2737 for (auto moduleName : bundleInfo.hapModuleNames) { in InnerProcessUninstallModule()
H A Dinner_bundle_info.cpp2302 bundleInfo.hapModuleNames.emplace_back(info.second.modulePackage); in GetBundleInfo()
2352 bundleInfo.hapModuleNames.emplace_back(info.second.modulePackage); in GetBundleInfoV9()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/
H A Dbms_search_system_test.cpp343 std::cout << commonTool.VectorToStr(bundleInfo.hapModuleNames) << std::endl; in HWTEST_F()
1033 EXPECT_EQ(commonTool.VectorToStr(bundleInfo.hapModuleNames), "com.third.hiworld.example.h1"); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_multiple_installer_test.cpp265 EXPECT_NE(info.hapModuleNames.size(), 0); in IsContainModuleInfo()
267 auto ret = std::any_of(info.hapModuleNames.begin(), info.hapModuleNames.end(), in IsContainModuleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dbms_event_handler_test.cpp488 bundleInfo.hapModuleNames.emplace_back(MODULE_NAME); in HWTEST_F()
489 bundleInfo.hapModuleNames.emplace_back(MODULE_NAME_TWO); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_uninstall_system_test/
H A Dbms_uninstall_system_test.cpp767 for (auto hapModuleName : bundleInfo.hapModuleNames) { in HWTEST_F()
901 for (auto hapName : bundleInfo.hapModuleNames) { in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp543 "hapModuleNames":[],
1183 "hapModuleNames": [

Completed in 36 milliseconds