Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp57 isPartialRefresh_ = flag; in SetPartialRefreshFlag()
62 return isPartialRefresh_; in GetPartialRefreshFlag()
115 {KEY_PARTIALREFRESH, videoParam.isPartialRefresh_} in to_json()
151 videoParam.isPartialRefresh_ = false; in from_json()
153 videoParam.isPartialRefresh_ = j[KEY_PARTIALREFRESH].get<bool>(); in from_json()
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H A Dvideo_param_test.cpp87 videoParam->isPartialRefresh_ = false; in HWTEST_F()
89 EXPECT_TRUE(videoParam->isPartialRefresh_); in HWTEST_F()
224 jsonVideoParam.isPartialRefresh_ = true; in HWTEST_F()
240 EXPECT_EQ(false, jsonVideoParam.isPartialRefresh_); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/common/utils/include/
H A Dvideo_param.h56 bool isPartialRefresh_ = false; member in OHOS::DistributedHardware::VideoParam

Completed in 1 milliseconds