Home
last modified time | relevance | path

Searched refs:DELAYED_UNLOAD_TIME_IN_SEC (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/asset/services/core_service/src/
H A Dlib.rs49 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()
H A Dstub.rs33 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()
H A Dunload_handler.rs27 pub(crate) static DELAYED_UNLOAD_TIME_IN_SEC: i32 = 20; variable
/ohos5.0/base/security/asset/services/core_service/src/common_event/
H A Dstart_event.rs24 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()