Home
last modified time | relevance | path

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

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dhap_verify_test.cpp165 std::string fileContent[TEST_FILE_NUM] = {HAP_FILE_ECC_SIGN_BASE64, HAP_FILE_RSA_SIGN_BASE64};
166 std::string filePath[TEST_FILE_NUM] = {"./signed_ecc.hap", "./signed_rsa.hap"};
167 std::string errorfilePath[TEST_FILE_NUM] = {"./signed_ecc_error.hap", "./signed_rsa_error.hap"};
168 for (int32_t i = 0; i < TEST_FILE_NUM; i++) {
/ohos5.0/base/security/code_signature/test/unittest/
H A Denable_verity_test.cpp58 const int TEST_FILE_NUM = sizeof(TEST_FILES_LIST) / sizeof(TEST_FILES_LIST[0]); variable
368 for (int i = 0; i < TEST_FILE_NUM; i++) {
421 for (int i = 0; i < TEST_FILE_NUM; i++) {
442 for (int i = 0; i < TEST_FILE_NUM; i++) {
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/include/
H A Dtest_const.h67 constexpr int32_t TEST_FILE_NUM = 2; variable