Home
last modified time | relevance | path

Searched refs:wantSenderPtr (Results 1 - 1 of 1) sorted by relevance

/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/
H A Dpendingwantmanager_fuzzer.cpp110 sptr<IWantSender> wantSenderPtr; in DoSomethingInterestingWithMyAPI() local
112 pendingWantManager->SendWantSender(wantSenderPtr, senderInfo); in DoSomethingInterestingWithMyAPI()
113 pendingWantManager->CancelWantSender(boolParam, wantSenderPtr); in DoSomethingInterestingWithMyAPI()
121 pendingWantManager->GetPendingWantUid(wantSenderPtr); in DoSomethingInterestingWithMyAPI()
122 pendingWantManager->GetPendingWantUserId(wantSenderPtr); in DoSomethingInterestingWithMyAPI()
123 pendingWantManager->GetPendingWantBundleName(wantSenderPtr); in DoSomethingInterestingWithMyAPI()
124 pendingWantManager->GetPendingWantCode(wantSenderPtr); in DoSomethingInterestingWithMyAPI()
125 pendingWantManager->GetPendingWantType(wantSenderPtr); in DoSomethingInterestingWithMyAPI()
127 pendingWantManager->RegisterCancelListener(wantSenderPtr, wantReceiverPtr); in DoSomethingInterestingWithMyAPI()
128 pendingWantManager->UnregisterCancelListener(wantSenderPtr, wantReceiverPt in DoSomethingInterestingWithMyAPI()
[all...]

Completed in 1 milliseconds