Searched refs:offsets_ (Results 1 – 4 of 4) sorted by relevance
66 offsets_.emplace(devId, 0); in StartSoftbusTimeSync()94 offsets_.erase(devId); in StopSoftbusTimeSync()103 offsets_[devId] = microsecond; in SetTimeSyncInfo()109 auto dev = offsets_.find(devId); in GetTimeSyncInfo()110 if (dev == offsets_.end()) { in GetTimeSyncInfo()113 return offsets_[devId]; in GetTimeSyncInfo()
27 columnInfo_->offsets_[type] = offset; in SetOffset()90 offset = offsets_[sizeType]; in GetOffset()94 offset = offsets_[GridSizeType::UNDEFINED]; // use common offset in GetOffset()
116 return offsets_[type]; in GetOffset()136 ArrayByScreenType<int32_t> offsets_ {INVALID_OFFSET};
43 std::map<std::string, int32_t> offsets_; variable