Home
last modified time | relevance | path

Searched refs:WantSenderStubImplMock (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_sender_stub_test/
H A Dwant_sender_stub_impl_mock.h30 class WantSenderStubImplMock : public WantSenderStub {
32 WantSenderStubImplMock() in WantSenderStubImplMock() function
34 virtual ~WantSenderStubImplMock() in ~WantSenderStubImplMock()
H A Dwant_sender_stub_test.cpp32 sptr<WantSenderStubImplMock> stub_{ nullptr };
44 stub_ = new WantSenderStubImplMock(); in SetUp()
49 data.WriteInterfaceToken(WantSenderStubImplMock::GetDescriptor()); in WriteInterfaceToken()