/system/connectivity/shill/ |
D | ppp_device.cc | 47 void PPPDevice::UpdateIPConfigFromPPP(const map<string, string>& configuration, in UpdateIPConfigFromPPP() argument 51 ParseIPConfiguration(link_name(), configuration); in UpdateIPConfigFromPPP() 57 const map<string, string>& configuration, in UpdateIPConfigFromPPPWithMTU() argument 62 ParseIPConfiguration(link_name(), configuration); in UpdateIPConfigFromPPPWithMTU() 75 string PPPDevice::GetInterfaceName(const map<string, string>& configuration) { in GetInterfaceName() argument 76 if (ContainsKey(configuration, kPPPInterfaceName)) { in GetInterfaceName() 77 return configuration.find(kPPPInterfaceName)->second; in GetInterfaceName() 83 const string& link_name, const map<string, string>& configuration) { in ParseIPConfiguration() argument 89 for (const auto& it : configuration) { in ParseIPConfiguration()
|
D | ppp_device.h | 57 const std::map<std::string, std::string>& configuration, 63 const std::map<std::string, std::string>& configuration, 79 const std::map<std::string, std::string>& configuration); 87 const std::map<std::string, std::string>& configuration);
|
/system/core/rootdir/ |
D | init.usb.rc | 3 # USB configuration common for all android devices 35 # adb only USB configuration 36 # This is the fallback configuration if the 37 # USB manager fails to set a standard configuration 47 # USB accessory configuration 56 # USB accessory configuration, with adb 66 # audio accessory configuration 75 # audio accessory configuration, with adb 85 # USB and audio accessory configuration 94 # USB and audio accessory configuration, with adb [all …]
|
D | init.usb.configfs.rc | 13 write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "adb" 22 write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "mtp" 34 write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "mtp_adb" 44 write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "ptp" 56 write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "ptp_adb" 66 write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "accessory" 78 write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "accessory_adb" 88 write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "audiosource" 100 write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "audiosource_adb" 110 write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "accessory_audiosource" [all …]
|
/system/connectivity/shill/dhcp/ |
D | dhcpv6_config.cc | 91 const KeyValueStore& configuration) { in ProcessEventSignal() argument 105 CHECK(ParseConfiguration(configuration)); in ProcessEventSignal() 145 bool DHCPv6Config::ParseConfiguration(const KeyValueStore& configuration) { in ParseConfiguration() argument 149 for (const auto it : configuration.properties()) { in ParseConfiguration()
|
D | dhcpv6_config.h | 45 const KeyValueStore& configuration) override; 83 bool ParseConfiguration(const KeyValueStore& configuration);
|
D | dhcpv4_config.h | 52 const KeyValueStore& configuration) override; 136 bool ParseConfiguration(const KeyValueStore& configuration,
|
D | mock_dhcp_config.cc | 35 const KeyValueStore& configuration) {} in ProcessEventSignal() argument
|
D | mock_dhcp_config.h | 36 const KeyValueStore& configuration) override;
|
D | dhcpv4_config.cc | 125 const KeyValueStore& configuration) { in ProcessEventSignal() argument 147 CHECK(ParseConfiguration(configuration, &properties)); in ProcessEventSignal() 338 bool DHCPv4Config::ParseConfiguration(const KeyValueStore& configuration, in ParseConfiguration() argument 345 for (const auto it : configuration.properties()) { in ParseConfiguration()
|
D | dhcp_config.h | 70 const KeyValueStore& configuration) = 0;
|
/system/sepolicy/tools/ |
D | README | 8 property_contexts configuration file. Used as part of the policy 29 configuration and the device-specific one, and simultaneously 31 policy build process to merge and validate the configuration.
|
/system/connectivity/shill/doc/ |
D | ipconfig-api.txt | 8 Layer 3 configuration state is managed on a per-device basis. When 29 Cause the IP configuration to be refreshed. In 31 renewed, and any Static IP configuration from
|
D | service-api.txt | 109 Disconnect and remove the configuration of a 175 configuration for this service. Each entry contains 177 name (within that profile) that contains configuration 379 Layer 3 configuration state. 606 The object path of the associated IP configuration. 608 and is used used to retrieve Layer 3 configuration 778 server configuration. The server can directly 1213 configuration that can be stored on the service, and 1242 manual configuration of one or more servers 1259 proxy server for manual configuration (meaningful [all …]
|
/system/update_engine/ |
D | p2p_manager.cc | 117 P2PManagerImpl(Configuration *configuration, 218 P2PManagerImpl::P2PManagerImpl(Configuration *configuration, in P2PManagerImpl() argument 229 configuration_.reset(configuration != nullptr ? configuration : in P2PManagerImpl() 728 Configuration *configuration, in Construct() argument 734 return new P2PManagerImpl(configuration, in Construct()
|
D | p2p_manager.h | 178 Configuration *configuration,
|
/system/core/fastboot/ |
D | usb_osx.cpp | 95 UInt8 configuration; in try_interfaces() local 107 configuration = 0; in try_interfaces() 108 (*dev)->GetConfiguration(dev, &configuration); in try_interfaces() 109 if (configuration != 1) in try_interfaces()
|
/system/connectivity/shill/dbus/ |
D | chromeos_dhcpcd_listener.cc | 155 const brillo::VariantDictionary& configuration) { in EventSignal() argument 168 KeyValueStore::ConvertFromVariantDictionary(configuration, in EventSignal()
|
/system/core/crash_reporter/ |
D | README.md | 37 `crash_reporter` has a few different configuration options that have to be set. 44 automatically through the product configuration. Setting this variable will 49 product configuration. Setting this variable will populate the
|
/system/core/libutils/ |
D | README | 60 categories; a `configuration' indicates a set of phone language, display 65 independent of configuration. 68 values depending on configuration. 71 values depending on configuration. 91 Resource values are specified paired with a set of configuration 95 current configuration, and the value corresponding to the best matching 150 configuration/value pairs. Any number of overlay packages may be loaded
|
/system/sepolicy/ |
D | README | 1 This directory contains the core Android SELinux policy configuration. 71 a mac_permissions.xml file(s) and configuration file in order to operate. 72 Details of the configuration file (keys.conf) can be found in the subsection 79 pem files. The configuration file is processed via m4.
|
D | NOTICE | 1 This configuration (sepolicy) is public domain, i.e. not copyrighted.
|
/system/bt/doc/ |
D | directory_layout.md | 16 * conf - *Configuration* - Various configuration text files.
|
/system/core/include/usbhost/ |
D | usbhost.h | 197 int usb_device_set_configuration(struct usb_device *device, int configuration);
|
/system/connectivity/shill/init/ |
D | network-services.conf.in | 25 # Load the module that provides the WiFi configuration API, since
|