Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/frameworks/js/napi/update/include/
H A Dupdate_result.h50 if (type == SessionType::SESSION_DOWNLOAD || type == SessionType::SESSION_UPGRADE) { in Release()
80 if (type == SessionType::SESSION_DOWNLOAD || type == SessionType::SESSION_UPGRADE) {
H A Dsession_type.h23 constexpr uint32_t SESSION_DOWNLOAD = 1; variable
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Dupdate_session.cpp153 {SessionType::SESSION_DOWNLOAD, "download"},
H A Dupdate_client.cpp180 SessionParams sessionParams(SessionType::SESSION_DOWNLOAD, CALLBACK_POSITION_THREE, true); in Download()