Home
last modified time | relevance | path

Searched defs:on_complete_callback (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
H A Dsys_event_manager.rs273 on_complete_callback: *mut c_void, field
284 let on_complete_callback = Box::into_raw(Box::new(on_complete_callback)); in new() localVariable
330 unsafe extern "C" fn on_complete_callback<F>(callback: *mut c_void, reason: c_int, in on_complete_callback() method