Searched refs:cardProxy_ (Results 1 – 3 of 3) sorted by relevance
28 cardProxy_[0] = connection; in AccessibilityWindowConnection()36 cardProxy_[treeId] = connection; in AccessibilityWindowConnection()51 cardProxy_[treeId] = operation; in SetCardProxy()57 auto iter = cardProxy_.find(treeId); in GetCardProxy()58 if (iter != cardProxy_.end()) { in GetCardProxy()60 return cardProxy_[treeId]; in GetCardProxy()82 for (auto &treeId: cardProxy_) { in GetAllTreeId()105 cardProxy_.erase(treeId); in EraseProxy()
47 cardProxy_[treeId] = operation; in SetCardProxy()53 auto iter = cardProxy_.find(treeId); in GetCardProxy()54 if (iter != cardProxy_.end()) { in GetCardProxy()56 return cardProxy_[treeId]; in GetCardProxy()78 for (auto &treeId: cardProxy_) { in GetAllTreeId()101 auto iter = cardProxy_.find(treeId); in EraseProxy()102 if (iter != cardProxy_.end()) { in EraseProxy()103 cardProxy_.erase(iter); in EraseProxy()
57 std::map<int32_t, sptr<IAccessibilityElementOperator>> cardProxy_; variable