Home
last modified time | relevance | path

Searched refs:DEV_UPG_INFO_ERR (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updateservice/foundations/model/include/
H A Dcall_result.h34 DEV_UPG_INFO_ERR = 102, enumerator
51 constexpr int32_t INT_DEV_UPG_INFO_ERR = CAST_INT(CallResult::DEV_UPG_INFO_ERR);
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Ddefine_property.cpp71 DECLARE_CALL_RESULT_PROPERTY(CallResult::DEV_UPG_INFO_ERR), in DefineCallResult()