Searched refs:phyScreenPropMap_ (Results 1 – 2 of 2) sorted by relevance
494 std::map<ScreenId, ScreenProperty> phyScreenPropMap_; variable
758 phyScreenPropMap_.erase(screenId); in HandleScreenEvent()1380 phyScreenPropMap_[screenId] = property; in GetOrCreateScreenSession()4517 auto iter = phyScreenPropMap_.find(screenId); in GetPhyScreenProperty()4518 if (iter == phyScreenPropMap_.end()) { in GetPhyScreenProperty()