Searched refs:kSentinel (Results 1 - 3 of 3) sorted by last modified time

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

Completed in 106 milliseconds