Home
last modified time | relevance | path

Searched refs:PROVISION_OK (Results 1 - 9 of 9) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/profile/src/
H A Dprofile_verify.cpp223 return PROVISION_OK; in ReturnIfStringIsEmpty()
232 return PROVISION_OK; in ReturnIfIntIsNonPositive()
239 "Tag development-certificate is empty.") != PROVISION_OK) { in CheckProfileValidType()
244 "Tag app-distribution-type is empty.") != PROVISION_OK) { in CheckProfileValidType()
248 "Tag distribution-certificate is empty.") != PROVISION_OK) { in CheckProfileValidType()
256 return PROVISION_OK; in CheckProfileValidType()
261 if (ParseProfile(appProvision, info) != PROVISION_OK) { in ParseProvision()
265 if (CheckProfileValidType(info) != PROVISION_OK) { in ParseProvision()
268 return PROVISION_OK; in ParseProvision()
275 if (ret != PROVISION_OK) { in ParseAndVerify()
[all...]
/developtools/hapsigner/hapsigntool_cpp_test/unittest/signProfile/
H A Dprovision_test.cpp191 EXPECT_FALSE(result == PROVISION_OK); in HWTEST_F()
230 EXPECT_TRUE(result == PROVISION_OK); in HWTEST_F()
245 EXPECT_FALSE(result == PROVISION_OK); in HWTEST_F()
261 EXPECT_FALSE(result == PROVISION_OK); in HWTEST_F()
277 EXPECT_TRUE(result == PROVISION_OK); in HWTEST_F()
314 EXPECT_TRUE(result == PROVISION_OK); in HWTEST_F()
351 EXPECT_TRUE(result == PROVISION_OK); in HWTEST_F()
372 EXPECT_FALSE(result == PROVISION_OK); in HWTEST_F()
822 EXPECT_FALSE(result == PROVISION_OK); in HWTEST_F()
859 EXPECT_FALSE(result == PROVISION_OK); in HWTEST_F()
[all...]
H A Dprofile_test.cpp636 EXPECT_EQ(result, AppProvisionVerifyResult::PROVISION_OK);
672 EXPECT_EQ(result, AppProvisionVerifyResult::PROVISION_OK);
708 EXPECT_EQ(result, AppProvisionVerifyResult::PROVISION_OK);
746 EXPECT_EQ(result, AppProvisionVerifyResult::PROVISION_OK);
784 EXPECT_EQ(result, AppProvisionVerifyResult::PROVISION_OK);
H A Dsign_profile_test.cpp208 EXPECT_TRUE(result == PROVISION_OK); in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
H A Dprovision_verify_test.cpp227 ASSERT_NE(ret, AppProvisionVerifyResult::PROVISION_OK); in HWTEST_F()
229 ASSERT_NE(ret, AppProvisionVerifyResult::PROVISION_OK); in HWTEST_F()
231 ASSERT_EQ(ret, AppProvisionVerifyResult::PROVISION_OK); in HWTEST_F()
244 * @tc.expected: step2. return code will be PROVISION_OK. in HWTEST_F()
248 ASSERT_EQ(ret, AppProvisionVerifyResult::PROVISION_OK); in HWTEST_F()
267 * @tc.expected: step3. return code will be PROVISION_OK. in HWTEST_F()
271 ASSERT_EQ(ret, AppProvisionVerifyResult::PROVISION_OK); in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/profile/include/
H A Dprofile_verify.h27 PROVISION_OK, // Passed enumerator
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/profile/profile001_fuzzer/
H A Dprofile001_fuzzer.cpp136 return result == AppProvisionVerifyResult::PROVISION_OK; in SignProfileTest005()
/developtools/hapsigner/hapsigntool_cpp/api/src/
H A Dsign_tool_service_impl.cpp611 if (result != PROVISION_OK) { in GetProvisionContent()
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dsign_provider.cpp794 if (ParseProvision(profileContent, info) != PROVISION_OK) {

Completed in 9 milliseconds