/ohos5.0/base/account/os_account/test/fuzztest/appaccount/setauthenticatorproperties_fuzzer/ |
H A D | setauthenticatorproperties_fuzzer.cpp | 28 class MockAuthenticatorCallback : public OHOS::AccountSA::IAppAccountAuthenticatorCallback { class 55 … sptr<MockAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in SetAuthenticatorPropertiesFuzzTest()
|
/ohos5.0/base/account/os_account/test/fuzztest/appaccount/createaccountimplicitly_fuzzer/ |
H A D | createaccountimplicitly_fuzzer.cpp | 28 class MockAuthenticatorCallback : public OHOS::AccountSA::IAppAccountAuthenticatorCallback { class 59 … sptr<MockAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in CreateAccountImplicitlyFuzzTest()
|
/ohos5.0/base/account/os_account/test/fuzztest/appaccount/addaccountimplicitly_fuzzer/ |
H A D | addaccountimplicitly_fuzzer.cpp | 31 class MockAuthenticatorCallback : public OHOS::AccountSA::IAppAccountAuthenticatorCallback { class 62 … sptr<MockAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in AddAccountImplicitlyFuzzTest()
|
/ohos5.0/base/account/os_account/test/fuzztest/appaccount/checkaccountlabels_fuzzer/ |
H A D | checkaccountlabels_fuzzer.cpp | 28 class MockAuthenticatorCallback : public OHOS::AccountSA::IAppAccountAuthenticatorCallback { class 59 … sptr<MockAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in CheckAccountLabelsFuzzTest()
|
/ohos5.0/base/account/os_account/test/fuzztest/appaccount/selectaccountsbyoptions_fuzzer/ |
H A D | selectaccountsbyoptions_fuzzer.cpp | 31 class MockAuthenticatorCallback : public OHOS::AccountSA::IAppAccountAuthenticatorCallback { class 64 … sptr<MockAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in SelectAccountsByOptionsFuzzTest()
|
/ohos5.0/base/account/os_account/test/fuzztest/appaccount/verifycredential_fuzzer/ |
H A D | verifycredential_fuzzer.cpp | 28 class MockAuthenticatorCallback : public OHOS::AccountSA::IAppAccountAuthenticatorCallback { class 60 … sptr<MockAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in VerifyCredentialFuzzTest()
|
/ohos5.0/base/account/os_account/test/fuzztest/appaccount_stub/setauthenticatorpropertiesstub_fuzzer/ |
H A D | setauthenticatorpropertiesstub_fuzzer.cpp | 29 class MockAuthenticatorCallback final : public AppAccountAuthenticatorCallbackStub { class 52 sptr<MockAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in SetAuthenticatorPropertiesStubFuzzTest()
|
/ohos5.0/base/account/os_account/test/fuzztest/appaccount/authenticate_fuzzer/ |
H A D | authenticate_fuzzer.cpp | 29 class MockAuthenticatorCallback : public OHOS::AccountSA::IAppAccountAuthenticatorCallback { class 61 … sptr<MockAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in AuthenticateFuzzTest()
|
/ohos5.0/base/account/os_account/test/fuzztest/appaccount_stub/checkaccountlabelsstub_fuzzer/ |
H A D | checkaccountlabelsstub_fuzzer.cpp | 29 class MockAuthenticatorCallback final : public AppAccountAuthenticatorCallbackStub { class 49 sptr<MockAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in CheckAccountLabelsStubFuzzTest()
|
/ohos5.0/base/account/os_account/test/fuzztest/appaccount_stub/selectaccountsbyoptionsstub_fuzzer/ |
H A D | selectaccountsbyoptionsstub_fuzzer.cpp | 29 class MockAuthenticatorCallback final : public AppAccountAuthenticatorCallbackStub { class 51 sptr<MockAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in SelectAccountsByOptionsStubFuzzTest()
|
/ohos5.0/base/account/os_account/test/fuzztest/appaccount_stub/verifycredentialstub_fuzzer/ |
H A D | verifycredentialstub_fuzzer.cpp | 29 class MockAuthenticatorCallback final : public AppAccountAuthenticatorCallbackStub { class 50 sptr<MockAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in VerifyCredentialStubFuzzTest()
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/app_account/ |
H A D | app_account_stub_test.cpp | 44 class MockAuthenticatorCallback final : public AccountSA::AppAccountAuthenticatorCallbackStub { class 165 … sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); 205 … sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); 399 … sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); 644 … sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); 666 … sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); 689 … sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); 710 … sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback();
|
/ohos5.0/base/account/os_account/test/fuzztest/appaccount_stub/createaccountimplicitlystub_fuzzer/ |
H A D | createaccountimplicitlystub_fuzzer.cpp | 29 class MockAuthenticatorCallback final : public AppAccountAuthenticatorCallbackStub { class 58 … sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in CreateAccountImplicitlyStubFuzzTest()
|
/ohos5.0/base/account/os_account/test/fuzztest/appaccount_stub/addaccountimplicitlystub_fuzzer/ |
H A D | addaccountimplicitlystub_fuzzer.cpp | 29 class MockAuthenticatorCallback final : public AppAccountAuthenticatorCallbackStub { class 62 … sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in AddAccountImplicitlyStubFuzzTest()
|
/ohos5.0/base/account/os_account/test/fuzztest/appaccount_stub/authenticatestub_fuzzer/ |
H A D | authenticatestub_fuzzer.cpp | 29 class MockAuthenticatorCallback final : public AppAccountAuthenticatorCallbackStub { class 64 … sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); in AuthenticateStubFuzzTest()
|
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_authenticate_test.cpp | 43 class MockAuthenticatorCallback final : public AppAccountAuthenticatorCallbackStub { class 210 …AppAccountAuthenticatorCallback> oauthCallbackPtr = new (std::nothrow) MockAuthenticatorCallback(); 228 …AppAccountAuthenticatorCallback> oauthCallbackPtr = new (std::nothrow) MockAuthenticatorCallback(); 256 …AppAccountAuthenticatorCallback> oauthCallbackPtr = new (std::nothrow) MockAuthenticatorCallback(); 285 …AppAccountAuthenticatorCallback> oauthCallbackPtr = new (std::nothrow) MockAuthenticatorCallback(); 308 …AppAccountAuthenticatorCallback> oauthCallbackPtr = new (std::nothrow) MockAuthenticatorCallback(); 330 …AppAccountAuthenticatorCallback> oauthCallbackPtr = new (std::nothrow) MockAuthenticatorCallback(); 352 …AppAccountAuthenticatorCallback> oauthCallbackPtr = new (std::nothrow) MockAuthenticatorCallback(); 373 …AppAccountAuthenticatorCallback> oauthCallbackPtr = new (std::nothrow) MockAuthenticatorCallback();
|
H A D | app_account_authenticator_session_module_test.cpp | 48 class MockAuthenticatorCallback final : public AppAccountAuthenticatorCallbackStub { class 142 request.callback = new (std::nothrow) MockAuthenticatorCallback(); 179 request.callback = new (std::nothrow) MockAuthenticatorCallback(); 297 auto testCallBack = new (std::nothrow) MockAuthenticatorCallback(); 374 …pAccountAuthenticatorSessionPtr->authenticatorCb_ = new (std::nothrow) MockAuthenticatorCallback();
|
H A D | app_account_authenticator_session_manager_module_test.cpp | 48 class MockAuthenticatorCallback final : public AppAccountAuthenticatorCallbackStub { class 352 auto testCallBack = new (std::nothrow) MockAuthenticatorCallback(); 404 auto testCallBack = new (std::nothrow) MockAuthenticatorCallback(); 467 auto testCallBack = new (std::nothrow) MockAuthenticatorCallback(); 549 auto testCallBack = new (std::nothrow) MockAuthenticatorCallback();
|
H A D | app_account_manager_service_module_test.cpp | 89 class MockAuthenticatorCallback final : public AppAccountAuthenticatorCallbackStub { class 2426 sptr<MockAuthenticatorCallback> callback = new (std::nothrow)MockAuthenticatorCallback(); 2448 sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow)MockAuthenticatorCallback(); 2469 sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow)MockAuthenticatorCallback(); 2489 sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow)MockAuthenticatorCallback(); 2509 sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow)MockAuthenticatorCallback(); 2526 sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow)MockAuthenticatorCallback(); 2545 sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow)MockAuthenticatorCallback();
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/include/ |
H A D | app_account_manager_test_callback.h | 25 class MockAuthenticatorCallback final : public AccountSA::AppAccountAuthenticatorCallbackStub {
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
H A D | app_account_manager_test.cpp | 307 … sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); 369 … sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); 425 … sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); 1820 … sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); 1887 … sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); 1934 … sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback(); 1974 … sptr<IAppAccountAuthenticatorCallback> callback = new (std::nothrow) MockAuthenticatorCallback();
|