Home
last modified time | relevance | path

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

/openbmc/phosphor-host-postd/test/
H A Dpost_reporter_test.cpp34 sd_bus_emit_object_added(IsNull(), StrEq(snoopObject))) in TEST_F()
37 PostReporter testReporter(bus, snoopObject, true); in TEST_F()
49 sd_bus_add_object_vtable(IsNull(), _, StrEq(snoopObject), in TEST_F()
53 PostReporter testReporter(bus, snoopObject, true); in TEST_F()
58 PostReporter testReporter(bus, snoopObject, true); in TEST_F()
64 PostReporter testReporter(bus, snoopObject, true); in TEST_F()
74 PostReporter testReporter(bus, snoopObject, true); in TEST_F()
/openbmc/phosphor-host-postd/ipmisnoop/
H A Dipmisnoop.cpp131 int postCodeIpmiHandler(const std::string& snoopObject, in postCodeIpmiHandler() argument
141 std::string objPathInst = snoopObject + host[iteration]; in postCodeIpmiHandler()
H A Dipmisnoop.hpp41 int postCodeIpmiHandler(const std::string& snoopObject,
/openbmc/phosphor-host-postd/lpcsnoop/
H A Dsnoop.hpp8 constexpr char snoopObject[] = "/xyz/openbmc_project/state/boot/raw0"; variable
H A Dsnoop_listen.hpp33 member("PropertiesChanged") + path(snoopObject); in GetMatchRule()
/openbmc/phosphor-host-postd/
H A Dmain.cpp387 sdbusplus::server::manager_t snoopdManager(bus, snoopObject); in main()
389 PostReporter reporter(bus, snoopObject, deferSignals); in main()