Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/foundations/model/include/
H A Dcall_result.h36 IPC_ERR = 104, enumerator
47 constexpr int32_t INT_CALL_IPC_ERR = CAST_INT(CallResult::IPC_ERR);
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Ddefine_property.cpp73 DECLARE_CALL_RESULT_PROPERTY(CallResult::IPC_ERR), in DefineCallResult()