Home
last modified time | relevance | path

Searched refs:USB_SYSTEM_ABILITY_ID (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp93 UsbService::UsbService() : SystemAbility(USB_SYSTEM_ABILITY_ID, true) in UsbService()
152 if (systemAbilityId == USB_SYSTEM_ABILITY_ID) { in OnRemoveSystemAbility()
164 … Memory::MemMgrClient::GetInstance().NotifyProcessStatus(getpid(), 1, 1, USB_SYSTEM_ABILITY_ID); in OnAddSystemAbility()
165 Memory::MemMgrClient::GetInstance().SetCritical(getpid(), true, USB_SYSTEM_ABILITY_ID); in OnAddSystemAbility()
212 int32_t ret = samgrProxy->SubscribeSystemAbility(USB_SYSTEM_ABILITY_ID, status); in OnStart()
283 Memory::MemMgrClient::GetInstance().NotifyProcessStatus(getpid(), 1, 0, USB_SYSTEM_ABILITY_ID); in OnStop()
1826 auto ret = samgrProxy->UnloadSystemAbility(USB_SYSTEM_ABILITY_ID); in UnLoadSelf()
1848 Memory::MemMgrClient::GetInstance().SetCritical(getpid(), true, USB_SYSTEM_ABILITY_ID); in UnLoadSelf()
1851 Memory::MemMgrClient::GetInstance().SetCritical(getpid(), false, USB_SYSTEM_ABILITY_ID); in UnLoadSelf()
1869 auto ret = samgrProxy->UnloadSystemAbility(USB_SYSTEM_ABILITY_ID); in OnRemoteDied()
H A Dusb_mass_storage_notification.cpp222 request.SetCreatorUid(USB_SYSTEM_ABILITY_ID); in PublishUsbNotification()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h267 USB_SYSTEM_ABILITY_ID = 4201, enumerator
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_srv_client.cpp57 sptr<IRemoteObject> remoteObject = sm->CheckSystemAbility(USB_SYSTEM_ABILITY_ID); in Connect()
89 sptr<IRemoteObject> remoteObject = sm->CheckSystemAbility(USB_SYSTEM_ABILITY_ID); in ResetProxy()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs258 pub const USB_SYSTEM_ABILITY_ID: i32 = 4201; const
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp139 { USB_SYSTEM_ABILITY_ID, "UsbService" },
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp157 addSystemAbilityFuncMap_[USB_SYSTEM_ABILITY_ID] = in AddOnAddSystemAbilityFuncMap()
474 AddSystemAbilityListener(USB_SYSTEM_ABILITY_ID); in AddSystemAbilityListeners()
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp54 UsbdLoadService UsbImpl::loadUsbService_ = {USB_SYSTEM_ABILITY_ID};