Home
last modified time | relevance | path

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

/base/usb/usb_manager/test/native/service_unittest/src/
Dusb_event_test.cpp43 class UsbSubscriberTest : public CommonEventSubscriber { class
45 explicit UsbSubscriberTest(const CommonEventSubscribeInfo &sp) : CommonEventSubscriber(sp) {} in UsbSubscriberTest() function in OHOS::USB::UsbSubscriberTest
57 CommonEventData UsbSubscriberTest::eventData_ {};
80 …std::shared_ptr<UsbSubscriberTest> subscriber = std::make_shared<UsbSubscriberTest>(subscriberInfo…
89 auto &want = UsbSubscriberTest::eventData_.GetWant();
105 …std::shared_ptr<UsbSubscriberTest> subscriber = std::make_shared<UsbSubscriberTest>(subscriberInfo…
114 auto &want = UsbSubscriberTest::eventData_.GetWant();
130 …std::shared_ptr<UsbSubscriberTest> subscriber = std::make_shared<UsbSubscriberTest>(subscriberInfo…
139 auto &want = UsbSubscriberTest::eventData_.GetWant();
143 std::string deviceStr = UsbSubscriberTest::eventData_.GetData();
[all …]