Home
last modified time | relevance | path

Searched refs:unload_sa (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/request/request/services/src/manage/scheduler/queue/
H A Dkeeper.rs86 runtime_spawn(unload_sa(tx)) in count_down()
89 async fn unload_sa(tx: UnboundedSender<TaskManagerEvent>) { in unload_sa() function
/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()
/ohos5.0/base/security/asset/services/core_service/src/
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 Dlib.rs53 pub(crate) fn unload_sa(duration: u64) { in unload_sa() function
/ohos5.0/base/request/request/services/src/manage/
H A Dtask_manager.rs292 ScheduleEvent::Unload => return self.unload_sa(), in handle_schedule_event()
317 fn unload_sa(&mut self) -> bool { in unload_sa() method