Home
last modified time | relevance | path

Searched refs:UsbDeviceManager (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_device_manager.cpp50 UsbDeviceManager::UsbDeviceManager() in UsbDeviceManager() function in OHOS::USB::UsbDeviceManager
63 UsbDeviceManager::~UsbDeviceManager() in ~UsbDeviceManager()
68 int32_t UsbDeviceManager::Init() in Init()
93 bool UsbDeviceManager::AreSettableFunctions(int32_t funcs) in AreSettableFunctions()
157 void UsbDeviceManager::UpdateFunctions(int32_t func) in UpdateFunctions()
167 int32_t UsbDeviceManager::GetCurrentFunctions() in GetCurrentFunctions()
172 void UsbDeviceManager::HandleEvent(int32_t status) in HandleEvent()
223 int32_t UsbDeviceManager::UserChangeProcess() in UserChangeProcess()
288 void UsbDeviceManager::GetDumpHelp(int32_t fd) in GetDumpHelp()
307 void UsbDeviceManager::DumpGetSupportFunc(int32_t fd) in DumpGetSupportFunc()
[all …]
H A Dusb_service.cpp98 usbDeviceManager_ = std::make_shared<UsbDeviceManager>(); in UsbService()
536 return UsbDeviceManager::ConvertFromString(funcs); in UsbFunctionsFromString()
549 return UsbDeviceManager::ConvertToString(funcs); in UsbFunctionsToString()
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_device_manager.h35 class UsbDeviceManager {
37 UsbDeviceManager();
38 ~UsbDeviceManager();
H A Dusb_service.h202 std::shared_ptr<UsbDeviceManager> usbDeviceManager_;