Home
last modified time | relevance | path

Searched refs:CheckAtomicServiceModuleSize (Results 1 – 3 of 3) sorted by relevance

/developtools/packing_tool/packing_tool/frameworks/include/json/
Dhap_verify_utils.h127 static bool CheckAtomicServiceModuleSize(const std::list<HapVerifyInfo>& hapVerifyInfos);
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/hap_verify_utils_test/
Dhap_verify_utils_test.cpp1798 EXPECT_FALSE(hapVerifyUtils.CheckAtomicServiceModuleSize(hapVerifyInfos));
1817 EXPECT_FALSE(hapVerifyUtils.CheckAtomicServiceModuleSize(hapVerifyInfos));
1836 EXPECT_FALSE(hapVerifyUtils.CheckAtomicServiceModuleSize(hapVerifyInfos));
1861 EXPECT_TRUE(hapVerifyUtils.CheckAtomicServiceModuleSize(hapVerifyInfos));
/developtools/packing_tool/packing_tool/frameworks/src/json/
Dhap_verify_utils.cpp1007 if (!CheckAtomicServiceModuleSize(deviceInfos)) { in CheckFileSizeIsValid()
1015 bool HapVerifyUtils::CheckAtomicServiceModuleSize(const std::list<HapVerifyInfo>& hapVerifyInfos) in CheckAtomicServiceModuleSize() function in OHOS::AppPackingTool::HapVerifyUtils