Home
last modified time | relevance | path

Searched refs:TestGetDomainAccountInfoCallback (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/account/os_account/test/fuzztest/domainaccount_stub/procgetdomainaccountinfostub_fuzzer/
H A Dprocgetdomainaccountinfostub_fuzzer.cpp31 class TestGetDomainAccountInfoCallback : public DomainAccountCallbackStub { class
33 TestGetDomainAccountInfoCallback() {}; in TestGetDomainAccountInfoCallback() function in TestGetDomainAccountInfoCallback
34 virtual ~TestGetDomainAccountInfoCallback();
38 TestGetDomainAccountInfoCallback::~TestGetDomainAccountInfoCallback() in ~TestGetDomainAccountInfoCallback()
41 void TestGetDomainAccountInfoCallback::OnResult(const int32_t errCode, Parcel &parcel) in OnResult()
70 auto testCallback = new TestGetDomainAccountInfoCallback(); in ProcGetDomainAccountInfoStubFuzzTest()
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Dmock_domain_has_domain_info_callback.cpp47 TestGetDomainAccountInfoCallback::TestGetDomainAccountInfoCallback( in TestGetDomainAccountInfoCallback() function in OHOS::AccountSA::TestGetDomainAccountInfoCallback
52 TestGetDomainAccountInfoCallback::~TestGetDomainAccountInfoCallback() in ~TestGetDomainAccountInfoCallback()
55 void TestGetDomainAccountInfoCallback::OnResult(const int32_t errCode, Parcel &parcel) in OnResult()
H A Ddomain_account_client_module_test.cpp1872 auto testCallback = std::make_shared<TestGetDomainAccountInfoCallback>(callback);
1895 auto testCallback = std::make_shared<TestGetDomainAccountInfoCallback>(callback);
1919 auto testCallback = std::make_shared<TestGetDomainAccountInfoCallback>(callback);
/ohos5.0/base/account/os_account/test/fuzztest/domainaccount_stub/procaddserverconfigstub_fuzzer/
H A Dprocaddserverconfigstub_fuzzer.cpp36 class TestGetDomainAccountInfoCallback : public DomainAccountCallbackStub { class
38 TestGetDomainAccountInfoCallback(){}; in TestGetDomainAccountInfoCallback() function in OHOS::__anone0b84d7c0110::TestGetDomainAccountInfoCallback
39 virtual ~TestGetDomainAccountInfoCallback();
43 TestGetDomainAccountInfoCallback::~TestGetDomainAccountInfoCallback() {} in ~TestGetDomainAccountInfoCallback()
45 void TestGetDomainAccountInfoCallback::OnResult(const int32_t errCode, Parcel &parcel) in OnResult()
137 auto testCallback = new TestGetDomainAccountInfoCallback(); in ProcGetDomainAccessTokenStubFuzzTest()
167 auto testCallback = new TestGetDomainAccountInfoCallback(); in ProcRegisterAccountStatusListenerStubFuzzTest()
197 auto testCallback = new TestGetDomainAccountInfoCallback(); in ProcUnregisterAccountStatusListenerStubFuzzTest()
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/include/
H A Dmock_domain_has_domain_info_callback.h50 class TestGetDomainAccountInfoCallback : public DomainAccountCallback {
52TestGetDomainAccountInfoCallback(const std::shared_ptr<MockGetDomainAccountInfoCallback> &callback…
53 virtual ~TestGetDomainAccountInfoCallback();