Home
last modified time | relevance | path

Searched refs:SESSION_DOWNLOAD (Results 1 – 3 of 3) sorted by relevance

/base/update/updateservice/frameworks/js/napi/base/include/
Dclient_helper.h41 SESSION_DOWNLOAD, enumerator
96 if (type == SessionType::SESSION_DOWNLOAD || type == SessionType::SESSION_UPGRADE) { in Release()
132 if (type == SessionType::SESSION_DOWNLOAD || type == SessionType::SESSION_UPGRADE) {
/base/update/updateservice/frameworks/js/napi/client/
Dupdate_session.h96 { SessionType::SESSION_DOWNLOAD, "download" }, in GetSessionFuncParameter()
Dupdate_client.cpp189 SessionParams sessionParams(SessionType::SESSION_DOWNLOAD, CALLBACK_POSITION_THREE, true); in Download()