Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/fuzztest/abilitymgrrestartappmanager_fuzzer/
H A Dabilitymgrrestartappmanager_fuzzer.cpp52 std::shared_ptr<RestartAppManager> restartAppManager = std::make_shared<RestartAppManager>(); in DoSomethingInterestingWithMyAPI() local
56 restartAppManager-> GetInstance(); in DoSomethingInterestingWithMyAPI()
57 restartAppManager-> IsRestartAppFrequent(uid, currentTime); in DoSomethingInterestingWithMyAPI()
58 restartAppManager-> AddRestartAppHistory(uid, currentTime); in DoSomethingInterestingWithMyAPI()
59 restartAppManager-> IsForegroundToRestartApp(); in DoSomethingInterestingWithMyAPI()

Completed in 1 milliseconds