Home
last modified time | relevance | path

Searched refs:kXGoogleUpdateSessionId (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/update_engine/common/
H A Dconstants.cc146 const char kXGoogleUpdateSessionId[] = "X-Goog-SessionId"; variable
H A Dconstants.h132 extern const char kXGoogleUpdateSessionId[];
/aosp12/system/update_engine/cros/
H A Dupdate_attempter.cc768 download_fetcher->SetHeader(kXGoogleUpdateSessionId, session_id_); in BuildUpdateActions()
H A Dupdate_attempter_unittest.cc478 EXPECT_TRUE(da->http_fetcher()->GetHeader(kXGoogleUpdateSessionId, in SessionIdTestInDownloadAction()