Home
last modified time | relevance | path

Searched refs:UsbMassStorageNotification (Results 1 - 3 of 3) sorted by relevance

/base/usb/usb_manager/services/native/include/
H A Dusb_mass_storage_notification.h30 class UsbMassStorageNotification { class
32 static std::shared_ptr<UsbMassStorageNotification> GetInstance();
33 ~UsbMassStorageNotification();
39 UsbMassStorageNotification();
45 static std::shared_ptr<UsbMassStorageNotification> instance_;
/base/usb/usb_manager/services/native/src/
H A Dusb_mass_storage_notification.cpp50 std::shared_ptr<UsbMassStorageNotification> UsbMassStorageNotification::instance_ = nullptr;
52 std::shared_ptr<UsbMassStorageNotification> UsbMassStorageNotification::GetInstance() in GetInstance()
56 instance_.reset(new UsbMassStorageNotification()); in GetInstance()
61 UsbMassStorageNotification::UsbMassStorageNotification() in UsbMassStorageNotification() function in OHOS::USB::UsbMassStorageNotification
66 UsbMassStorageNotification::~UsbMassStorageNotification() {} in ~UsbMassStorageNotification()
68 void UsbMassStorageNotification
[all...]
H A Dusb_host_manager.cpp127 UsbMassStorageNotification::GetInstance()->CancelNotification(devices_, *devOld, name); in DelDevice()
165 UsbMassStorageNotification::GetInstance()->SendNotification(*dev); in AddDevice()

Completed in 1 milliseconds