Searched refs:TestGetDomainAccountInfoCallback (Results 1 – 5 of 5) sorted by relevance
31 class TestGetDomainAccountInfoCallback : public DomainAccountCallbackStub { class33 TestGetDomainAccountInfoCallback() {}; in TestGetDomainAccountInfoCallback() function in TestGetDomainAccountInfoCallback34 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()
47 TestGetDomainAccountInfoCallback::TestGetDomainAccountInfoCallback( in TestGetDomainAccountInfoCallback() function in OHOS::AccountSA::TestGetDomainAccountInfoCallback52 TestGetDomainAccountInfoCallback::~TestGetDomainAccountInfoCallback() in ~TestGetDomainAccountInfoCallback()55 void TestGetDomainAccountInfoCallback::OnResult(const int32_t errCode, Parcel &parcel) in OnResult()
1872 auto testCallback = std::make_shared<TestGetDomainAccountInfoCallback>(callback);1895 auto testCallback = std::make_shared<TestGetDomainAccountInfoCallback>(callback);1919 auto testCallback = std::make_shared<TestGetDomainAccountInfoCallback>(callback);
36 class TestGetDomainAccountInfoCallback : public DomainAccountCallbackStub { class38 TestGetDomainAccountInfoCallback(){}; in TestGetDomainAccountInfoCallback() function in OHOS::__anone0b84d7c0110::TestGetDomainAccountInfoCallback39 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()
50 class TestGetDomainAccountInfoCallback : public DomainAccountCallback {52 …TestGetDomainAccountInfoCallback(const std::shared_ptr<MockGetDomainAccountInfoCallback> &callback…53 virtual ~TestGetDomainAccountInfoCallback();