Searched refs:CommonTest (Results 1 - 6 of 6) sorted by relevance
/base/security/access_token/frameworks/test/unittest/ |
H A D | common_test.cpp | 49 class CommonTest : public testing::Test {
class 58 void CommonTest::SetUpTestCase() {}
in SetUpTestCase() 59 void CommonTest::TearDownTestCase() {}
in TearDownTestCase() 60 void CommonTest::SetUp() {}
in SetUp() 61 void CommonTest::TearDown() {}
in TearDown() 69 HWTEST_F(CommonTest, EncryptDevId001, TestSize.Level1)
in HWTEST_F() 88 HWTEST_F(CommonTest, TransferOpcodeToPermission001, TestSize.Level1)
in HWTEST_F() 101 HWTEST_F(CommonTest, TransferOpcodeToPermission002, TestSize.Level1)
in HWTEST_F() 114 HWTEST_F(CommonTest, GetUnsignedIntFromJson001, TestSize.Level1)
in HWTEST_F() 128 HWTEST_F(CommonTest, ReadCfgFile00 [all...] |
/base/hiviewdfx/faultloggerd/test/unittest/common/ |
H A D | common_test.cpp | 34 class CommonTest : public testing::Test { class 97 HWTEST_F(CommonTest, DfxUtilTest001, TestSize.Level2) in HWTEST_F() 116 HWTEST_F(CommonTest, DfxUtilTest002, TestSize.Level2) in HWTEST_F() 132 HWTEST_F(CommonTest, DfxDumpResTest001, TestSize.Level2) in HWTEST_F() 146 HWTEST_F(CommonTest, StringUtilTest001, TestSize.Level2) in HWTEST_F() 163 HWTEST_F(CommonTest, ROMBaselineTest001, TestSize.Level2) in HWTEST_F()
|
/base/security/certificate_framework/test/unittest/common/include/ |
H A D | cf_test_sdk_common.h | 27 int32_t CommonTest(CfObjectType type, const CfEncodingBlob *inData,
|
/base/security/certificate_framework/test/unittest/common/src/ |
H A D | cf_test_sdk_common.cpp | 49 int32_t CertframeworkSdkTest::CommonTest(CfObjectType type, const CfEncodingBlob *inData,
in CommonTest() function in CertframeworkSdkTest
|
/base/security/certificate_framework/test/unittest/cf_sdk_test/src/ |
H A D | cf_extension_test.cpp | 174 int32_t ret = CommonTest(CF_OBJ_TYPE_EXTENSION, &g_extensionBlob[0], params, cnt, &outParamSet);
in ExtensionTest() 200 int32_t ret = CommonTest(CF_OBJ_TYPE_EXTENSION, &g_extensionBlob[0], params, cnt, &outParamSet);
in ExtensionCheckTest()
|
H A D | cf_cert_test.cpp | 121 int32_t ret = CommonTest(CF_OBJ_TYPE_CERT, in, params, sizeof(params) / sizeof(CfParam), &outParamSet);
in CertTest() 197 CommonTest(CF_OBJ_TYPE_CERT, &g_cert[0], params, sizeof(params) / sizeof(CfParam), &outParamSet);
in HWTEST_F()
|
Completed in 5 milliseconds