Searched refs:handles_ (Results 1 – 8 of 8) sorted by relevance
85 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 …]
73 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 …]
60 std::map<intptr_t, ICPluginConfig> handles_; variable
69 std::map<intptr_t, KWSWorkplace> handles_; variable
38 handles_ = { in DSoftbusHandler()232 auto it = handles_.find(messageId); in OnPacket()233 if (it != handles_.end()) { in OnPacket()
106 … std::map<int32_t, std::function<void(const std::string &networkId, NetPacket &packet)>> handles_; variable