Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H A Dstatus_change_wrapper.cpp25 SystemAbilityStatusChangeWrapper::SystemAbilityStatusChangeWrapper( in SystemAbilityStatusChangeWrapper() function in OHOS::SamgrRust::SystemAbilityStatusChangeWrapper
33 void SystemAbilityStatusChangeWrapper::OnAddSystemAbility(int32_t systemAbilityId, const std::strin… in OnAddSystemAbility()
38 void SystemAbilityStatusChangeWrapper::OnRemoveSystemAbility(int32_t systemAbilityId, const std::st… in OnRemoveSystemAbility()
H A Dsystem_ability_manager_wrapper.cpp176 … sptr<ISystemAbilityStatusChange> listener = new SystemAbilityStatusChangeWrapper(onAdd, onRemove); in SubscribeSystemAbility()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/
H A Dstatus_change_wrapper.h29 class SystemAbilityStatusChangeWrapper : public SystemAbilityStatusChangeStub {
31SystemAbilityStatusChangeWrapper(const rust::Fn<void(int32_t systemAbilityId, const rust::str devi…
33 ~SystemAbilityStatusChangeWrapper() = default;