Home
last modified time | relevance | path

Searched refs:GetAlgoPluginType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ai/ai_engine/services/common/protocol/data_channel/source/
H A Drequest.cpp94 int Request::GetAlgoPluginType() const in GetAlgoPluginType() function in OHOS::AI::Request
166 int IRequest::GetAlgoPluginType() const in GetAlgoPluginType() function in OHOS::AI::IRequest
168 return RequestCast::Ref(this).GetAlgoPluginType(); in GetAlgoPluginType()
H A Dresponse.cpp36 algoPluginType_ = request->GetAlgoPluginType(); in Response()
75 int Response::GetAlgoPluginType() const in GetAlgoPluginType() function in OHOS::AI::Response
/ohos5.0/foundation/ai/ai_engine/services/common/protocol/data_channel/include/
H A Di_request.h106 int GetAlgoPluginType() const;
H A Drequest.h104 int GetAlgoPluginType() const;
H A Di_response.h73 int GetAlgoPluginType() const;
H A Dresponse.h70 int GetAlgoPluginType() const;
/ohos5.0/foundation/ai/ai_engine/services/server/server_executor/source/
H A Dserver_executor.cpp120 HILOGI("[ServerExecutor]Begin to call SyncExecute, algoType:%d.", request->GetAlgoPluginType()); in SyncExecute()