Home
last modified time | relevance | path

Searched refs:ManageGlobalInterface (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_manage_interface_test.cpp83 auto ret = client.ManageGlobalInterface(true);
98 auto ret = client.ManageGlobalInterface(true);
113 auto ret = client.ManageGlobalInterface(false);
/ohos5.0/base/usb/usb_manager/test/fuzztest/usbmgrmanageglobalinterface_fuzzer/
H A Dusbmgrmanageglobalinterface_fuzzer.cpp37 ret = usbSrvClient.ManageGlobalInterface(disalbe); in UsbMgrManageGlobalInterfaceFuzzTest()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/utils/
H A Dusb_policy_utils.cpp29 int32_t usbRet = srvClient.ManageGlobalInterface(data); in SetUsbDisabled()
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_srv_client.h92 int32_t ManageGlobalInterface(bool disable);
H A Diusb_srv.h77 virtual int32_t ManageGlobalInterface(bool disable) = 0;
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_srv_client.cpp479 int32_t UsbSrvClient::ManageGlobalInterface(bool disable) in ManageGlobalInterface() function in OHOS::USB::UsbSrvClient
482 int32_t ret = proxy_->ManageGlobalInterface(disable); in ManageGlobalInterface()
/ohos5.0/base/usb/usb_manager/services/zidl/include/
H A Dusb_server_proxy.h84 int32_t ManageGlobalInterface(bool disable) override;
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_service.h126 int32_t ManageGlobalInterface(bool disable) override;
/ohos5.0/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_stub.cpp1101 int32_t ret = ManageGlobalInterface(disable); in DoManageGlobalInterface()
H A Dusb_srv_proxy.cpp1248 int32_t UsbServerProxy::ManageGlobalInterface(bool disable) in ManageGlobalInterface() function in OHOS::USB::UsbServerProxy
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp1903 int32_t UsbService::ManageGlobalInterface(bool disable) in ManageGlobalInterface() function in OHOS::USB::UsbService