Searched refs:callbackInterface (Results 1 – 3 of 3) 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); 98 callbackInterface = testCallback; 99 service.GetPropertyById(testCredentialId, testKeys, callbackInterface); 100 service.GetPropertyById(testCredentialId, testKeys, callbackInterface); 112 service.GetPropertyById(testCredentialId, testKeys, callbackInterface); 135 callbackInterface = testCallback; 180 callbackInterface = testCallback; 225 callbackInterface = testCallback; [all …]
|
H A D | user_auth_service_test.cpp | 319 callbackInterface = testCallback; 364 callbackInterface = testCallback; 392 sptr<UserAuthCallbackInterface> callbackInterface = testCallback; variable 394 testAuthTrustLevel, callbackInterface); 408 sptr<UserAuthCallbackInterface> callbackInterface = testCallback; variable 410 testAuthTrustLevel, callbackInterface); 417 callbackInterface = testCallback; 439 sptr<UserAuthCallbackInterface> callbackInterface = testCallback; variable 441 testAuthTrustLevel, callbackInterface); 595 callbackInterface = testCallback; [all …]
|
H A D | co_auth_service_test.cpp | 89 sptr<ExecutorCallbackInterface> callbackInterface = testCallback; variable 90 uint64_t executorIndex = service->ExecutorRegister(info, callbackInterface); 92 executorIndex = service->ExecutorRegister(info, callbackInterface);
|