Searched refs:CheckAtomicServiceModuleSize (Results 1 – 3 of 3) sorted by relevance
127 static bool CheckAtomicServiceModuleSize(const std::list<HapVerifyInfo>& hapVerifyInfos);
1798 EXPECT_FALSE(hapVerifyUtils.CheckAtomicServiceModuleSize(hapVerifyInfos));1817 EXPECT_FALSE(hapVerifyUtils.CheckAtomicServiceModuleSize(hapVerifyInfos));1836 EXPECT_FALSE(hapVerifyUtils.CheckAtomicServiceModuleSize(hapVerifyInfos));1861 EXPECT_TRUE(hapVerifyUtils.CheckAtomicServiceModuleSize(hapVerifyInfos));
1007 if (!CheckAtomicServiceModuleSize(deviceInfos)) { in CheckFileSizeIsValid()1015 bool HapVerifyUtils::CheckAtomicServiceModuleSize(const std::list<HapVerifyInfo>& hapVerifyInfos) in CheckAtomicServiceModuleSize() function in OHOS::AppPackingTool::HapVerifyUtils