Home
last modified time | relevance | path

Searched refs:handles_ (Results 1 - 6 of 6) sorted by relevance

/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()
140 const auto iter = handles_.find(handle); in Release()
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_ in ReleaseAllHandles()
[all...]
/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()
275 const auto &iter = handles_ in GetOption()
[all...]
/foundation/ai/ai_engine/services/server/plugin/cv/image_classification/include/
H A Dic_plugin.h60 std::map<intptr_t, ICPluginConfig> handles_; member in OHOS::AI::ICPlugin
/foundation/ai/ai_engine/services/server/plugin/asr/keyword_spotting/include/
H A Dkws_plugin.h69 std::map<intptr_t, KWSWorkplace> handles_; member in OHOS::AI::KWSPlugin
/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()
/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_; member in OHOS::Msdp::DeviceStatus::Cooperate::final

Completed in 4 milliseconds