Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/fuzztest/scheduleconnectabilitydone_fuzzer/
H A Dscheduleconnectabilitydone_fuzzer.cpp76 // get serviceToken in DoSomethingInterestingWithMyAPI()
77 sptr<IRemoteObject> serviceToken = GetFuzzAbilityToken(AbilityType::SERVICE); in DoSomethingInterestingWithMyAPI() local
78 if (!serviceToken) { in DoSomethingInterestingWithMyAPI()
84 connectManager->ScheduleConnectAbilityDoneLocked(serviceToken, remoteObject); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/scheduledisconnectabilitydone_fuzzer/
H A Dscheduledisconnectabilitydone_fuzzer.cpp75 // get serviceToken in DoSomethingInterestingWithMyAPI()
76 sptr<IRemoteObject> serviceToken = GetFuzzAbilityToken(AbilityType::SERVICE); in DoSomethingInterestingWithMyAPI() local
77 if (!serviceToken) { in DoSomethingInterestingWithMyAPI()
83 connectManager->ScheduleDisconnectAbilityDoneLocked(serviceToken); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/schedulecommandabilitydone_fuzzer/
H A Dschedulecommandabilitydone_fuzzer.cpp75 // get serviceToken in DoSomethingInterestingWithMyAPI()
76 sptr<IRemoteObject> serviceToken = GetFuzzAbilityToken(AbilityType::SERVICE); in DoSomethingInterestingWithMyAPI() local
77 if (!serviceToken) { in DoSomethingInterestingWithMyAPI()
83 connectManager->ScheduleCommandAbilityDoneLocked(serviceToken); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilitytransitiondone_fuzzer/
H A Dabilitytransitiondone_fuzzer.cpp83 // get serviceToken in DoSomethingInterestingWithMyAPI()
84 sptr<IRemoteObject> serviceToken = GetFuzzAbilityToken(AbilityType::SERVICE); in DoSomethingInterestingWithMyAPI() local
85 if (!serviceToken) { in DoSomethingInterestingWithMyAPI()
98 connectManager->AbilityTransitionDone(serviceToken, state); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/attachabilitythread_fuzzer/
H A Dattachabilitythread_fuzzer.cpp205 // get serviceToken in DoSomethingInterestingWithMyAPI()
206 sptr<IRemoteObject> serviceToken = GetFuzzAbilityToken(AbilityType::SERVICE); in DoSomethingInterestingWithMyAPI() local
207 if (!serviceToken) { in DoSomethingInterestingWithMyAPI()
220 connectManager->AttachAbilityThreadLocked(scheduler, serviceToken); in DoSomethingInterestingWithMyAPI()

Completed in 2 milliseconds