Lines Matching refs:removeHandler
107 std::function<void(const std::shared_ptr<MCTPEndpoint>& ep)> removeHandler; in TEST_F() local
116 removeHandler(endpoint); in TEST_F()
119 .WillOnce(testing::SaveArg<2>(&removeHandler)); in TEST_F()
133 std::function<void(const std::shared_ptr<MCTPEndpoint>& ep)> removeHandler; in TEST_F() local
142 removeHandler(endpoint); in TEST_F()
145 .WillOnce(testing::SaveArg<2>(&removeHandler)); in TEST_F()
162 std::function<void(const std::shared_ptr<MCTPEndpoint>& ep)> removeHandler; in TEST_F() local
172 removeHandler(endpoint); in TEST_F()
176 .WillRepeatedly(testing::SaveArg<2>(&removeHandler)); in TEST_F()
187 removeHandler(endpoint); in TEST_F()
196 std::function<void(const std::shared_ptr<MCTPEndpoint>& ep)> removeHandler; in TEST() local
213 .WillRepeatedly(testing::Invoke([&]() { removeHandler(endpoint); })); in TEST()
216 .WillRepeatedly(testing::SaveArg<2>(&removeHandler)); in TEST()