Home
last modified time | relevance | path

Searched refs:prop_name (Results 1 – 15 of 15) sorted by relevance

/packages/services/Car/cpp/watchdog/server/sysprop/api/
Dlibwatchdog_properties-latest.txt7 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"
61 prop_name: "ro.carwatchdog.system_event_data_cache_duration"
/packages/services/Car/cpp/watchdog/server/sysprop/
DWatchdogProperties.sysprop24 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/Virtualization/virtualizationmanager/src/
Ddebug_config.rs36 prop_name: CString, field
40 fn new(node_path: &str, prop_name: &str) -> Result<Self, NulError> { in new()
41 Ok(Self { node_path: CString::new(node_path)?, prop_name: CString::new(prop_name)? }) in new()
51 self.prop_name.to_str().unwrap(), in to_path()
84 let (node_path, prop_name) = (&path.node_path, &path.prop_name); in get_fdt_prop_bool()
93 match node.getprop_u32(prop_name) { in get_fdt_prop_bool()
/packages/modules/Bluetooth/sysprop/
Dhfp.sysprop9 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"
Dbta.sysprop9 prop_name: "bluetooth.bta.disable_delay.millis"
Davrcp.sysprop9 prop_name: "bluetooth.avrcp.absolute_volume.enabled"
Dpan.sysprop9 prop_name: "bluetooth.pan.nap.enabled"
/packages/modules/adb/daemon/
Dproperty_monitor_test.cpp56 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/Bluetooth/system/stack/btm/
Dbtm_iot_config.cc37 bt_property_t prop_name; in btm_iot_save_remote_properties() local
50 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_CLASS_OF_DEVICE, in btm_iot_save_remote_properties()
53 &prop_name) == BT_STATUS_SUCCESS) in btm_iot_save_remote_properties()
Dbtm_ble.cc150 bt_property_t prop_name; in BTM_GetRemoteDeviceName() local
151 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_BDNAME, in BTM_GetRemoteDeviceName()
154 if (btif_storage_get_remote_device_property(&bd_addr, &prop_name) == in BTM_GetRemoteDeviceName()
/packages/modules/Gki/sysprop/android/sysprop/
DGkiProperties.sysprop20 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/
Dbtif_dm.cc461 bt_property_t prop_name; in check_cached_remote_name() local
465 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_BDNAME, in check_cached_remote_name()
468 &p_search_data->inq_res.bd_addr, &prop_name) == BT_STATUS_SUCCESS) { in check_cached_remote_name()
481 bt_property_t prop_name; in get_cod() local
484 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_CLASS_OF_DEVICE, in get_cod()
487 (RawAddress*)remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS) { in get_cod()
522 bt_property_t prop_name; in check_sdp_bl() local
528 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_REMOTE_VERSION_INFO, in check_sdp_bl()
531 if (btif_storage_get_remote_device_property(remote_bdaddr, &prop_name) != in check_sdp_bl()
707 bt_property_t prop_name; in btif_update_remote_properties() local
[all …]
Dbtif_hh.cc1012 bt_property_t prop_name; in btif_hh_upstreams_evt() local
1013 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_BDNAME, in btif_hh_upstreams_evt()
1016 &p_dev->bd_addr, &prop_name) == BT_STATUS_SUCCESS) { in btif_hh_upstreams_evt()
/packages/modules/adb/
Dtest_device.py664 prop_name = 'debug.foo'
665 self.device.shell(['setprop', prop_name, '""'])
668 self.device.set_prop(prop_name, str(val))
670 self.device.shell(['getprop', prop_name])[0].strip(), str(val))
/packages/modules/Bluetooth/system/device/src/
Dinterop.cc220 bt_property_t prop_name; in interop_match_addr_or_name() local
224 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_BDNAME, in interop_match_addr_or_name()
227 if (get_remote_device_property(addr, &prop_name) != BT_STATUS_SUCCESS) in interop_match_addr_or_name()