Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dcrypto_des_cbc.cc33 const char CryptoDESCBC::kSentinel[] = "[ok]"; member in shill::CryptoDESCBC
86 if (!base::EndsWith(text, kSentinel, base::CompareCase::SENSITIVE)) { in Decrypt()
90 text.erase(text.size() - strlen(kSentinel), strlen(kSentinel)); in Decrypt()
Dcrypto_des_cbc.h61 static const char kSentinel[]; variable
/system/connectivity/shill/cellular/
Dmodem_unittest.cc113 static const char kSentinel[] = "sentinel"; in TEST_F() local
117 properties[MM_MODEM_INTERFACE].SetUint(kSentinel, kSentinelValue); in TEST_F()
158 HasPropertyWithValueU32(kSentinel, kSentinelValue), in TEST_F()