Home
last modified time | relevance | path

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

/ohos5.0/base/security/asset/services/core_service/src/common_event/
H A Dlistener.rs237 pub(crate) extern "C" fn on_app_restore(user_id: i32, bundle_name: *const u8, app_index: i32) { in on_app_restore() function
406 on_app_restore: extern "C" fn(i32, *const u8, i32), field
423 on_app_restore, in subscribe()
H A Dstart_event.rs122 listener::on_app_restore(user_id, bundle_name.as_ptr(), app_index); in handle_common_event()