Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/frameworks/js/napi/update/include/
H A Dsession_type.h39 constexpr uint32_t SESSION_CANCEL_UPGRADE = 17; variable
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Dupdate_session.cpp169 {SessionType::SESSION_CANCEL_UPGRADE, "cancel"},
H A Dupdate_client.cpp123 SessionParams sessionParams(SessionType::SESSION_CANCEL_UPGRADE, CALLBACK_POSITION_ONE, true); in CancelUpgrade()