Searched refs:exStorer (Results 1 – 3 of 3) sorted by relevance
51 std::unique_ptr<ExternalStorerFileInterface> exStorer; member in bios_bmc_smm_error_logger::rde::ExternalStorerFileTest60 EXPECT_THAT(exStorer->publishJson(jsonStr), false); in TEST_F()72 EXPECT_THAT(exStorer->publishJson(jsonStr), false); in TEST_F()83 EXPECT_THAT(exStorer->publishJson(jsonStr), false); in TEST_F()95 EXPECT_THAT(exStorer->publishJson(jsonStr), false); in TEST_F()117 EXPECT_THAT(exStorer->publishJson(jsonStr), true); in TEST_F()128 EXPECT_THAT(exStorer->publishJson(jsonLogEntry), false); in TEST_F()165 EXPECT_THAT(exStorer->publishJson(jsonLogEntry), true); in TEST_F()175 EXPECT_THAT(exStorer->publishJson(jsonLogEntry), true); in TEST_F()222 EXPECT_THAT(exStorer->publishJson(jsonStr), false); in TEST_F()[all …]
21 std::unique_ptr<ExternalStorerInterface> exStorer) : in RdeCommandHandler() argument23 exStorer(std::move(exStorer)) in RdeCommandHandler()114 if (!exStorer->publishJson(decoder.getOutput())) in operationInitRequest()
128 std::unique_ptr<ExternalStorerInterface> exStorer);154 std::unique_ptr<ExternalStorerInterface> exStorer; member in bios_bmc_smm_error_logger::rde::RdeCommandHandler