Searched refs:callbackSet (Results 1 – 2 of 2) sorted by relevance
287 callbackSet.emplace(callback);310 callbackSet.emplace(callback);333 callbackSet.emplace(callback);356 callbackSet.emplace(callback);378 callbackSet.emplace(callback);414 callbackSet.emplace(callback);438 callbackSet.emplace(callback);460 callbackSet.emplace(callback);482 callbackSet.emplace(callback);507 callbackSet.emplace(callback);[all …]
271 std::set<std::shared_ptr<FormStateCallbackInterface>> &callbackSet = iter->second; in OnAcquireState() local272 for (auto &callback: callbackSet) { in OnAcquireState()358 … const std::set<std::shared_ptr<FormCallbackInterface>> &callbackSet = callbackMapIter->second; in OnError() local359 HILOG_DEBUG("callbackSet.size:%{public}zu", callbackSet.size()); in OnError()360 for (const auto &callback : callbackSet) { in OnError()386 … const std::set<std::shared_ptr<FormCallbackInterface>> &callbackSet = callbackMapIter->second; in OnError() local387 HILOG_DEBUG("callbackSet.size:%{public}zu", callbackSet.size()); in OnError()388 for (const auto &callback : callbackSet) { in OnError()