Home
last modified time | relevance | path

Searched refs:lasts_ (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H A Ddevice_matrix.cpp364 if (!lasts_.IsValid()) { in Broadcast()
368 matrix.dynamic |= Low(lasts_.dynamic); in Broadcast()
369 matrix.statics |= Low(lasts_.statics); in Broadcast()
370 if (High(matrix.dynamic) != INVALID_HIGH && High(lasts_.dynamic) != INVALID_HIGH && in Broadcast()
371 High(matrix.dynamic) < High(lasts_.dynamic)) { in Broadcast()
375 if (High(matrix.statics) != INVALID_HIGH && High(lasts_.statics) != INVALID_HIGH && in Broadcast()
376 High(matrix.statics) < High(lasts_.statics)) { in Broadcast()
381 lasts_ = matrix; in Broadcast()
427 lasts_ = matrixData; in OnChanged()
746 matrixData = lasts_; in GenResetTask()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/
H A Ddevice_matrix.h147 MatrixEvent::MatrixData lasts_; member in OHOS::DistributedData::DeviceMatrix

Completed in 3 milliseconds