Home
last modified time | relevance | path

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

/external/openscreen/discovery/public/
Ddns_sd_service_watcher_unittest.cc123 std::vector<std::string> callbacked_services; in CreateNewInstance() local
125 .WillOnce([services = &callbacked_services]( in CreateNewInstance()
136 EXPECT_THAT(fetched_services, ContainerEq(callbacked_services)); in CreateNewInstance()
145 std::vector<std::string> callbacked_services; in CreateExistingInstance() local
147 .WillOnce([services = &callbacked_services]( in CreateExistingInstance()
158 EXPECT_THAT(fetched_services, ContainerEq(callbacked_services)); in CreateExistingInstance()
167 std::vector<std::string> callbacked_services; in UpdateExistingInstance() local
169 .WillOnce([services = &callbacked_services]( in UpdateExistingInstance()
180 EXPECT_THAT(fetched_services, ContainerEq(callbacked_services)); in UpdateExistingInstance()
189 std::vector<std::string> callbacked_services; in DeleteExistingInstance() local
[all …]