Home
last modified time | relevance | path

Searched refs:SetErrCode (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp225 pRsp->SetErrCode(reply.ReadInt32()); in ON_IPC_READ_RESPONSE()
245 pRsp->SetErrCode(reply.ReadInt32()); in ON_IPC_READ_RESPONSE()
265 pRsp->SetErrCode(reply.ReadInt32()); in ON_IPC_READ_RESPONSE()
286 pRsp->SetErrCode(reply.ReadInt32()); in ON_IPC_READ_RESPONSE()
308 pRsp->SetErrCode(reply.ReadInt32()); in ON_IPC_READ_RESPONSE()
674 pRsp->SetErrCode(reply.ReadInt32()); in ON_IPC_READ_RESPONSE()
701 pRsp->SetErrCode(reply.ReadInt32()); in ON_IPC_READ_RESPONSE()
873 pRsp->SetErrCode(reply.ReadInt32()); in ON_IPC_READ_RESPONSE()
902 pRsp->SetErrCode(reply.ReadInt32()); in ON_IPC_READ_RESPONSE()
984 pRsp->SetErrCode(reply.ReadInt32()); in ON_IPC_READ_RESPONSE()
[all …]
/ohos5.0/foundation/multimedia/media_foundation/src/filter/
H A Dfilter.cpp71 SetErrCode(ret); in LinkPipeLine()
76 SetErrCode(ret); in LinkPipeLine()
103 SetErrCode(ret); in PrepareDone()
148 SetErrCode(ret); in StartDone()
209 SetErrCode(ret); in PauseDone()
242 SetErrCode(ret); in ResumeDone()
305 SetErrCode(ret); in StopDone()
349 SetErrCode(ret); in ReleaseDone()
557 SetErrCode(Status::ERROR_TIMED_OUT); in WaitAllState()
578 void Filter::SetErrCode(Status errCode) in SetErrCode() function in OHOS::Media::Pipeline::Filter
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_cmd_parser.cpp65 pBaseRsp->SetErrCode(ret); in SetRspErrCode()
128 pRsp->SetErrCode(ret); in ON_IPC_READ_RESPONSE()
162 pRsp->SetErrCode(ret); in ON_IPC_READ_RESPONSE()
226 pRsp->SetErrCode(ret); in ON_IPC_READ_RESPONSE()
252 pRsp->SetErrCode(ret); in ON_IPC_READ_RESPONSE()
284 pRsp->SetErrCode(ret); in ON_IPC_READ_RESPONSE()
314 pRsp->SetErrCode(ret); in ON_IPC_READ_RESPONSE()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_cmd_parser.cpp156 pBaseRsp->SetErrCode(reply.ReadInt32()); in ON_IPC_READ_RESPONSE()
196 pBaseRsp->SetErrCode(reply.ReadInt32()); in ON_IPC_READ_RESPONSE()
231 pBaseRsp->SetErrCode(reply.ReadInt32()); in ON_IPC_READ_RESPONSE()
265 pBaseRsp->SetErrCode(reply.ReadInt32()); in ON_IPC_READ_RESPONSE()
299 pBaseRsp->SetErrCode(reply.ReadInt32()); in ON_IPC_READ_RESPONSE()
344 pBaseRsp->SetErrCode(reply.ReadInt32()); in ON_IPC_READ_RESPONSE()
375 pBaseRsp->SetErrCode(reply.ReadInt32()); in ON_IPC_READ_RESPONSE()
803 pBaseRsp->SetErrCode(reply.ReadInt32()); in ON_IPC_READ_RESPONSE()
1100 pBaseRsp->SetErrCode(reply.ReadInt32()); in ON_IPC_READ_RESPONSE()
1140 pBaseRsp->SetErrCode(reply.ReadInt32()); in ON_IPC_READ_RESPONSE()
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_rsp.h34 void SetErrCode(int32_t errCode) in SetErrCode() function
H A Dipc_credential_auth_status_req.h82 void SetErrCode(int32_t errcode) in SetErrCode() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dvalue_slice_sync.h38 void SetErrCode(int32_t errCode);
H A Dmulti_ver_data_sync.cpp49 void MultiVerRequestPacket::SetErrCode(int32_t errCode) in SetErrCode() function in DistributedDB::MultiVerRequestPacket
328 packet->SetErrCode(-E_LAST_SYNC_FRAME); in SendFinishedRequest()
429 packet->SetErrCode(pktErrCode); in RequestPacketDeSerialization()
H A Dmulti_ver_data_sync.h39 void SetErrCode(int32_t errCode);
H A Dvalue_slice_sync.cpp51 void ValueSliceHashPacket::SetErrCode(int32_t errCode) in SetErrCode() function in DistributedDB::ValueSliceHashPacket
311 packet->SetErrCode(-E_LAST_SYNC_FRAME); in SendFinishedRequest()
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/filter/
H A Dfilter.h243 void SetErrCode(Status errCode);
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/
H A Dipc_cmd_parser.cpp38 pBaseRsp->SetErrCode(ret); in SetRspErrCode()
/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocator_ability.h288 void SetErrCode(int32_t errCode);
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service_listener.cpp523 pReq->SetErrCode(errcode); in OnCredentialAuthStatus()
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_ability.cpp1603 locatorErrorMessage->SetErrCode(errCode); in ReportLocationError()
1790 void LocatorErrorMessage::SetErrCode(int32_t errCode) in SetErrCode() function in OHOS::Location::LocatorErrorMessage
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_cmd_parser_service.cpp1553 req->SetErrCode(errcode);