Home
last modified time | relevance | path

Searched refs:SystemAbilityStatusChange (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_param_collect_test.cpp128 sptr<SystemAbilityStatusChange> statusChangeListener = new SystemAbilityStatusChange();
145 sptr<SystemAbilityStatusChange> statusChangeListener = new SystemAbilityStatusChange();
162 sptr<SystemAbilityStatusChange> statusChangeListener = new SystemAbilityStatusChange();
254 sptr<SystemAbilityStatusChange> statusChangeListener = new SystemAbilityStatusChange();
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_param_collect.cpp73 sptr<SystemAbilityStatusChange> statusChangeListener = new SystemAbilityStatusChange(); in OnStart()
132 void SystemAbilityStatusChange::OnAddSystemAbility(int32_t systemAbilityId, const std::string& devi… in OnAddSystemAbility()
152 void SystemAbilityStatusChange::OnRemoveSystemAbility(int32_t systemAbilityId, const std::string& d… in OnRemoveSystemAbility()
157 void SystemAbilityStatusChange::Init(const sptr<DeviceParamCollect>& deviceParamCollect) in Init()
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_sync_manager_impl.h60 class SystemAbilityStatusChange : public SystemAbilityStatusChangeStub {
62 SystemAbilityStatusChange(const std::string &bundleName) : bundleName_(bundleName) {}; in SystemAbilityStatusChange() function
77 sptr<CloudSyncManagerImpl::SystemAbilityStatusChange> listener_;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.h31 class SystemAbilityStatusChange : public SystemAbilityStatusChangeStub {
489 sptr<SystemAbilityStatusChange> statusChangeListener_;
H A Dhfp_ag_system_interface.cpp54 statusChangeListener_ = new SystemAbilityStatusChange(); in Start()
1005 void SystemAbilityStatusChange::OnAddSystemAbility(int32_t systemAbilityId, const std::string& devi… in OnAddSystemAbility()
1020 void SystemAbilityStatusChange::OnRemoveSystemAbility(int32_t systemAbilityId, const std::string& d… in OnRemoveSystemAbility()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_param_collect.h42 class SystemAbilityStatusChange : public SystemAbilityStatusChangeStub {
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_manager_impl.cpp439 listener_ = new SystemAbilityStatusChange(bundleName); in SubscribeListener()
482 void CloudSyncManagerImpl::SystemAbilityStatusChange::OnAddSystemAbility(int32_t systemAbilityId, in OnAddSystemAbility()
499 void CloudSyncManagerImpl::SystemAbilityStatusChange::OnRemoveSystemAbility(int32_t systemAbilityId, in OnRemoveSystemAbility()