Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/frameworks/js/napi/session/include/
H A Dnapi_structs_base.h31 SessionParams(uint32_t typeValue = UINT32_MAX, size_t callbackPosition = CALLBACK_POSITION_ONE,
37 … callbackStartIndex = (callbackPosition < 1) ? CALLBACK_POSITION_ONE : INDEX(callbackPosition);
H A Dnapi_common_define.h60 CALLBACK_POSITION_ONE = 1, enumerator
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Dupdate_client.cpp111 SessionParams sessionParams(SessionType::SESSION_CHECK_VERSION, CALLBACK_POSITION_ONE, true); in CheckNewVersion()
123 SessionParams sessionParams(SessionType::SESSION_CANCEL_UPGRADE, CALLBACK_POSITION_ONE, true); in CancelUpgrade()
293 … SessionParams sessionParams(SessionType::SESSION_TERMINATE_UPGRADE, CALLBACK_POSITION_ONE, true); in TerminateUpgrade()
326 SessionParams sessionParams(SessionType::SESSION_GET_POLICY, CALLBACK_POSITION_ONE, true); in GetUpgradePolicy()
337 SessionParams sessionParams(SessionType::SESSION_GET_NEW_VERSION, CALLBACK_POSITION_ONE, true); in GetNewVersionInfo()
373 SessionParams sessionParams(SessionType::SESSION_GET_CUR_VERSION, CALLBACK_POSITION_ONE, true); in GetCurrentVersionInfo()
409 SessionParams sessionParams(SessionType::SESSION_GET_TASK_INFO, CALLBACK_POSITION_ONE, true); in GetTaskInfo()
H A Drestorer.cpp40 SessionParams sessionParams(SessionType::SESSION_FACTORY_RESET, CALLBACK_POSITION_ONE, true); in FactoryReset()