Searched refs:Matcher (Results 1 – 7 of 7) sorted by relevance
| /openbmc/phosphor-ipmi-blobs/test/ |
| H A D | ipmi_sessionstat_unittest.cpp | 14 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 D | ipmi_stat_unittest.cpp | 15 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 D | trigger_factory_mock.hpp | 59 const testing::Matcher<interfaces::TriggerManager&>& tm, in expectMake() 60 const testing::Matcher<interfaces::JsonStorage&>& triggerStorage) const in expectMake()
|
| H A D | report_factory_mock.hpp | 71 const testing::Matcher<interfaces::ReportManager&>& rm, in expectMake() 72 const testing::Matcher<interfaces::JsonStorage&>& js) const in expectMake()
|
| /openbmc/telemetry/tests/src/ |
| H A D | test_trigger.cpp | 126 Matcher<T> valueBefore = _; 128 Matcher<boost::system::error_code> ec = 130 Matcher<T> valueAfter = Eq(newValue);
|
| H A D | test_report.cpp | 182 Matcher<T> valueBefore = _; 184 Matcher<boost::system::error_code> ec = 186 Matcher<T> valueAfter = Eq(newValue);
|
| /openbmc/docs/designs/ |
| H A D | code-update.md | 97 …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…
|