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 D | usb_service.cpp | 93 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 D | usb_mass_storage_notification.cpp | 222 request.SetCreatorUid(USB_SYSTEM_ABILITY_ID); in PublishUsbNotification()
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | system_ability_definition.h | 267 USB_SYSTEM_ABILITY_ID = 4201, enumerator
|
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/src/ |
H A D | usb_srv_client.cpp | 57 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 D | definition.rs | 258 pub const USB_SYSTEM_ABILITY_ID: i32 = 4201; const
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/ |
H A D | dump_utils.cpp | 139 { USB_SYSTEM_ABILITY_ID, "UsbService" },
|
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/ |
H A D | enterprise_device_mgr_ability.cpp | 157 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 D | usb_impl.cpp | 54 UsbdLoadService UsbImpl::loadUsbService_ = {USB_SYSTEM_ABILITY_ID};
|