Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-blobs/test/
H A Dipmi_sessionstat_unittest.cpp14 using ::testing::Matcher;
36 stat(Matcher<uint16_t>(req.sessionId), Matcher<BlobMeta*>(_))) in TEST()
64 EXPECT_CALL(mgr, stat(Matcher<uint16_t>(req.sessionId), in TEST()
65 Matcher<BlobMeta*>(NotNull()))) in TEST()
105 EXPECT_CALL(mgr, stat(Matcher<uint16_t>(req.sessionId), in TEST()
106 Matcher<BlobMeta*>(NotNull()))) in TEST()
H A Dipmi_stat_unittest.cpp15 using ::testing::Matcher;
57 EXPECT_CALL(mgr, stat(Matcher<const std::string&>(StrEq(blobId)), in TEST()
58 Matcher<BlobMeta*>(_))) in TEST()
88 EXPECT_CALL(mgr, stat(Matcher<const std::string&>(StrEq(blobId)), in TEST()
89 Matcher<BlobMeta*>(NotNull()))) in TEST()
131 EXPECT_CALL(mgr, stat(Matcher<const std::string&>(StrEq(blobId)), in TEST()
132 Matcher<BlobMeta*>(NotNull()))) in TEST()
/openbmc/telemetry/tests/src/mocks/
H A Dtrigger_factory_mock.hpp59 const testing::Matcher<interfaces::TriggerManager&>& tm, in expectMake()
60 const testing::Matcher<interfaces::JsonStorage&>& triggerStorage) const in expectMake()
H A Dreport_factory_mock.hpp71 const testing::Matcher<interfaces::ReportManager&>& rm, in expectMake()
72 const testing::Matcher<interfaces::JsonStorage&>& js) const in expectMake()
/openbmc/telemetry/tests/src/
H A Dtest_trigger.cpp126 Matcher<T> valueBefore = _;
128 Matcher<boost::system::error_code> ec =
130 Matcher<T> valueAfter = Eq(newValue);
H A Dtest_report.cpp182 Matcher<T> valueBefore = _;
184 Matcher<boost::system::error_code> ec =
186 Matcher<T> valueAfter = Eq(newValue);
/openbmc/docs/designs/
H A Dcode-update.md97 …BMCW ->> BMCW: Create Matcher<br>(PropertiesChanged,<br> xyz.openbmc_project.Software.Activation,<…
98 …BMCW ->> BMCW: Create Matcher<br>(PropertiesChanged,<br> xyz.openbmc_project.Software.ActivationPr…