Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/unittest/restart_app_manager_test/
H A Drestart_app_manager_test.cpp46 * @tc.name: IsRestartAppFrequent
47 * @tc.desc: Test whether IsRestartAppFrequent is called normally.
55 auto res = instance.IsRestartAppFrequent(1, time); in HWTEST_F()
61 * @tc.name: IsRestartAppFrequent
62 * @tc.desc: Test whether IsRestartAppFrequent is called normally.
69 auto res = instance.IsRestartAppFrequent(1, time); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Drestart_app_manager.h36 bool IsRestartAppFrequent(int32_t uid, time_t time);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Drestart_app_manager.cpp31 bool RestartAppManager::IsRestartAppFrequent(int32_t uid, time_t time) in IsRestartAppFrequent() function in OHOS::AAFwk::RestartAppManager
H A Dability_manager_service.cpp11264 if (!isAppRecovery && RestartAppManager::GetInstance().IsRestartAppFrequent(callerUid, now)) { in RestartApp()
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrrestartappmanager_fuzzer/
H A Dabilitymgrrestartappmanager_fuzzer.cpp57 restartAppManager-> IsRestartAppFrequent(uid, currentTime); in DoSomethingInterestingWithMyAPI()

Completed in 20 milliseconds