Home
last modified time | relevance | path

Searched refs:handles_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ai/ai_engine/services/server/plugin/cv/image_classification/source/
H A Dic_plugin.cpp85 handles_.clear(); in ICPlugin()
112 const auto iter = handles_.find(handle); in Prepare()
113 if (iter != handles_.end()) { in Prepare()
122 handles_.emplace(handle, config); in Prepare()
141 if (iter == handles_.end()) { in Release()
150 handles_.erase(iter); in Release()
163 for (auto iter = handles_.begin(); iter != handles_.end(); ++iter) { in ReleaseAllHandles()
167 handles_.clear(); in ReleaseAllHandles()
211 if (iter == handles_.end()) { in SetOption()
241 if (iter == handles_.end()) { in GetOption()
[all …]
/ohos5.0/foundation/ai/ai_engine/services/server/plugin/asr/keyword_spotting/source/
H A Dkws_plugin.cpp73 handles_.clear(); in KWSPlugin()
84 for (auto iter = handles_.begin(); iter != handles_.end(); ++iter) { in ReleaseAllHandles()
88 handles_.clear(); in ReleaseAllHandles()
109 const auto iter = handles_.find(handle); in Prepare()
110 if (iter != handles_.end()) { in Prepare()
129 handles_.emplace(handle, worker); in Prepare()
171 const auto iter = handles_.find(handle); in SyncProcess()
172 if (iter == handles_.end()) { in SyncProcess()
276 if (iter == handles_.end()) { in GetOption()
326 if (iter != handles_.end()) { in FreeHandle()
[all …]
/ohos5.0/foundation/ai/ai_engine/services/server/plugin/cv/image_classification/include/
H A Dic_plugin.h60 std::map<intptr_t, ICPluginConfig> handles_; variable
/ohos5.0/foundation/ai/ai_engine/services/server/plugin/asr/keyword_spotting/include/
H A Dkws_plugin.h69 std::map<intptr_t, KWSWorkplace> handles_; variable
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Ddsoftbus_handler.cpp38 handles_ = { in DSoftbusHandler()
232 auto it = handles_.find(messageId); in OnPacket()
233 if (it != handles_.end()) { in OnPacket()
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Ddsoftbus_handler.cpp38 handles_ = { in DSoftbusHandler()
232 auto it = handles_.find(messageId); in OnPacket()
233 if (it != handles_.end()) { in OnPacket()
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Ddsoftbus_handler.h106 … std::map<int32_t, std::function<void(const std::string &networkId, NetPacket &packet)>> handles_; variable
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/
H A Ddsoftbus_handler.h106 … std::map<int32_t, std::function<void(const std::string &networkId, NetPacket &packet)>> handles_; variable