inspect
Summary
Enumerations |
|
---|---|
ArrayDisplayFormat{
|
enum |
LinkDisposition{
|
enum |
MissingValueReason{
|
enum |
PropertyFormat{
|
enum |
Typedefs |
|
---|---|
AtomicUpdateCallbackFn
|
usingfit::function< void(Node &)>
|
BoolProperty
|
usinginternal::Property< bool >
|
BoolPropertyValue
|
usinginternal::Value< bool, static_cast< size_t >(PropertyFormat::kBool)>
|
BorrowedStringValue
|
using |
ByteVectorProperty
|
usinginternal::Property< std::vector< uint8_t >>
|
ByteVectorPropertyValue
|
usinginternal::Value< std::vector< uint8_t >, static_cast< size_t >(PropertyFormat::kBytes)>
|
DoubleArray
|
usinginternal::ArrayValue< double >
|
DoubleArrayValue
|
usinginternal::Array< double, static_cast< size_t >(PropertyFormat::kDoubleArray)>
|
DoubleProperty
|
usinginternal::NumericProperty< double >
|
DoublePropertyValue
|
usinginternal::Value< double, static_cast< size_t >(PropertyFormat::kDouble)>
|
ExponentialDoubleHistogram
|
usinginternal::ExponentialHistogram< double >
|
ExponentialIntHistogram
|
usinginternal::ExponentialHistogram< int64_t >
|
ExponentialUintHistogram
|
usinginternal::ExponentialHistogram< uint64_t >
|
IntArray
|
usinginternal::ArrayValue< int64_t >
|
IntArrayValue
|
usinginternal::Array< int64_t, static_cast< size_t >(PropertyFormat::kIntArray)>
|
IntProperty
|
usinginternal::NumericProperty< int64_t >
|
IntPropertyValue
|
usinginternal::Value< int64_t, static_cast< size_t >(PropertyFormat::kInt)>
|
LazyNodeCallbackFn
|
using |
LinearDoubleHistogram
|
usinginternal::LinearHistogram< double >
|
LinearIntHistogram
|
usinginternal::LinearHistogram< int64_t >
|
LinearUintHistogram
|
usinginternal::LinearHistogram< uint64_t >
|
PropertyValue
|
usinginternal::NamedValue< cpp17::variant< cpp17::monostate, IntPropertyValue, UintPropertyValue, DoublePropertyValue, IntArrayValue, UintArrayValue, DoubleArrayValue, StringPropertyValue, ByteVectorPropertyValue, BoolPropertyValue, StringArrayValue >, PropertyFormat >
|
RecordChildCallbackFn
|
usingfit::function< void(Node &)>
|
StringArray
|
usinginternal::ArrayValue< BorrowedStringValue >
|
StringArrayValue
|
usinginternal::Array< std::string, static_cast< size_t >(PropertyFormat::kStringArray)>
|
StringProperty
|
usinginternal::Property< std::string >
|
StringPropertyValue
|
usinginternal::Value< std::string, static_cast< size_t >(PropertyFormat::kString)>
|
UintArray
|
usinginternal::ArrayValue< uint64_t >
|
UintArrayValue
|
usinginternal::Array< uint64_t, static_cast< size_t >(PropertyFormat::kUintArray)>
|
UintProperty
|
usinginternal::NumericProperty< uint64_t >
|
UintPropertyValue
|
usinginternal::Value< uint64_t, static_cast< size_t >(PropertyFormat::kUint)>
|
Functions |
|
---|---|
ReadFromBuffer(std::vector< uint8_t > buffer)
|
|
ReadFromInspector(Inspector insp)
|
|
ReadFromSnapshot(Snapshot snapshot)
|
|
ReadFromVmo(const zx::vmo & vmo)
|
Classes |
|
---|---|
inspect:: |
|
inspect:: |
ComponentInspector is an instance of an Inspector that serves its Inspect data via the fuchsia.inspect.Tree protocol. |
inspect:: |
|
inspect:: |
|
inspect:: |
|
inspect:: |
|
inspect:: |
|
inspect:: |
|
inspect:: |
|
inspect:: |
|
inspect:: |
|
inspect:: |
|
inspect:: |
|
inspect:: |
TreeServer is an implementation of the fuchsia.inspect.Tree protocol. |
inspect:: |
TreeServerSendPreference describes how the Inspect VMO should be served. |
inspect:: |
Structs |
|
---|---|
inspect:: |
|
inspect:: |
|
inspect:: |
|
inspect:: |
Namespaces |
|
---|---|
inspect:: |
Enumerations
MissingValueReason
MissingValueReason
PropertyFormat
PropertyFormat
Typedefs
AtomicUpdateCallbackFn
fit::function< void(Node &)> AtomicUpdateCallbackFn
BoolProperty
internal::Property< bool > BoolProperty
BoolPropertyValue
internal::Value< bool, static_cast< size_t >(PropertyFormat::kBool)> BoolPropertyValue
BorrowedStringValue
cpp17::variant< cpp17::string_view, StringReference > BorrowedStringValue
ByteVectorProperty
internal::Property< std::vector< uint8_t >> ByteVectorProperty
ByteVectorPropertyValue
internal::Value< std::vector< uint8_t >, static_cast< size_t >(PropertyFormat::kBytes)> ByteVectorPropertyValue
DoubleArray
internal::ArrayValue< double > DoubleArray
DoubleArrayValue
internal::Array< double, static_cast< size_t >(PropertyFormat::kDoubleArray)> DoubleArrayValue
DoubleProperty
internal::NumericProperty< double > DoubleProperty
DoublePropertyValue
internal::Value< double, static_cast< size_t >(PropertyFormat::kDouble)> DoublePropertyValue
ExponentialDoubleHistogram
internal::ExponentialHistogram< double > ExponentialDoubleHistogram
ExponentialIntHistogram
internal::ExponentialHistogram< int64_t > ExponentialIntHistogram
ExponentialUintHistogram
internal::ExponentialHistogram< uint64_t > ExponentialUintHistogram
IntArray
internal::ArrayValue< int64_t > IntArray
IntArrayValue
internal::Array< int64_t, static_cast< size_t >(PropertyFormat::kIntArray)> IntArrayValue
IntProperty
internal::NumericProperty< int64_t > IntProperty
IntPropertyValue
internal::Value< int64_t, static_cast< size_t >(PropertyFormat::kInt)> IntPropertyValue
LazyNodeCallbackFn
fit::function< fpromise::promise< Inspector >()> LazyNodeCallbackFn
LinearDoubleHistogram
internal::LinearHistogram< double > LinearDoubleHistogram
LinearIntHistogram
internal::LinearHistogram< int64_t > LinearIntHistogram
LinearUintHistogram
internal::LinearHistogram< uint64_t > LinearUintHistogram
PropertyValue
internal::NamedValue< cpp17::variant< cpp17::monostate, IntPropertyValue, UintPropertyValue, DoublePropertyValue, IntArrayValue, UintArrayValue, DoubleArrayValue, StringPropertyValue, ByteVectorPropertyValue, BoolPropertyValue, StringArrayValue >, PropertyFormat > PropertyValue
RecordChildCallbackFn
fit::function< void(Node &)> RecordChildCallbackFn
StringArray
internal::ArrayValue< BorrowedStringValue > StringArray
StringArrayValue
internal::Array< std::string, static_cast< size_t >(PropertyFormat::kStringArray)> StringArrayValue
StringProperty
internal::Property< std::string > StringProperty
StringPropertyValue
internal::Value< std::string, static_cast< size_t >(PropertyFormat::kString)> StringPropertyValue
UintArray
internal::ArrayValue< uint64_t > UintArray
UintArrayValue
internal::Array< uint64_t, static_cast< size_t >(PropertyFormat::kUintArray)> UintArrayValue
UintProperty
internal::NumericProperty< uint64_t > UintProperty
UintPropertyValue
internal::Value< uint64_t, static_cast< size_t >(PropertyFormat::kUint)> UintPropertyValue
Functions
ReadFromBuffer
fpromise::result< Hierarchy > ReadFromBuffer( std::vector< uint8_t > buffer )
ReadFromInspector
fpromise::promise< Hierarchy > ReadFromInspector( Inspector insp )
ReadFromSnapshot
fpromise::result< Hierarchy > ReadFromSnapshot( Snapshot snapshot )
ReadFromVmo
fpromise::result< Hierarchy > ReadFromVmo( const zx::vmo & vmo )