Home
last modified time | relevance | path

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

/developtools/packing_tool/packing_tool/frameworks/include/json/
Dhap_verify_utils.h133 static bool CheckTargetModuleNameIsExisted(const std::list<HapVerifyInfo>& hapVerifyInfos);
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/hap_verify_utils_test/
Dhap_verify_utils_test.cpp1162 EXPECT_TRUE(utils.CheckTargetModuleNameIsExisted(hapVerifyInfos));
1168 EXPECT_FALSE(utils.CheckTargetModuleNameIsExisted(hapVerifyInfos));
1173 EXPECT_TRUE(utils.CheckTargetModuleNameIsExisted(hapVerifyInfos));
1179 EXPECT_FALSE(utils.CheckTargetModuleNameIsExisted(hapVerifyInfos));
1912 EXPECT_TRUE(hapVerifyUtils.CheckTargetModuleNameIsExisted(hapVerifyInfos));
/developtools/packing_tool/packing_tool/frameworks/src/json/
Dhap_verify_utils.cpp86 if (!CheckTargetModuleNameIsExisted(hapVerifyInfos)) { in CheckHapIsValid()
1129 bool HapVerifyUtils::CheckTargetModuleNameIsExisted(const std::list<HapVerifyInfo>& hapVerifyInfos) in CheckTargetModuleNameIsExisted() function in OHOS::AppPackingTool::HapVerifyUtils