Home
last modified time | relevance | path

Searched refs:_trace (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/asset/services/core_service/src/
H A Dlib.rs69 let _trace = TraceScope::trace(func_name); in on_start_with_reason() localVariable
160 let _trace = TraceScope::trace(func_name); localVariable
/ohos5.0/base/request/request/services/src/task/
H A Ddownload.rs118 let _trace = Trace::new("download file"); in download_inner() localVariable
213 let _trace = Trace::new(&format!( in download_inner() localVariable
H A Dupload.rs310 let _trace = Trace::new(&format!( in upload_inner() localVariable
321 let _trace = Trace::new(&format!("upload file:{} index:{}", task.task_id(), index)); in upload_inner() localVariable