Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/frameworks/js/napi/update/include/
H A Dupdate_session.h49 if (sessionParams_.type == SessionType::SESSION_FACTORY_RESET) { in GetFunctionPermissionName()
85 if (sessionParams_.type == SessionType::SESSION_FACTORY_RESET) { in GetFunctionPermissionName()
H A Dsession_type.h37 constexpr uint32_t SESSION_FACTORY_RESET = 15; variable
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Drestorer.cpp40 SessionParams sessionParams(SessionType::SESSION_FACTORY_RESET, CALLBACK_POSITION_ONE, true); in FactoryReset()
H A Dupdate_session.cpp167 {SessionType::SESSION_FACTORY_RESET, "factoryReset"},