Home
last modified time | relevance | path

Searched refs:GetRetCode (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ai/ai_engine/services/common/protocol/data_channel/source/
H A Dresponse.cpp85 int Response::GetRetCode() const in GetRetCode() function in OHOS::AI::Response
157 int IResponse::GetRetCode() const in GetRetCode() function in OHOS::AI::IResponse
159 return ResponseCast::Ref(this).GetRetCode(); in GetRetCode()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_adapter.cpp202 return HiSysEvent::ExplainThenReturnRetCode(eventBase.GetRetCode()); in Write()
208 return HiSysEvent::ExplainThenReturnRetCode(eventBase.GetRetCode()); in Write()
212 return eventBase.GetRetCode(); in Write()
/ohos5.0/foundation/ai/ai_engine/services/common/protocol/data_channel/include/
H A Di_response.h87 int GetRetCode() const;
H A Dresponse.h84 int GetRetCode() const;
/ohos5.0/foundation/ai/ai_engine/services/server/server_executor/source/
H A Dengine.cpp153 return response->GetRetCode(); in SyncExecute()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dhisysevent.cpp65 int HiSysEvent::EventBase::GetRetCode() in GetRetCode() function in OHOS::HiviewDFX::HiSysEvent::EventBase
187 return (eventBase.GetRetCode() < SUCCESS); in IsError()
520 HILOG_DEBUG(LOG_CORE, "hisysevent inner writer result: %{public}d.", eventBase.GetRetCode()); in InnerWrite()
H A Dlibhisysevent.map11 "OHOS::HiviewDFX::HiSysEvent::EventBase::GetRetCode()";
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dhisysevent.h292 int GetRetCode();
338 return ExplainThenReturnRetCode(eventBase.GetRetCode());
343 return ExplainThenReturnRetCode(eventBase.GetRetCode());
347 return eventBase.GetRetCode();
/ohos5.0/foundation/ai/ai_engine/services/server/communication_adapter/source/
H A Dclient_listener_handler.cpp53 int retCode = response->GetRetCode(); in IpcIoResponse()