Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H A Dsystem_ability_manager_wrapper.cpp353 : on_success_(on_success), on_fail_(on_fail) in LoadCallbackWrapper()
364 on_fail_(); in OnLoadSystemAbilityFail()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/
H A Dsystem_ability_manager_wrapper.h91 rust::Fn<void()> on_fail_; variable