Searched refs:DELAYED_UNLOAD_TIME_IN_SEC (Results 1 – 4 of 4) sorted by relevance
49 use crate::unload_handler::{UnloadHandler, DELAYED_UNLOAD_TIME_IN_SEC, SEC_TO_MILLISEC};94 DELAYED_UNLOAD_TIME_IN_SEC in on_idle()96 return DELAYED_UNLOAD_TIME_IN_SEC * SEC_TO_MILLISEC; in on_idle()
33 use crate::{unload_handler::DELAYED_UNLOAD_TIME_IN_SEC, unload_sa, AssetService};46 unload_sa(DELAYED_UNLOAD_TIME_IN_SEC as u64); in on_remote_request()
27 pub(crate) static DELAYED_UNLOAD_TIME_IN_SEC: i32 = 20; variable
24 use crate::{common_event::listener, unload_handler::DELAYED_UNLOAD_TIME_IN_SEC, unload_sa};132 unload_sa(DELAYED_UNLOAD_TIME_IN_SEC as u64); in handle_common_event()