Searched refs:testAuthSubType (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/useriam/pin_auth/test/unittest/src/ |
H A D | inputer_data_impl_test.cpp | 65 constexpr int32_t testAuthSubType = 10000; variable 75 constexpr int32_t testAuthSubType = 10000; variable 89 constexpr int32_t testAuthSubType = 10000; variable 121 constexpr int32_t testAuthSubType = 10000; variable 139 constexpr int32_t testAuthSubType = 10000; variable 157 constexpr int32_t testAuthSubType = 10000; variable 178 constexpr int32_t testAuthSubType = 10000; variable 199 constexpr int32_t testAuthSubType = 10000; variable 224 constexpr int32_t testAuthSubType = 10000; variable 241 constexpr int32_t testAuthSubType = 10000; variable [all …]
|
H A D | inputer_get_data_service_test.cpp | 47 int32_t testAuthSubType = 10000; variable 59 .WillOnce([&testAuthSubType]( 61 EXPECT_EQ(authSubType, testAuthSubType); in __anon8b766c2b0102() 71 .authSubType = testAuthSubType, 82 int32_t testAuthSubType = 10000; variable 95 .authSubType = testAuthSubType, 106 int32_t testAuthSubType = 10000; variable 116 .authSubType = testAuthSubType,
|
H A D | inputer_get_data_stub_test.cpp | 62 int32_t testAuthSubType = 10000; variable 78 EXPECT_TRUE(data.WriteInt32(testAuthSubType)); 93 int32_t testAuthSubType = 10000; variable 106 EXPECT_TRUE(data.WriteInt32(testAuthSubType)); 123 int32_t testAuthSubType = 10000; variable 157 EXPECT_TRUE(data.WriteInt32(testAuthSubType)); 175 int32_t testAuthSubType = 10000; variable 199 EXPECT_TRUE(data2.WriteInt32(testAuthSubType)); 205 EXPECT_TRUE(data3.WriteInt32(testAuthSubType)); 212 EXPECT_TRUE(data4.WriteInt32(testAuthSubType)); [all …]
|
H A D | inputer_set_data_stub_test.cpp | 47 int32_t testAuthSubType = 10000; variable 54 .WillByDefault([&testAuthSubType, &testErrorCode] 56 EXPECT_EQ(authSubType, testAuthSubType); in __anon7d4fa2e40102() 66 EXPECT_TRUE(data.WriteInt32(testAuthSubType)); 77 int32_t testAuthSubType = 10000; variable 86 EXPECT_TRUE(data.WriteInt32(testAuthSubType));
|
H A D | inputer_set_data_proxy_test.cpp | 48 int32_t testAuthSubType = 10000; variable 60 .WillOnce([&testAuthSubType, &testErrorCode] 62 EXPECT_EQ(authSubType, testAuthSubType); in __anona69285680102() 72 proxy->OnSetData(testAuthSubType, testData, testErrorCode);
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | executor_unit_test.cpp | 881 static const int32_t testAuthSubType = 101112; variable 899 property.authSubType = testAuthSubType; in __anon0f00ab691802() 916 ASSERT_EQ(pinAuthSubType, testAuthSubType);
|