Home
last modified time | relevance | path

Searched defs:DEFAULT_BUF_SIZE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_util.h26 static constexpr int32_t DEFAULT_BUF_SIZE = 1024; variable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/
H A Dmod.rs21 pub const DEFAULT_BUF_SIZE: usize = if cfg!(target_os = "espidf") { const
/ohos5.0/foundation/multimodalinput/input/test/facility/virtual_device/src/
H A Dgeneral_device.cpp25 constexpr size_t DEFAULT_BUF_SIZE { 1024 }; variable
/ohos5.0/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_device.cpp33 constexpr size_t DEFAULT_BUF_SIZE { 1024 }; variable
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtransform_point_test.cpp32 constexpr size_t DEFAULT_BUF_SIZE { 4096 }; variable