Lines Matching full:pldm
6 namespace pldm namespace
23 } // namespace pldm
28 static pldm::utils::ObjectValueTree getManagedObj(const char* /*service*/, in getManagedObj()
31 return pldm::utils::ObjectValueTree{}; in getManagedObj()
38 static pldm::utils::ObjectValueTree getManagedObj(const char* /*service*/, in getManagedObj()
41 return pldm::utils::ObjectValueTree{ in getManagedObj()
54 class MockdBusHandler : public pldm::utils::DBusHandler
61 (const pldm::utils::DBusMapping&,
62 const pldm::utils::PropertyValue&),
65 MOCK_METHOD(pldm::utils::PropertyValue, getDbusPropertyVariant,
68 MOCK_METHOD(pldm::utils::GetSubTreeResponse, getSubtree,
72 MOCK_METHOD(pldm::utils::GetSubTreePathsResponse, getSubTreePaths,
76 MOCK_METHOD(pldm::utils::GetAssociatedSubTreeResponse, getAssociatedSubTree,
82 MOCK_METHOD(pldm::utils::PropertyMap, getDbusPropertiesVariant,
85 MOCK_METHOD(pldm::utils::GetAncestorsResponse, getAncestors,