Home
last modified time | relevance | path

Searched refs:BuildCurrentVersionInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/update/updateservice/services/firmware/common/include/
H A Dfirmware_update_helper.h47 static void BuildCurrentVersionInfo(CurrentVersionInfo &currentVersionInfo);
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/include/
H A Dclient_helper.h44 … static int32_t BuildCurrentVersionInfo(napi_env env, napi_value &obj, const UpdateResult &result);
/ohos5.0/base/update/updateservice/services/firmware/common/src/
H A Dfirmware_update_helper.cpp109 void FirmwareUpdateHelper::BuildCurrentVersionInfo(CurrentVersionInfo &currentVersionInfo) in BuildCurrentVersionInfo() function in OHOS::UpdateEngine::FirmwareUpdateHelper
/ohos5.0/base/update/updateservice/services/engine/src/
H A Dupdate_service_impl_firmware.cpp206 FirmwareUpdateHelper::BuildCurrentVersionInfo(currentVersionInfo); in GetCurrentVersionInfo()
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Dupdate_client.cpp441 result.buildJSObject = ClientHelper::BuildCurrentVersionInfo; in GetUpdateResult()
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Dclient_helper.cpp175 int32_t ClientHelper::BuildCurrentVersionInfo(napi_env env, napi_value &obj, const UpdateResult &re… in BuildCurrentVersionInfo() function in OHOS::UpdateEngine::ClientHelper