Searched refs:INT_CALL_IPC_ERR (Results 1 – 5 of 5) sorted by relevance
/base/update/updateservice/interfaces/inner_api/engine/ |
D | update_service_proxy.cpp | 30 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()
|
D | update_service_kits_impl.cpp | 31 ENGINE_CHECK((updateService) != nullptr, return INT_CALL_IPC_ERR, "Get updateService failed")
|
/base/update/updateservice/services/engine/src/ |
D | update_service_stub.cpp | 39 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/ |
D | update_session.h | 146 case INT_CALL_IPC_ERR: in BuildWorkBusinessErr()
|
/base/update/updateservice/interfaces/inner_api/include/ |
D | update_helper.h | 66 constexpr int32_t INT_CALL_IPC_ERR = CAST_INT(CallResult::IPC_ERR); variable
|