Home
last modified time | relevance | path

Searched refs:MAX_WRITE_SIZE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/include/
H A Dfuzz_data_generator.h27 static const size_t MAX_WRITE_SIZE = 200 * 1024;
30 size_t writeSize = (size > MAX_WRITE_SIZE) ? MAX_WRITE_SIZE : size; in Write()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.h142 static const int MAX_WRITE_SIZE; variable
H A Dstorage_engine.cpp26 const int StorageEngine::MAX_WRITE_SIZE = 1; member in DistributedDB::StorageEngine
479 poolSize.maxWriteNum > MAX_WRITE_SIZE || in CheckEngineAttr()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Drenderer_in_client.cpp58 static const size_t MAX_WRITE_SIZE = 20 * 1024 * 1024; // 20M variable
1662 …CHECK_AND_RETURN_RET_LOG(buffer != nullptr && bufferSize < MAX_WRITE_SIZE && bufferSize > 0, ERR_I… in WriteInner()