Home
last modified time | relevance | path

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

/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::string &deviceId) in OnAddSystemAbility()
38 void SystemAbilityStatusChangeWrapper::OnRemoveSystemAbility(int32_t systemAbilityId, const std::string &deviceId) in OnRemoveSystemAbility()
H A Dsystem_ability_manager_wrapper.cpp176 sptr<ISystemAbilityStatusChange> listener = new SystemAbilityStatusChangeWrapper(onAdd, onRemove); in SubscribeSystemAbility()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/
H A Dstatus_change_wrapper.h29 class SystemAbilityStatusChangeWrapper : public SystemAbilityStatusChangeStub { class
31 SystemAbilityStatusChangeWrapper(const rust::Fn<void(int32_t systemAbilityId, const rust::str deviceId)> onAdd,
33 ~SystemAbilityStatusChangeWrapper() = default;

Completed in 2 milliseconds