Searched refs:UsbSubscriberMockTest (Results 1 – 1 of 1) sorted by relevance
51 class UsbSubscriberMockTest : public CommonEventSubscriber { class53 … explicit UsbSubscriberMockTest(const CommonEventSubscribeInfo &sp) : CommonEventSubscriber(sp) {} in UsbSubscriberMockTest() function in OHOS::USB::UsbSubscriberMockTest65 CommonEventData UsbSubscriberMockTest::eventData_ {};118 …std::shared_ptr<UsbSubscriberMockTest> subscriber = std::make_shared<UsbSubscriberMockTest>(subscr…129 auto &want = UsbSubscriberMockTest::eventData_.GetWant();146 …std::shared_ptr<UsbSubscriberMockTest> subscriber = std::make_shared<UsbSubscriberMockTest>(subscr…157 auto &want = UsbSubscriberMockTest::eventData_.GetWant();174 …std::shared_ptr<UsbSubscriberMockTest> subscriber = std::make_shared<UsbSubscriberMockTest>(subscr…185 auto &want = UsbSubscriberMockTest::eventData_.GetWant();187 std::string deviceStr = UsbSubscriberMockTest::eventData_.GetData();[all …]