Home
last modified time | relevance | path

Searched refs:WantSenderStub (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dwant_sender_stub.cpp23 WantSenderStub::WantSenderStub() {} in WantSenderStub() function in OHOS::AAFwk::WantSenderStub
25 WantSenderStub::~WantSenderStub() {} in ~WantSenderStub()
27 int WantSenderStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, Messa… in OnRemoteRequest()
30 std::u16string descriptor = WantSenderStub::GetDescriptor(); in OnRemoteRequest()
44 int WantSenderStub::SendInner(MessageParcel &data, MessageParcel &reply) in SendInner()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dwant_sender_stub.h27 class WantSenderStub : public IRemoteStub<IWantSender> {
29 WantSenderStub();
30 virtual ~WantSenderStub();
H A Dpending_want_record.h32 class PendingWantRecord : public WantSenderStub {
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/wantsenderstub_fuzzer/
H A Dwantsenderstub_fuzzer.cpp41 class WantSenderStubFuzzTest : public WantSenderStub {
68 std::shared_ptr<WantSenderStub> wantsenderstub = std::make_shared<WantSenderStubFuzzTest>(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_sender_stub_test/
H A Dwant_sender_stub_impl_mock.h30 class WantSenderStubImplMock : public WantSenderStub {
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/
H A Dlibabilityms.map85 *WantSenderStub*;