Home
last modified time | relevance | path

Searched refs:MockAuthenticatorCallback (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/base/account/os_account/test/fuzztest/appaccount/setauthenticatorproperties_fuzzer/
H A Dsetauthenticatorproperties_fuzzer.cpp28 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 Dcreateaccountimplicitly_fuzzer.cpp28 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 Daddaccountimplicitly_fuzzer.cpp31 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 Dcheckaccountlabels_fuzzer.cpp28 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 Dselectaccountsbyoptions_fuzzer.cpp31 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 Dverifycredential_fuzzer.cpp28 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 Dsetauthenticatorpropertiesstub_fuzzer.cpp29 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 Dauthenticate_fuzzer.cpp29 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 Dcheckaccountlabelsstub_fuzzer.cpp29 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 Dselectaccountsbyoptionsstub_fuzzer.cpp29 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 Dverifycredentialstub_fuzzer.cpp29 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 Dapp_account_stub_test.cpp44 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 Dcreateaccountimplicitlystub_fuzzer.cpp29 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 Daddaccountimplicitlystub_fuzzer.cpp29 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 Dauthenticatestub_fuzzer.cpp29 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 Dapp_account_authenticate_test.cpp43 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 Dapp_account_authenticator_session_module_test.cpp48 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 Dapp_account_authenticator_session_manager_module_test.cpp48 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 Dapp_account_manager_service_module_test.cpp89 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 Dapp_account_manager_test_callback.h25 class MockAuthenticatorCallback final : public AccountSA::AppAccountAuthenticatorCallbackStub {
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_manager_test.cpp307 … 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();