Home
last modified time | relevance | path

Searched defs:MAX_DATA_LENGTH (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Dnode_data_cache.h34 constexpr int32_t MAX_DATA_LENGTH = 100; variable
/ohos5.0/foundation/communication/netstack/frameworks/native/websocket_client/
H A Dwebsocket_client.cpp33 static constexpr const size_t MAX_DATA_LENGTH = 4 * 1024 * 1024; variable
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.cpp39 const uint32_t MAX_DATA_LENGTH = 10000; variable