Searched refs:MAX_LIMIT (Results 1 - 12 of 12) sorted by relevance
/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/ |
H A D | send_context.cpp | 23 static constexpr size_t MAX_LIMIT = 5 * 1024 * 1024; variable 42 if (dataLen == 0 || dataLen > MAX_LIMIT) { in HandleParseString() 73 if (dataLen == 0 || dataLen > MAX_LIMIT) { in HandleParseArrayBuffer()
|
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/include/ |
H A D | constant.h | 49 static constexpr const char *MAX_LIMIT_NAME = "MAX_LIMIT"; 60 MAX_LIMIT, enumerator
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/ |
H A D | prepared_stmt.h | 26 enum ExecutorOperation { MIN_LIMIT, QUERY, DELETE, UPDATE, INSERT, MAX_LIMIT }; enumerator
|
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_request.cpp | 64 if (maxLimit > MAX_LIMIT) { in SetMaxLimit() 66 maxLimit_ = MAX_LIMIT; in SetMaxLimit()
|
/foundation/communication/netstack/frameworks/js/napi/http/options/src/ |
H A D | http_request_options.cpp | 73 if (maxLimit > HttpConstant::MAX_LIMIT) { in SetMaxLimit() 75 maxLimit_ = HttpConstant::MAX_LIMIT; in SetMaxLimit()
|
/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_task.cpp | 52 static const size_t MAX_LIMIT = HttpConstant::MAX_DATA_LIMIT; member 522 if (task->response_.GetResult().size() < MAX_LIMIT) { in DataReceiveCallback() 555 if (size * memBytes > MAX_LIMIT) { in HeaderReceiveCallback() 556 NETSTACK_LOGE("size * memBytes(%{public}zu) > MAX_LIMIT(%{public}zu)", size * memBytes, MAX_LIMIT); in HeaderReceiveCallback()
|
/foundation/communication/netstack/frameworks/js/napi/http/constant/include/ |
H A D | constant.h | 132 static const uint32_t MAX_LIMIT; member in OHOS::NetStack::Http::final
|
/foundation/communication/netstack/frameworks/js/napi/http/constant/src/ |
H A D | constant.cpp | 29 const uint32_t HttpConstant::MAX_LIMIT = 100 * 1024 * 1024; member in OHOS::NetStack::Http::HttpConstant
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | prepared_stmt.cpp | 119 if (parcel.IsError() || opCode <= MIN_LIMIT || opCode >= MAX_LIMIT) { in DeSerialize()
|
/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | constant.h | 25 constexpr const uint32_t MAX_LIMIT = 100 * 1024 * 1024; member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_particle.cpp | 49 constexpr float MAX_LIMIT = 10000.0f; member 61 constexpr float MAX_SCALE = MAX_LIMIT; 62 constexpr float MAX_SPIN = MAX_LIMIT; 63 constexpr float MAX_SPEED = MAX_LIMIT; 64 constexpr float MAX_ANGLE = MAX_LIMIT;
|
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/ |
H A D | mdns_module.cpp | 156 NapiUtils::CreateUint32(env, static_cast<uint32_t>(MDnsErr::MAX_LIMIT))), in InitMDnsModule()
|
Completed in 9 milliseconds