Searched refs:commErrCodeMap_ (Results 1 – 2 of 2) sorted by relevance
103 commErrCodeMap_.insert(std::pair<std::string, int>(deviceId, commErrCode)); in SetStatus()154 auto iter = commErrCodeMap_.find(deviceId); in ReplaceCommErrCode()155 if (iter != commErrCodeMap_.end()) { in ReplaceCommErrCode()
170 std::map<std::string, int> commErrCodeMap_; variable