Home
last modified time | relevance | path

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

/base/update/updateservice/interfaces/inner_api/engine/
Dupdate_service_proxy.cpp30 return INT_CALL_IPC_ERR; \
34 ENGINE_CHECK((remote) != nullptr, return INT_CALL_IPC_ERR, "Can not get remote")
42 result = INT_CALL_IPC_ERR; \
65 …ENGINE_CHECK(res, return INT_CALL_IPC_ERR, "RegisterUpdateCallback error, WriteRemoteObject fail"); in RegisterUpdateCallback()
Dupdate_service_kits_impl.cpp31 ENGINE_CHECK((updateService) != nullptr, return INT_CALL_IPC_ERR, "Get updateService failed")
/base/update/updateservice/services/engine/src/
Dupdate_service_stub.cpp39 ENGINE_CHECK((service) != nullptr, return INT_CALL_IPC_ERR, "service null")
304 ENGINE_CHECK(remote != nullptr, return INT_CALL_IPC_ERR, "Failed to read remote obj"); in RegisterUpdateCallbackStub()
411 return CALL_RESULT_TO_IPC_RESULT(INT_CALL_IPC_ERR); in OnRemoteRequest()
/base/update/updateservice/frameworks/js/napi/client/
Dupdate_session.h146 case INT_CALL_IPC_ERR: in BuildWorkBusinessErr()
/base/update/updateservice/interfaces/inner_api/include/
Dupdate_helper.h66 constexpr int32_t INT_CALL_IPC_ERR = CAST_INT(CallResult::IPC_ERR); variable