Searched refs:prop_name (Results 1 – 11 of 11) sorted by relevance
/packages/services/Car/cpp/watchdog/server/sysprop/api/ |
D | libwatchdog_properties-latest.txt | 7 prop_name: "ro.carwatchdog.system_event_collection_interval" 13 prop_name: "ro.carwatchdog.user_switch_timeout" 19 prop_name: "ro.carwatchdog.post_system_event_duration" 25 prop_name: "ro.carwatchdog.wake_up_event_duration" 31 prop_name: "ro.carwatchdog.periodic_collection_buffer_size" 37 prop_name: "ro.carwatchdog.periodic_collection_interval" 43 prop_name: "ro.carwatchdog.top_n_stats_per_category" 49 prop_name: "ro.carwatchdog.top_n_stats_per_subcategory" 55 prop_name: "ro.carwatchdog.max_user_switch_events"
|
/packages/services/Car/cpp/watchdog/server/sysprop/ |
D | WatchdogProperties.sysprop | 24 prop_name: "ro.carwatchdog.system_event_collection_interval" 33 prop_name: "ro.carwatchdog.user_switch_timeout" 42 prop_name: "ro.carwatchdog.post_system_event_duration" 51 prop_name: "ro.carwatchdog.wake_up_event_duration" 60 prop_name: "ro.carwatchdog.periodic_collection_buffer_size" 69 prop_name: "ro.carwatchdog.periodic_collection_interval" 78 prop_name: "ro.carwatchdog.periodic_monitor_buffer_size" 87 prop_name: "ro.carwatchdog.periodic_monitor_interval" 96 prop_name: "ro.carwatchdog.top_n_stats_per_category" 105 prop_name: "ro.carwatchdog.top_n_stats_per_subcategory" [all …]
|
/packages/modules/Bluetooth/sysprop/ |
D | hfp.sysprop | 9 prop_name: "bluetooth.hfp.hf_client_features.config" 17 prop_name: "bluetooth.hfp.hf_features.config" 25 prop_name: "bluetooth.hfp.hf_services_mask.config" 33 prop_name: "bluetooth.hfp.version.config"
|
D | bta.sysprop | 9 prop_name: "bluetooth.bta.disable_delay.millis"
|
D | pan.sysprop | 9 prop_name: "bluetooth.pan.nap.enabled"
|
D | avrcp.sysprop | 9 prop_name: "bluetooth.avrcp.absolute_volume.enabled"
|
/packages/modules/adb/daemon/ |
D | property_monitor_test.cpp | 56 std::string prop_name = ManglePropertyName("debug.property_monitor_test.exit"); in RegisterExitCallback() local 57 android::base::SetProperty(prop_name, "0"); in RegisterExitCallback() 58 pm->Add(prop_name, [](std::string value) { return value != "1"; }); in RegisterExitCallback() 59 return [prop_name]() { in RegisterExitCallback() 60 android::base::SetProperty(prop_name, "1"); in RegisterExitCallback()
|
/packages/modules/Gki/sysprop/android/sysprop/ |
D | GkiProperties.sysprop | 20 prop_name: "ro.build.ab_update.gki.prevent_downgrade_version" 28 prop_name: "ro.build.ab_update.gki.prevent_downgrade_spl"
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_dm.cc | 432 bt_property_t prop_name; in check_cached_remote_name() local 436 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_BDNAME, in check_cached_remote_name() 439 &p_search_data->inq_res.bd_addr, &prop_name) == BT_STATUS_SUCCESS) { in check_cached_remote_name() 452 bt_property_t prop_name; in get_cod() local 455 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_CLASS_OF_DEVICE, in get_cod() 458 (RawAddress*)remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS) { in get_cod() 493 bt_property_t prop_name; in check_sdp_bl() local 499 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_REMOTE_VERSION_INFO, in check_sdp_bl() 502 if (btif_storage_get_remote_device_property(remote_bdaddr, &prop_name) != in check_sdp_bl() 653 bt_property_t prop_name; in btif_update_remote_properties() local [all …]
|
D | btif_hh.cc | 1005 bt_property_t prop_name; in btif_hh_upstreams_evt() local 1006 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_BDNAME, in btif_hh_upstreams_evt() 1009 &p_dev->bd_addr, &prop_name) == BT_STATUS_SUCCESS) { in btif_hh_upstreams_evt()
|
/packages/modules/adb/ |
D | test_device.py | 685 prop_name = 'foo.bar' 686 self.device.shell(['setprop', prop_name, '""']) 688 self.device.set_prop(prop_name, 'qux') 690 self.device.shell(['getprop', prop_name])[0].strip(), 'qux')
|