Searched refs:SESSION_DOWNLOAD (Results 1 – 4 of 4) sorted by relevance
50 if (type == SessionType::SESSION_DOWNLOAD || type == SessionType::SESSION_UPGRADE) { in Release()80 if (type == SessionType::SESSION_DOWNLOAD || type == SessionType::SESSION_UPGRADE) {
23 constexpr uint32_t SESSION_DOWNLOAD = 1; variable
153 {SessionType::SESSION_DOWNLOAD, "download"},
180 SessionParams sessionParams(SessionType::SESSION_DOWNLOAD, CALLBACK_POSITION_THREE, true); in Download()