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

  /system/connectivity/shill/
key_file_store_unittest.cc 347 static const char kValue2[] = "";
350 ASSERT_TRUE(store_->SetString(kGroup, kKey2, kValue2));
355 kGroup, kKey1, kValue1, kKey2, kValue2),
447 const int kValue2 = -10;
450 ASSERT_TRUE(store_->SetInt(kGroup, kKey2, kValue2));
455 kGroup, kKey1, kValue1, kKey2, kValue2),
513 static const char kValue2[] = "value2";
525 kKeyValueEmptyValue, kValue, kValue2,
526 kKeyValues, kValue, kValue2, kValue3));
534 EXPECT_EQ(kValue2, value[1])
    [all...]
  /system/connectivity/shill/vpn/
openvpn_driver_unittest.cc 147 static const char kValue2[];
282 const char OpenVPNDriverTest::kValue2[] = "some-property-value2";
    [all...]
l2tp_ipsec_driver_unittest.cc 450 static const char kValue2[] = "some-property-value2";
463 SetArg(kProperty2, kValue2);
468 EXPECT_EQ(base::StringPrintf("%s=%s", kOption2, kValue2), options[1]);

Completed in 65 milliseconds