Home
last modified time | relevance | path

Searched refs:ManageInterfaceType (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_manage_interface_test.cpp206 ret = client.ManageInterfaceType(disableType, true);
231 ret = client.ManageInterfaceType(disableType, true);
256 ret = client.ManageInterfaceType(disableType, false);
275 ret = client.ManageInterfaceType(disableType, false);
296 ret = client.ManageInterfaceType(disableType, false);
/ohos5.0/base/usb/usb_manager/test/fuzztest/usbmgrmanageinterfacetype_fuzzer/
H A Dusbmgrmanageinterfacetype_fuzzer.cpp37 ret = usbSrvClient.ManageInterfaceType(disableType, true); in UsbMgrManageDeviceFuzzTest()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/utils/
H A Dusb_policy_utils.cpp70 int32_t usbRet = srvClient.ManageInterfaceType(data, true); in SetDisallowedUsbDevices()
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_srv_client.h94 int32_t ManageInterfaceType(const std::vector<UsbDeviceType> &disableType, bool disable);
H A Diusb_srv.h79 …virtual int32_t ManageInterfaceType(const std::vector<UsbDeviceType> &disableType, bool disable) =…
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dusb_read_only_plugin.cpp151 usbRet = USB::UsbSrvClient::GetInstance().ManageInterfaceType(usbDeviceTypes, true); in DealReadPolicy()
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_srv_client.cpp499 int32_t UsbSrvClient::ManageInterfaceType(const std::vector<UsbDeviceType> &disableType, bool disab… in ManageInterfaceType() function in OHOS::USB::UsbSrvClient
502 int32_t ret = proxy_->ManageInterfaceType(disableType, disable); in ManageInterfaceType()
/ohos5.0/base/usb/usb_manager/services/zidl/include/
H A Dusb_server_proxy.h86 … int32_t ManageInterfaceType(const std::vector<UsbDeviceType> &disableType, bool disable) override;
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_service.h128 … int32_t ManageInterfaceType(const std::vector<UsbDeviceType> &disableType, bool disable) override;
/ohos5.0/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_stub.cpp1142 int32_t ret = ManageInterfaceType(disableType, disable); in DoManageInterfaceType()
H A Dusb_srv_proxy.cpp1294 int32_t UsbServerProxy::ManageInterfaceType(const std::vector<UsbDeviceType> &disableType, bool dis… in ManageInterfaceType() function in OHOS::USB::UsbServerProxy
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp1923 int32_t UsbService::ManageInterfaceType(const std::vector<UsbDeviceType> &disableType, bool disable) in ManageInterfaceType() function in OHOS::USB::UsbService