Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dmain.cpp62 struct InProgressIntrospect struct
64 InProgressIntrospect() = delete;
65 InProgressIntrospect(const InProgressIntrospect&) = delete;
66 InProgressIntrospect(InProgressIntrospect&&) = delete;
67 InProgressIntrospect& operator=(const InProgressIntrospect&) = delete;
68 InProgressIntrospect& operator=(InProgressIntrospect&&) = delete;
69 InProgressIntrospect( in InProgressIntrospect() function
85 ~InProgressIntrospect() in ~InProgressIntrospect() argument
166 const std::shared_ptr<InProgressIntrospect>& transaction, in doIntrospect()
268 std::shared_ptr<InProgressIntrospect> transaction = in startNewIntrospect()
[all …]