Searched refs:kSentinel (Results 1 – 3 of 3) sorted by relevance
33 const char CryptoDESCBC::kSentinel[] = "[ok]"; member in shill::CryptoDESCBC86 if (!base::EndsWith(text, kSentinel, base::CompareCase::SENSITIVE)) { in Decrypt()90 text.erase(text.size() - strlen(kSentinel), strlen(kSentinel)); in Decrypt()
61 static const char kSentinel[]; variable
113 static const char kSentinel[] = "sentinel"; in TEST_F() local117 properties[MM_MODEM_INTERFACE].SetUint(kSentinel, kSentinelValue); in TEST_F()158 HasPropertyWithValueU32(kSentinel, kSentinelValue), in TEST_F()