HomeSort by relevance Sort by last modified time
    Searched refs:GetArgs (Results 1 - 16 of 16) sorted by null

  /system/connectivity/shill/vpn/
vpn_driver_unittest.cc 142 KeyValueStore* GetArgs() { return driver_.args(); }
194 GetArgs()->SetString(kVPNHostProperty, "1.2.3.4");
195 GetArgs()->SetString(kPSKProperty, "1234");
196 GetArgs()->SetStrings(kL2tpIpsecCaCertPemProperty,
218 EXPECT_TRUE(GetArgs()->ContainsStrings(kEapCaCertPemProperty));
219 if (GetArgs()->ContainsStrings(kEapCaCertPemProperty)) {
220 EXPECT_EQ(kCaCerts, GetArgs()->GetStrings(kEapCaCertPemProperty));
222 EXPECT_EQ(kPort, GetArgs()->LookupString(kPortProperty, ""));
223 EXPECT_EQ(kPIN, GetArgs()->LookupString(kPINProperty, ""));
224 EXPECT_EQ(kPassword, GetArgs()->LookupString(kPasswordProperty, ""))
    [all...]
l2tp_ipsec_driver_unittest.cc 100 KeyValueStore* GetArgs() {
605 EXPECT_EQ(kUser, GetArgs()->LookupString(kL2tpIpsecUserProperty, ""));
openvpn_driver_unittest.cc 166 KeyValueStore* GetArgs() {
    [all...]
  /system/bt/service/
settings.cpp 77 if (command_line->GetArgs().size()) {
  /external/v8/tools/
find-commit-for-patch.py 11 def GetArgs():
85 args = GetArgs()
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssdatatable.h 16 IFDE_CSSValue* GetArgs(int32_t index) const {
71 virtual IFDE_CSSValue* GetArgs(int32_t index) const {
73 return m_pFunction->GetArgs(index);
  /external/libchrome/base/
command_line.h 185 StringVector GetArgs() const;
command_line_unittest.cc 83 const CommandLine::StringVector& args = cl.GetArgs();
147 const CommandLine::StringVector& args = cl.GetArgs();
176 EXPECT_TRUE(cl_from_string.GetArgs().empty());
182 EXPECT_TRUE(cl_from_argv.GetArgs().empty());
command_line.cc 365 CommandLine::StringVector CommandLine::GetArgs() const {
  /external/dbus-binding-generator/chromeos-dbus-bindings/
generate_chromeos_dbus_bindings.cc 138 auto input_files = cl->GetArgs();
  /system/core/crash_reporter/
list_proxies.cc 287 base::CommandLine::StringVector urls = cl->GetArgs();
  /system/update_engine/
update_engine_client_android.cc 143 base::CommandLine::ForCurrentProcess()->GetArgs();
update_engine_client.cc 276 base::CommandLine::ForCurrentProcess()->GetArgs();
  /system/security/keystore/
keystore_cli_v2.cpp 430 CommandLine::StringVector args = command_line->GetArgs();
  /system/tpm/attestation/client/
main.cc 127 const auto& args = command_line->GetArgs();
  /external/pdfium/xfa/src/fdp/include/
fde_css.h 247 virtual IFDE_CSSValue* GetArgs(int32_t index) const = 0;
    [all...]

Completed in 2249 milliseconds