Searched refs:reflection_schema_ (Results 1 – 4 of 4) sorted by relevance
58 const dumpsys::ReflectionSchema reflection_schema_; member65 : dumpsys_module_(dumpsys_module), reflection_schema_(std::move(reflection_schema)) {} in impl()68 return reflection_schema_.GetNumberOfBundledSchemas(); in GetNumberOfBundledSchemas()77 dumpsys::FilterInPlace(dumpsys::FilterType::AS_DEVELOPER, reflection_schema_, dumpsys_data); in FilterAsDeveloper()82 dumpsys::FilterInPlace(dumpsys::FilterType::AS_USER, reflection_schema_, dumpsys_data); in FilterAsUser()88 const std::string root_name = reflection_schema_.GetRootName(); in PrintAsJson()96 const reflection::Schema* schema = reflection_schema_.FindInReflectionSchema(root_name); in PrintAsJson()142 : reflection_schema_(dumpsys::ReflectionSchema(pre_bundled_schema)) {} in Dumpsys()165 pimpl_ = std::make_unique<impl>(*this, reflection_schema_); in Start()
53 const dumpsys::ReflectionSchema reflection_schema_; variable
28 …Filter(const dumpsys::ReflectionSchema& reflection_schema) : reflection_schema_(reflection_schema)… in Filter()75 const dumpsys::ReflectionSchema& reflection_schema_; member in Filter162 reflection_schema_.FindInReflectionSchema(schema->objects()->Get(index)->name()->str()); in FilterTable()181 …const reflection::Schema* root_schema = reflection_schema_.FindInReflectionSchema(reflection_schem… in FilterInPlace()
44 ASSERT_TRUE(reflection_schema_.empty()); in ParseReflectionSchema()45 reflection_schema_ = std::move(std::vector<const uint8_t>(bfbs, bfbs + bfbs_len)); in ParseReflectionSchema()46 flatbuffers::Verifier verifier(reflection_schema_.data(), reflection_schema_.size()); in ParseReflectionSchema()48 schema_ = reflection::GetSchema(reflection_schema_.data()); in ParseReflectionSchema()56 std::vector<const uint8_t> reflection_schema_; member in testing::DumpsysFilterInternalTest