Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/test/unittest/databuffer/
H A Ddata_buffer_test.cpp95 dataBuffer_->ResetCapcity(10);
107 dataBuffer_->ResetCapcity(0);
133 dataBuffer_->ResetCapcity(20);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/databuffer/include/
H A Ddata_buffer.h46 void ResetCapcity(size_t capacity);
/ohos5.0/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