/packages/modules/Bluetooth/system/gd/dumpsys/internal/ |
D | filter_internal_test.cc | 134 …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/ |
D | reflection_schema.cc | 30 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 …]
|
D | filter.cc | 24 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()
|
D | Android.bp | 95 … 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",
|
D | reflection_schema_test.cc | 24 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()
|
D | BUILD.gn | 16 import("//bt/system/gd/dumpsys/bundler/bundler.gni") 34 bt_flatc_bundler("libbluetooth-dumpsys") { 37 namespace = "bluetooth::dumpsys"
|
D | filter_test.cc | 88 dumpsys::ReflectionSchema reflection_schema(testing::GetBundledSchemaData()); in TEST_F() 90 dumpsys::FilterSchema(reflection_schema, &dumpsys_data); in TEST_F()
|
D | dumpsys.h | 21 namespace dumpsys {
|
D | filter.h | 21 namespace dumpsys {
|
D | reflection_schema.h | 26 namespace dumpsys {
|
/packages/services/Car/tests/fixed_activity_mode_test/ |
D | fixed_activity_mode_test.sh | 16 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/ |
D | BUILD.gn | 16 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",
|
D | Android.bp | 175 "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",
|
D | dumpsys_data.fbs | 1 // Top level module dumpsys data schema 18 include "shim/dumpsys.fbs";
|
/packages/modules/Bluetooth/system/gd/shim/ |
D | BUILD.gn | 18 "dumpsys.cc", 24 "//bt/system/gd/dumpsys:libbluetooth-dumpsys", 25 "//bt/system/gd/dumpsys/bundler:BluetoothGeneratedBundlerSchema_h_bfbs",
|
D | dumpsys.cc | 53 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/ |
D | BUILD.gn | 35 "//bt/system/gd/dumpsys/bundler:BluetoothGeneratedBundlerSchema_h_bfbs", 60 "dumpsys.cc", 83 "//bt/system/gd/dumpsys/bundler:BluetoothGeneratedBundlerSchema_h_bfbs",
|
D | dumpsys.cc | 59 for (auto& dumpsys : dumpsys_functions_) { in Dump() local 60 dumpsys.second(fd); in Dump()
|
/packages/modules/Bluetooth/system/test/headless/ |
D | Android.bp | 51 "dumpsys/dumpsys.cc", 88 "libbluetooth-dumpsys",
|
/packages/services/Car/tools/watchdog/cpufreq/ |
D | cpufreq_analyze.sh | 106 adb shell dumpsys android.automotive.watchdog.ICarWatchdog/default --start_perf \ 121 adb shell dumpsys android.automotive.watchdog.ICarWatchdog/default \
|
/packages/apps/TV/tests/tunerscripts/ |
D | usbtuner-test.sh | 46 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/ |
D | test.cc | 34 std::vector<flatbuffers::Offset<bluetooth::dumpsys::BundledSchemaMap>>* vector_map, 66 std::vector<flatbuffers::Offset<bluetooth::dumpsys::BundledSchemaMap>> vector_map; in TEST_F()
|
D | bundler_schema.fbs | 6 namespace bluetooth.dumpsys;
|
/packages/modules/Bluetooth/system/main/ |
D | Android.bp | 191 "shim/dumpsys.cc", 207 "libbluetooth-dumpsys", 291 "libbluetooth-dumpsys",
|
/packages/modules/StatsD/tests/src/android/cts/statsd/validation/ |
D | ProcStatsValidationTests.java | 265 final String dumpsys = device.executeShellCommand("dumpsys activity settings"); in isPssProfilingDisabled() local 266 return (dumpsys.contains(stringToCompare)); in isPssProfilingDisabled()
|