Home
last modified time | relevance | path

Searched refs:offsets_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_latency.cpp66 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dgrid_column_info.cpp27 columnInfo_->offsets_[type] = offset; in SetOffset()
90 offset = offsets_[sizeType]; in GetOffset()
94 offset = offsets_[GridSizeType::UNDEFINED]; // use common offset in GetOffset()
H A Dgrid_column_info.h116 return offsets_[type]; in GetOffset()
136 ArrayByScreenType<int32_t> offsets_ {INVALID_OFFSET};
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/include/
H A Ddcamera_softbus_latency.h43 std::map<std::string, int32_t> offsets_; variable