Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/rust/panic_handler/
H A Dlib.rs78 let happen_time = SystemTime::now().duration_since(UNIX_EPOCH).unwrap().as_millis(); in report_info_handler() localVariable
89 hisysevent::build_number_param!("HAPPEN_TIME", happen_time) in report_info_handler()