Searched refs:IsGlobalDisabled (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/usb/usb_manager/services/native/include/ |
H A D | usb_service.h | 176 int32_t GetEdmPolicy(bool &IsGlobalDisabled, std::vector<UsbDeviceType> &disableType, 178 int32_t GetUsbPolicy(bool &IsGlobalDisabled, std::vector<UsbDeviceType> &disableType, 182 int32_t GetEdmGlobalPolicy(sptr<IRemoteObject> remote, bool &IsGlobalDisabled);
|
/ohos5.0/base/usb/usb_manager/services/native/src/ |
H A D | usb_service.cpp | 1061 int32_t UsbService::GetEdmGlobalPolicy(sptr<IRemoteObject> remote, bool &IsGlobalDisabled) in GetEdmGlobalPolicy() argument 1085 reply.ReadBool(IsGlobalDisabled); in GetEdmGlobalPolicy() 1207 int32_t UsbService::GetEdmPolicy(bool &IsGlobalDisabled, std::vector<UsbDeviceType> &disableType, in GetEdmPolicy() argument 1221 int32_t ret = GetEdmGlobalPolicy(remote, IsGlobalDisabled); in GetEdmPolicy() 1244 int32_t UsbService::GetUsbPolicy(bool &IsGlobalDisabled, std::vector<UsbDeviceType> &disableType, in GetUsbPolicy() argument 1249 int32_t ret = GetEdmPolicy(IsGlobalDisabled, disableType, trustUsbDeviceIds); in GetUsbPolicy()
|