Home
last modified time | relevance | path

Searched refs:algoPluginType_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ai/ai_engine/services/common/protocol/data_channel/source/
H A Dresponse.cpp28 retCode_(RETCODE_SUCCESS), algoPluginType_(INVALID_ALGO_PLUGIN_TYPE) in Response()
36 algoPluginType_ = request->GetAlgoPluginType(); in Response()
77 return algoPluginType_; in GetAlgoPluginType()
82 algoPluginType_ = type; in SetAlgoPluginType()
H A Drequest.cpp29 algoPluginType_(0) in Request()
96 return algoPluginType_; in GetAlgoPluginType()
101 algoPluginType_ = type; in SetAlgoPluginType()
/ohos5.0/foundation/ai/ai_engine/services/common/protocol/data_channel/include/
H A Drequest.h133 int algoPluginType_; variable
H A Dresponse.h147 int algoPluginType_; variable
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-ai-aiframework-devguide.md306 | algoPluginType_ | 类型:int<br/>作用:引擎框架根据插件加载顺序分配的算法类型的ID。 | 0 |
322 | algoPluginType_ | 类型:int<br/>作用:引擎框架根据插件加载顺序分配的算法类型的ID。 | INVALID_ALGO_PLUGIN_TYPE(-1) |
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-ai-aiframework-devguide.md307 | algoPluginType_ | **Type**: int<br>**Function**: Indicates the algorithm type ID allocated by the…
323 | algoPluginType_ | **Type**: int<br>**Function**: Indicates the algorithm type ID allocated by the…