Searched refs:hapModuleNames (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | bundle_info.cpp | 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() 679 {BUNDLE_INFO_HAP_MODULE_NAMES, bundleInfo.hapModuleNames}, in to_json() 966 bundleInfo.hapModuleNames, in from_json()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | bundle_info.h | 139 std::vector<std::string> hapModuleNames; // the "module.package" in each config.json member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_install_checker.cpp | 858 std::vector<std::string> hapModuleNames; in CheckHapHashParams() local 867 …if (std::find(hapModuleNames.begin(), hapModuleNames.end(), moduleNames[0]) != hapModuleNames.end(… in CheckHapHashParams() 872 hapModuleNames.emplace_back(moduleNames[0]); in CheckHapHashParams()
|
H A D | bundle_mgr_service_event_handler.cpp | 1764 hasInstalledInfo.hapModuleNames.begin(), hasInstalledInfo.hapModuleNames.end(), in InnerProcessRebootBundleInstall() 1765 parserModuleNames[0]) != hasInstalledInfo.hapModuleNames.end(); in InnerProcessRebootBundleInstall() 2219 if (bundleInfo.hapModuleNames.size() == 1) { in InnerProcessUninstallModule() 2227 for (auto moduleName : bundleInfo.hapModuleNames) { in InnerProcessUninstallModule()
|
H A D | inner_bundle_info.cpp | 2428 bundleInfo.hapModuleNames.emplace_back(info.second.modulePackage); in GetBundleInfo() 2478 bundleInfo.hapModuleNames.emplace_back(info.second.modulePackage); in GetBundleInfoV9()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/ |
H A D | bms_search_system_test.cpp | 343 std::cout << commonTool.VectorToStr(bundleInfo.hapModuleNames) << std::endl; 1033 EXPECT_EQ(commonTool.VectorToStr(bundleInfo.hapModuleNames), "com.third.hiworld.example.h1");
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_multiple_installer_test.cpp | 265 EXPECT_NE(info.hapModuleNames.size(), 0); in IsContainModuleInfo() 267 auto ret = std::any_of(info.hapModuleNames.begin(), info.hapModuleNames.end(), in IsContainModuleInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_uninstall_system_test/ |
H A D | bms_uninstall_system_test.cpp | 767 for (auto hapModuleName : bundleInfo.hapModuleNames) { 901 for (auto hapName : bundleInfo.hapModuleNames) {
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/ |
H A D | bms_event_handler_test.cpp | 487 bundleInfo.hapModuleNames.emplace_back(MODULE_NAME); 488 bundleInfo.hapModuleNames.emplace_back(MODULE_NAME_TWO);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 541 "hapModuleNames":[], 1181 "hapModuleNames": [
|