Home
last modified time | relevance | path

Searched refs:dumpsys (Results 1 – 25 of 56) sorted by relevance

123

/packages/modules/Bluetooth/system/gd/dumpsys/internal/
Dfilter_internal_test.cc134 …bluetooth::dumpsys::internal::FilterTypeInteger(**it, table, bluetooth::dumpsys::internal::Privacy… in TEST_F()
149 bluetooth::dumpsys::internal::FilterTypeInteger( in TEST_F()
150 **it, table, bluetooth::dumpsys::internal::PrivacyLevel::kAnonymized); in TEST_F()
165 …bluetooth::dumpsys::internal::FilterTypeInteger(**it, table, bluetooth::dumpsys::internal::Privacy… in TEST_F()
180 …bluetooth::dumpsys::internal::FilterTypeInteger(**it, table, bluetooth::dumpsys::internal::Privacy… in TEST_F()
195 …bluetooth::dumpsys::internal::FilterTypeFloat(**it, table, bluetooth::dumpsys::internal::PrivacyLe… in TEST_F()
210 …bluetooth::dumpsys::internal::FilterTypeFloat(**it, table, bluetooth::dumpsys::internal::PrivacyLe… in TEST_F()
225 …bluetooth::dumpsys::internal::FilterTypeFloat(**it, table, bluetooth::dumpsys::internal::PrivacyLe… in TEST_F()
240 …bluetooth::dumpsys::internal::FilterTypeFloat(**it, table, bluetooth::dumpsys::internal::PrivacyLe… in TEST_F()
255 …bluetooth::dumpsys::internal::FilterTypeString(**it, table, bluetooth::dumpsys::internal::PrivacyL… in TEST_F()
[all …]
/packages/modules/Bluetooth/system/gd/dumpsys/
Dreflection_schema.cc30 dumpsys::ReflectionSchema::ReflectionSchema(const std::string& pre_bundled_schema) in ReflectionSchema()
32 …bundled_schema_ = flatbuffers::GetRoot<bluetooth::dumpsys::BundledSchema>(pre_bundled_schema_.data… in ReflectionSchema()
36 int dumpsys::ReflectionSchema::GetNumberOfBundledSchemas() const { in GetNumberOfBundledSchemas()
40 std::string dumpsys::ReflectionSchema::GetTitle() const { in GetTitle()
44 std::string dumpsys::ReflectionSchema::GetRootName() const { in GetRootName()
48 const reflection::Schema* dumpsys::ReflectionSchema::GetRootReflectionSchema() const { in GetRootReflectionSchema()
52 const reflection::Schema* dumpsys::ReflectionSchema::FindInReflectionSchema(const std::string& name… in FindInReflectionSchema()
53 …const flatbuffers::Vector<flatbuffers::Offset<bluetooth::dumpsys::BundledSchemaMap>>* map = bundle… in FindInReflectionSchema()
68 void dumpsys::ReflectionSchema::PrintReflectionSchema() const { in PrintReflectionSchema()
69 …const flatbuffers::Vector<flatbuffers::Offset<bluetooth::dumpsys::BundledSchemaMap>>* map = bundle… in PrintReflectionSchema()
[all …]
Dfilter.cc24 using namespace dumpsys;
28 …Filter(const dumpsys::ReflectionSchema& reflection_schema) : reflection_schema_(reflection_schema)… in Filter()
34 static std::unique_ptr<Filter> Factory(const dumpsys::ReflectionSchema& reflection_schema);
76 const dumpsys::ReflectionSchema& reflection_schema_;
81 …DeveloperPrivacyFilter(const dumpsys::ReflectionSchema& reflection_schema) : Filter(reflection_sch… in DeveloperPrivacyFilter()
86 std::unique_ptr<Filter> Filter::Factory(const dumpsys::ReflectionSchema& reflection_schema) { in Factory()
90 void bluetooth::dumpsys::FilterSchema( in FilterSchema()
DAndroid.bp95 … bluetooth.DumpsysData -f generated_dumpsys_bundled_schema -n bluetooth::dumpsys -g $(genDir) $(lo…
139 cmd: "$(location flatc) --cpp -o $(genDir)/dumpsys/internal/test_data $(in)",
147 "dumpsys/internal/test_data/float_generated.h",
148 "dumpsys/internal/test_data/integer_generated.h",
149 "dumpsys/internal/test_data/string_generated.h",
150 "dumpsys/internal/test_data/struct_generated.h",
155 name: "libbluetooth-dumpsys",
171 name: "libbluetooth-dumpsys-test",
183 name: "libbluetooth-dumpsys-unittest",
Dreflection_schema_test.cc24 namespace dumpsys { namespace
43 dumpsys::ReflectionSchema reflection_schema(testing::GetBundledSchemaData()); in TEST_F()
54 dumpsys::ReflectionSchema reflection_schema(testing::GetBundledSchemaData()); in TEST_F()
59 dumpsys::ReflectionSchema reflection_schema(bluetooth::dumpsys::GetBundledSchemaData()); in TEST_F()
DBUILD.gn16 import("//bt/system/gd/dumpsys/bundler/bundler.gni")
34 bt_flatc_bundler("libbluetooth-dumpsys") {
37 namespace = "bluetooth::dumpsys"
Dfilter_test.cc88 dumpsys::ReflectionSchema reflection_schema(testing::GetBundledSchemaData()); in TEST_F()
90 dumpsys::FilterSchema(reflection_schema, &dumpsys_data); in TEST_F()
Ddumpsys.h21 namespace dumpsys {
Dfilter.h21 namespace dumpsys {
Dreflection_schema.h26 namespace dumpsys {
/packages/services/Car/tests/fixed_activity_mode_test/
Dfixed_activity_mode_test.sh16 adb shell dumpsys car_service start-fixed-activity-mode $DISP_ID com.google.android.car.kitchensink…
26 adb shell dumpsys car_service suspend
27 adb shell dumpsys car_service resume
31 adb shell dumpsys car_service start-fixed-activity-mode $DISP_ID com.google.android.car.kitchensink…
42 adb shell dumpsys car_service stop-fixed-activity-mode $DISP_ID
/packages/modules/Bluetooth/system/gd/
DBUILD.gn16 import("//bt/system/gd/dumpsys/bundler/bundler.gni")
52 "//bt/system/gd/dumpsys:libbluetooth-dumpsys",
71 "//bt/system/gd/dumpsys:BluetoothDumpsysSources",
94 "shim/dumpsys.fbs",
106 "shim/dumpsys.fbs",
DAndroid.bp175 "libbluetooth-dumpsys",
313 "libbluetooth-dumpsys",
553 "libbluetooth-dumpsys",
554 "libbluetooth-dumpsys-test",
555 "libbluetooth-dumpsys-unittest",
762 "shim/dumpsys.fbs",
765 "dumpsys.bfbs",
789 "shim/dumpsys.fbs",
Ddumpsys_data.fbs1 // Top level module dumpsys data schema
18 include "shim/dumpsys.fbs";
/packages/modules/Bluetooth/system/gd/shim/
DBUILD.gn18 "dumpsys.cc",
24 "//bt/system/gd/dumpsys:libbluetooth-dumpsys",
25 "//bt/system/gd/dumpsys/bundler:BluetoothGeneratedBundlerSchema_h_bfbs",
Ddumpsys.cc53 impl(const Dumpsys& dumpsys_module, const dumpsys::ReflectionSchema& reflection_schema);
66 const dumpsys::ReflectionSchema reflection_schema_;
70 ModuleFactory([]() { return new Dumpsys(bluetooth::dumpsys::GetBundledSchemaData()); }); in __anon36633cb10202()
72 Dumpsys::impl::impl(const Dumpsys& dumpsys_module, const dumpsys::ReflectionSchema& reflection_sche… in impl()
85 dumpsys::FilterSchema(reflection_schema_, dumpsys_data); in FilterSchema()
166 : reflection_schema_(dumpsys::ReflectionSchema(pre_bundled_schema)) {} in Dumpsys()
/packages/modules/Bluetooth/system/main/shim/
DBUILD.gn35 "//bt/system/gd/dumpsys/bundler:BluetoothGeneratedBundlerSchema_h_bfbs",
60 "dumpsys.cc",
83 "//bt/system/gd/dumpsys/bundler:BluetoothGeneratedBundlerSchema_h_bfbs",
Ddumpsys.cc59 for (auto& dumpsys : dumpsys_functions_) { in Dump() local
60 dumpsys.second(fd); in Dump()
/packages/modules/Bluetooth/system/test/headless/
DAndroid.bp51 "dumpsys/dumpsys.cc",
88 "libbluetooth-dumpsys",
/packages/services/Car/tools/watchdog/cpufreq/
Dcpufreq_analyze.sh106 adb shell dumpsys android.automotive.watchdog.ICarWatchdog/default --start_perf \
121 adb shell dumpsys android.automotive.watchdog.ICarWatchdog/default \
/packages/apps/TV/tests/tunerscripts/
Dusbtuner-test.sh46 adb shell dumpsys meminfo -d --package com.android.tv.tuner > meminfo-begin.txt
83 adb shell dumpsys meminfo -d --package com.android.tv.tuner > meminfo-end.txt
/packages/modules/Bluetooth/system/gd/dumpsys/bundler/
Dtest.cc34 std::vector<flatbuffers::Offset<bluetooth::dumpsys::BundledSchemaMap>>* vector_map,
66 std::vector<flatbuffers::Offset<bluetooth::dumpsys::BundledSchemaMap>> vector_map; in TEST_F()
Dbundler_schema.fbs6 namespace bluetooth.dumpsys;
/packages/modules/Bluetooth/system/main/
DAndroid.bp191 "shim/dumpsys.cc",
207 "libbluetooth-dumpsys",
291 "libbluetooth-dumpsys",
/packages/modules/StatsD/tests/src/android/cts/statsd/validation/
DProcStatsValidationTests.java265 final String dumpsys = device.executeShellCommand("dumpsys activity settings"); in isPssProfilingDisabled() local
266 return (dumpsys.contains(stringToCompare)); in isPssProfilingDisabled()

123