Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/ai_engine/services/common/protocol/data_channel/source/
H A Drequest.cpp99 void Request::SetAlgoPluginType(int type) in SetAlgoPluginType() function in OHOS::AI::Request
171 void IRequest::SetAlgoPluginType(int type) in SetAlgoPluginType() function in OHOS::AI::IRequest
173 RequestCast::Ref(this).SetAlgoPluginType(type); in SetAlgoPluginType()
H A Dresponse.cpp80 void Response::SetAlgoPluginType(int type) in SetAlgoPluginType() function in OHOS::AI::Response
/ohos5.0/foundation/ai/ai_engine/services/common/protocol/data_channel/include/
H A Di_request.h113 void SetAlgoPluginType(int type);
H A Drequest.h111 void SetAlgoPluginType(int type);
H A Di_response.h80 void SetAlgoPluginType(int type);
H A Dresponse.h77 void SetAlgoPluginType(int type);
/ohos5.0/foundation/ai/ai_engine/services/server/communication_adapter/source/
H A Dsa_server_adapter.cpp144 request->SetAlgoPluginType(algoInfo.algorithmType); in ConvertToRequest()