Home
last modified time | relevance | path

Searched defs:Properties (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/
Dipconfig.h51 struct Properties { struct
52 Properties() : address_family(IPAddress::kFamilyUnknown), in Properties() argument
61 IPAddress::Family address_family;
62 std::string address;
63 int32_t subnet_prefix;
64 std::string broadcast_address;
65 std::vector<std::string> dns_servers;
66 std::string domain_name;
67 std::string accepted_hostname;
68 std::vector<std::string> domain_search;
[all …]
Dmanager.h83 struct Properties { struct
85 Properties() in Properties() function
91 bool offline_mode;
92 std::string check_portal_list;
93 std::string country;
94 int32_t portal_check_interval_seconds;
95 std::string portal_url;
96 std::string host_name;
99 bool arp_gateway;
102 std::string link_monitor_technologies;
[all …]
/system/bt/doc/
Dproperties.md1 Properties chapter
/system/bt/vendor_libs/test_vendor_lib/src/
Ddual_mode_controller.cc469 DualModeController::Properties::Properties(const std::string& file_name) in Properties() function in test_vendor_lib::DualModeController::Properties