Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/fuzztest/abilityeventhandler_fuzzer/
H A Dabilityeventhandler_fuzzer.cpp93 auto abilityEventHandler = std::make_shared<AbilityEventHandler>(runner, server); in DoSomethingInterestingWithMyAPI() local
94 abilityEventHandler->ProcessLoadTimeOut(int64Param); in DoSomethingInterestingWithMyAPI()
95 abilityEventHandler->ProcessActiveTimeOut(int64Param); in DoSomethingInterestingWithMyAPI()
96 abilityEventHandler->ProcessInactiveTimeOut(int64Param); in DoSomethingInterestingWithMyAPI()
97 abilityEventHandler->ProcessForegroundTimeOut(int64Param); in DoSomethingInterestingWithMyAPI()

Completed in 1 milliseconds