Searched defs:option (Results 1 - 5 of 5) sorted by relevance

/system/connectivity/shill/shims/
H A Dnetfilter_queue_helper.cc72 bool GetIntegerOption(base::CommandLine* cl, const string& option, int* value) { argument
73 if (!cl->HasSwitch(option)) {
74 LOG(ERROR) << "Option " << option << " was not given.";
77 string option_string_value = cl->GetSwitchValueASCII(option);
83 << "\" passed as option "
84 << option local
104 LOG(ERROR) << "Unable to get mandatory input queue option.";
111 LOG(ERROR) << "Unable to get mandatory output queue option.";
/system/bt/include/
H A Dbte.h91 UINT8 option; /* option for operation. depends on operation */ member in struct:tHCISU_USERIAL_MSG_tag
94 extern void bte_hcisu_userial_oper( tUSERIAL_MSG_CBACK *p_cback, UINT8 port, UINT8 op, UINT8 option );
/system/connectivity/dhcp_client/
H A Ddhcp_options_writer_unittest.cc53 ByteString option; local
55 int length = options_writer_->WriteUInt8Option(&option,
59 EXPECT_EQ(0, std::memcmp(option.GetConstData(),
72 ByteString option; local
74 int length = options_writer_->WriteUInt16Option(&option,
78 EXPECT_EQ(0, std::memcmp(option.GetConstData(),
91 ByteString option; local
93 int length = options_writer_->WriteUInt32Option(&option,
97 EXPECT_EQ(0, std::memcmp(option.GetConstData(),
110 ByteString option; local
130 ByteString option; local
151 ByteString option; local
173 ByteString option; local
192 ByteString option; local
211 ByteString option; local
229 ByteString option; local
248 ByteString option; local
266 ByteString option; local
[all...]
/system/connectivity/shill/vpn/
H A Dl2tp_ipsec_driver.cc371 const string& property, const string& option, vector<string>* options) {
374 options->push_back(base::StringPrintf("%s=%s", option.c_str(),
370 AppendValueOption( const string& property, const string& option, vector<string>* options) argument
H A Dopenvpn_driver.cc264 for (const auto& option : options) {
266 for (const auto& argument : option) {
470 LOG(ERROR) << "Ignored unexpected foreign option suffix: " << suffix;
516 void OpenVPNDriver::ParseForeignOption(const string& option, argument
519 SLOG(nullptr, 2) << __func__ << "(" << option << ")"; local
520 vector<string> tokens = SplitString(option, " ", base::TRIM_WHITESPACE,
523 !base::LowerCaseEqualsASCII(tokens[0], "dhcp-option")) {
562 LOG(WARNING) << "Unknown route option ignored: " << key;
705 // entry. TODO(sleffler): Maybe roll this into the "tls-auth" option?
881 const string& option, vecto
880 AppendOption( const string& option, vector<vector<string>>* options) argument
885 AppendOption( const string& option, const string& value, vector<vector<string>>* options) argument
892 AppendOption( const string& option, const string& value0, const string& value1, vector<vector<string>>* options) argument
900 AppendValueOption( const string& property, const string& option, vector<vector<string>>* options) argument
912 AppendDelimitedValueOption( const string& property, const string& option, char delimiter, vector<vector<string>>* options) argument
929 AppendFlag( const string& property, const string& option, vector<vector<string>>* options) argument
[all...]

Completed in 464 milliseconds