Home
last modified time | relevance | path

Searched defs:HEAD_SIZE (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/dataobsmgr/include/
H A Dcommon_utils.h27 static constexpr uint32_t HEAD_SIZE = 6; in Anonymous() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/utils/
H A Danonymous.cpp19 constexpr int32_t HEAD_SIZE = 3; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/utils/src/
H A Dkvstore_utils.cpp22 constexpr int32_t HEAD_SIZE = 3; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dprocess_system_api_adapter_impl.cpp27 constexpr int32_t HEAD_SIZE = 3; variable
H A Dstore_util.cpp27 constexpr int32_t HEAD_SIZE = 3; variable
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H A Dsoftbus_session.cpp31 constexpr int32_t HEAD_SIZE = 3; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_util.cpp27 constexpr int32_t HEAD_SIZE = 3; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/
H A Dradar_reporter.h110 static constexpr const int32_t HEAD_SIZE = 5; variable
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
H A Dstream_buffer.rs275 const HEAD_SIZE: usize = size_of::<PackHead>(); in read_client_packets() const
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dcommunicator_test.cpp40 constexpr int32_t HEAD_SIZE = 3; variable
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dsoftbus_adapter_standard.cpp31 constexpr int32_t HEAD_SIZE = 3; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp39 constexpr const int32_t HEAD_SIZE = 3; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp52 const int HEAD_SIZE = 3; variable