Searched refs:ManageGlobalInterface (Results 1 – 11 of 11) sorted by relevance
83 auto ret = client.ManageGlobalInterface(true);98 auto ret = client.ManageGlobalInterface(true);113 auto ret = client.ManageGlobalInterface(false);
37 ret = usbSrvClient.ManageGlobalInterface(disalbe); in UsbMgrManageGlobalInterfaceFuzzTest()
29 int32_t usbRet = srvClient.ManageGlobalInterface(data); in SetUsbDisabled()
92 int32_t ManageGlobalInterface(bool disable);
77 virtual int32_t ManageGlobalInterface(bool disable) = 0;
479 int32_t UsbSrvClient::ManageGlobalInterface(bool disable) in ManageGlobalInterface() function in OHOS::USB::UsbSrvClient482 int32_t ret = proxy_->ManageGlobalInterface(disable); in ManageGlobalInterface()
84 int32_t ManageGlobalInterface(bool disable) override;
126 int32_t ManageGlobalInterface(bool disable) override;
1101 int32_t ret = ManageGlobalInterface(disable); in DoManageGlobalInterface()
1248 int32_t UsbServerProxy::ManageGlobalInterface(bool disable) in ManageGlobalInterface() function in OHOS::USB::UsbServerProxy
1903 int32_t UsbService::ManageGlobalInterface(bool disable) in ManageGlobalInterface() function in OHOS::USB::UsbService