Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_screen/services/common/test/unittest/databuffer/
H A Ddata_buffer_test.cpp89 * @tc.desc: Verify the ResetCapcity function.
95 dataBuffer_->ResetCapcity(10); in HWTEST_F()
101 * @tc.desc: Verify the ResetCapcity function.
107 dataBuffer_->ResetCapcity(0); in HWTEST_F()
133 dataBuffer_->ResetCapcity(20); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/common/databuffer/include/
H A Ddata_buffer.h46 void ResetCapcity(size_t capacity);
/foundation/distributedhardware/distributed_screen/services/common/databuffer/src/
H A Ddata_buffer.cpp83 void DataBuffer::ResetCapcity(size_t capacity) in ResetCapcity() function in OHOS::DistributedHardware::DataBuffer
85 DHLOGI("%{public}s: ResetCapcity.", DSCREEN_LOG_TAG); in ResetCapcity()

Completed in 1 milliseconds