Home
last modified time | relevance | path

Searched refs:JudgeDirtyThreshold (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/common/decision_center/src/
H A Dscreen_decision_center.cpp52 bool ScreenDecisionCenter::JudgeDirtyThreshold(const std::vector<OHOS::Rect> &damages) in JudgeDirtyThreshold() function in OHOS::DistributedHardware::ScreenDecisionCenter
54 DHLOGI("%{public}s: JudgeDirtyThreshold.", DSCREEN_LOG_TAG); in JudgeDirtyThreshold()
81 !IsDirtyRectValid(damages) || !JudgeDirtyThreshold(damages)) { in InputBufferImage()
/foundation/distributedhardware/distributed_screen/services/common/decision_center/include/
H A Dscreen_decision_center.h33 bool JudgeDirtyThreshold(const std::vector<OHOS::Rect> &damages);
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/decision_center/
H A Dscreen_decision_center_test.cpp169 * @tc.desc: Verify the JudgeDirtyThreshold function.
176 int32_t ret = decision->JudgeDirtyThreshold(damages); in HWTEST_F()
182 * @tc.desc: Verify the JudgeDirtyThreshold function.
191 int32_t ret = decision->JudgeDirtyThreshold(damages); in HWTEST_F()
197 * @tc.desc: Verify the JudgeDirtyThreshold function.
206 int32_t ret = decision->JudgeDirtyThreshold(damages); in HWTEST_F()

Completed in 1 milliseconds