Home
last modified time | relevance | path

Searched refs:INT_CALL_IPC_ERR (Results 1 - 5 of 5) sorted by relevance

/base/update/updateservice/foundations/model/include/
H A Dcall_result.h47 constexpr int32_t INT_CALL_IPC_ERR = CAST_INT(CallResult::IPC_ERR); member in OHOS::UpdateEngine::CallResult
/base/update/updateservice/foundations/ability/sa_loader/include/
H A Dbase_service_kits_impl.h31 return INT_CALL_IPC_ERR; \
/base/update/updateservice/frameworks/js/napi/session/include/
H A Dnapi_session.h110 case INT_CALL_IPC_ERR: in BuildWorkBusinessErr()
/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_proxy.cpp29 ENGINE_CHECK((remote) != nullptr, return INT_CALL_IPC_ERR, "Can not get remote")
37 result = INT_CALL_IPC_ERR; \
43 return INT_CALL_IPC_ERR; \
65 ENGINE_CHECK(res, return INT_CALL_IPC_ERR, "RegisterUpdateCallback error, WriteRemoteObject fail"); in RegisterUpdateCallback()
/base/update/updateservice/services/engine/src/
H A Dupdate_service_stub.cpp42 ENGINE_CHECK((service) != nullptr, return INT_CALL_IPC_ERR, "service null")
315 ENGINE_CHECK(remote != nullptr, return INT_CALL_IPC_ERR, "Failed to read remote obj"); in RegisterUpdateCallbackStub()
442 return CALL_RESULT_TO_IPC_RESULT(INT_CALL_IPC_ERR); in HandleRemoteRequest()

Completed in 4 milliseconds