Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/fuzztest/appmgrstub_fuzzer/
H A Dappmgrstub_fuzzer.cpp56 auto appMgrStub = std::make_shared<AppMgrService>(); in DoSomethingInterestingWithMyAPI() local
62 appMgrStub->HandleApplicationForegrounded(dataParcel, reply); in DoSomethingInterestingWithMyAPI()
63 appMgrStub->HandleApplicationTerminated(dataParcel, reply); in DoSomethingInterestingWithMyAPI()
64 appMgrStub->HandleClearUpApplicationData(dataParcel, reply); in DoSomethingInterestingWithMyAPI()
65 appMgrStub->HandleGetProcessRunningInfosByUserId(dataParcel, reply); in DoSomethingInterestingWithMyAPI()
66 appMgrStub->HandleAddAbilityStageDone(dataParcel, reply); in DoSomethingInterestingWithMyAPI()
67 appMgrStub->HandleUnregisterApplicationStateObserver(dataParcel, reply); in DoSomethingInterestingWithMyAPI()
68 appMgrStub->HandleGetForegroundApplications(dataParcel, reply); in DoSomethingInterestingWithMyAPI()
69 appMgrStub->HandleAttachRenderProcess(dataParcel, reply); in DoSomethingInterestingWithMyAPI()
70 appMgrStub in DoSomethingInterestingWithMyAPI()
[all...]

Completed in 1 milliseconds