Home
last modified time | relevance | path

Searched refs:InfoSet (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/request/request/services/src/task/
H A Dinfo.rs77 pub(crate) struct InfoSet { struct
143 pub(crate) fn build_info_set(&self) -> InfoSet { in build_info_set() argument
144 InfoSet { in build_info_set()
H A Dffi.rs17 use super::info::{CommonTaskInfo, InfoSet, TaskInfo, UpdateInfo};
156 pub(crate) fn to_c_struct(&self, info: &InfoSet) -> CTaskInfo { in to_c_struct()