Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_common_event_manager.cpp67 std::vector<std::string> strEventVec; in HWTEST_F() local
68 strEventVec.push_back(strEvent); in HWTEST_F()
71 bool result = commonEventManager->SubscribeServiceEvent(strEventVec, callback); in HWTEST_F()
132 std::vector<std::string> strEventVec; in HWTEST_F() local
133 strEventVec.push_back(strEvent); in HWTEST_F()
135 commonEventManager->subscriber_ = std::make_shared<DmEventSubscriber>(subscribeInfo, callback, strEventVec); in HWTEST_F()
140 EXPECT_EQ(event, strEventVec); in HWTEST_F()
174 std::vector<std::string> strEventVec; in HWTEST_F() local
175 strEventVec.push_back(strEvent); in HWTEST_F()
182 commonEventManager->subscriber_ = std::make_shared<DmEventSubscriber>(subscriberInfo, callback, strEventVec); in HWTEST_F()
202 std::vector<std::string> strEventVec; HWTEST_F() local
[all...]
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_publish_common_event.cpp86 std::vector<std::string> strEventVec; in HWTEST_F() local
87 strEventVec.push_back(strEvent); in HWTEST_F()
98 = std::make_shared<DmPublishEventSubscriber>(subscriberInfo, callback, strEventVec); in HWTEST_F()
H A DUTTest_dm_account_common_event.cpp77 std::vector<std::string> strEventVec; in HWTEST_F() local
78 strEventVec.push_back(strEvent); in HWTEST_F()
87 = std::make_shared<DmAccountEventSubscriber>(subscriberInfo, callback, strEventVec); in HWTEST_F()

Completed in 2 milliseconds