Searched refs:testKeys (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | user_auth_service_test_part01.cpp | 53 service.GetPropertyById(testCredentialId, testKeys, callbackInterface); 55 service.GetPropertyById(testCredentialId, testKeys, callbackInterface); 66 service.GetPropertyById(testCredentialId, testKeys, callbackInterface); 99 service.GetPropertyById(testCredentialId, testKeys, callbackInterface); 100 service.GetPropertyById(testCredentialId, testKeys, callbackInterface); 112 service.GetPropertyById(testCredentialId, testKeys, callbackInterface); 115 service.GetPropertyById(testCredentialId, testKeys, callbackInterface); 118 service.GetPropertyById(testCredentialId, testKeys, callbackInterface); 120 testKeys = {Attributes::ATTR_SIGNATURE}; 121 service.GetPropertyById(testCredentialId, testKeys, callbackInterface); [all …]
|
H A D | user_auth_service_test.cpp | 265 …std::vector<Attributes::AttributeKey> testKeys = {Attributes::ATTR_PIN_SUB_TYPE, Attributes::ATTR_… variable 273 service.GetProperty(testUserId, testAuthType, testKeys, callbackInterface); 275 service.GetProperty(testUserId, testAuthType, testKeys, callbackInterface); 284 …std::vector<Attributes::AttributeKey> testKeys = {Attributes::ATTR_PIN_SUB_TYPE, Attributes::ATTR_… variable 287 service.GetProperty(testUserId, testAuthType, testKeys, callbackInterface); 320 service.GetProperty(testUserId, testAuthType, testKeys, callbackInterface); 321 service.GetProperty(testUserId, testAuthType, testKeys, callbackInterface);
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
H A D | user_auth_client_test.cpp | 811 std::vector<Attributes::AttributeKey> testKeys; variable 814 UserAuthClient::GetInstance().GetPropertyById(testCredentialId, testKeys, testCallback); 820 UserAuthClient::GetInstance().GetPropertyById(testCredentialId, testKeys, testCallback); 826 …std::vector<Attributes::AttributeKey> testKeys = {Attributes::ATTR_RESULT_CODE, Attributes::ATTR_S… variable 837 …[&testCredentialId, &testKeys](uint64_t credentialId, const std::vector<Attributes::AttributeKey> … 840 EXPECT_THAT(keys, ElementsAreArray(testKeys)); in __anon4aad99531302() 850 UserAuthClient::GetInstance().GetPropertyById(testCredentialId, testKeys, testCallback);
|
H A D | user_auth_proxy_test.cpp | 116 …std::vector<Attributes::AttributeKey> testKeys = {Attributes::ATTR_RESULT_CODE, Attributes::ATTR_S… variable 146 proxy->GetProperty(testUserId, testAuthType, testKeys, testCallback); 516 …std::vector<Attributes::AttributeKey> testKeys = {Attributes::ATTR_RESULT_CODE, Attributes::ATTR_S… variable 544 proxy->GetPropertyById(testCredentialId, testKeys, testCallback);
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | executor_unit_test.cpp | 878 static const vector<uint32_t> testKeys = { 100021, 100010, 100009, 100035, 100036 }; variable 909 conditions->SetUint32ArrayValue(Attributes::ATTR_KEY_LIST, testKeys); 1063 static const vector<uint32_t> testKeys = { 100021, 100010, 100009, 100035, 100036 }; variable 1084 conditions->SetUint32ArrayValue(Attributes::ATTR_KEY_LIST, testKeys);
|