Searched refs:requestString (Results 1 – 3 of 3) sorted by relevance
55 String8 requestString(reinterpret_cast<const char*>(request.array()), in attemptParseExpectingSuccess()57 EXPECT_EQ(0, requestString.find(kRequestPrefix)); in attemptParseExpectingSuccess()58 EXPECT_EQ(requestString.size() - kRequestSuffix.size(), in attemptParseExpectingSuccess()59 (size_t)requestString.find(kRequestSuffix)); in attemptParseExpectingSuccess()66 EXPECT_TRUE(requestString.contains(encodedId)); in attemptParseExpectingSuccess()
96 boolean showShutdownUi(boolean isReboot, String requestString); in showShutdownUi() argument
212 std::string requestString(request->begin(), request->end()); in getKeyRequestCommon() local213 if (requestString.find(kOfflineLicense) != std::string::npos) { in getKeyRequestCommon()