Home
last modified time | relevance | path

Searched defs:MAX_DATA_SIZE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dunified_data.h58 static constexpr int64_t MAX_DATA_SIZE = 200 * 1024 * 1024; variable
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Ddef.h63 static constexpr unsigned int MAX_DATA_SIZE = 384 * 1024; variable
/ohos5.0/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_session.c37 #define MAX_DATA_SIZE 1024 macro
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h425 static constexpr size_t MAX_DATA_SIZE = 128 * 1024 * 1024; // 128M variable
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_p2p.c866 #define MAX_DATA_SIZE 1024 in OnP2pVerifyMsgReceived() macro
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp48 constexpr size_t MAX_DATA_SIZE = INT_MAX; variable