Home
last modified time | relevance | path

Searched refs:value0 (Results 1 – 3 of 3) sorted by relevance

/system/bt/osi/test/
Dhash_map_utils_test.cpp110 char value0[] = "value0"; in TEST_F() local
115 EXPECT_EQ(0, strcmp(value0, (char *)hash_map_get(map, key0))); in TEST_F()
/system/connectivity/shill/vpn/
Dopenvpn_driver.h94 const std::string& value0,
Dopenvpn_driver.cc894 const string& value0, in AppendOption() argument
897 options->push_back(vector<string>{ option, value0, value1 }); in AppendOption()