Home
last modified time | relevance | path

Searched refs:UINT16_MAX (Results 1 – 25 of 48) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dmarquee_component.cpp91 if (rollSpeed > UINT16_MAX) { in SetRollSpeed()
92 rollSpeed = UINT16_MAX; in SetRollSpeed()
H A Dchart_component.cpp320 if ((xMaxValue_ >= (UINT16_MAX - 1)) || (dataLen < xMinValue_)) { in UpdateValuesToSerial()
398 if ((dataLen == UINT16_MAX) || (UINT16_MAX - latestIndex) < (dataLen + 1)) { in AppendValues()
647 if ((tempMinVal >= 0) && (tempMinVal <= UINT16_MAX)) { in SetOptionsAxisDataRange()
650 if ((tempMaxVal >= 0) && (tempMaxVal <= UINT16_MAX)) { in SetOptionsAxisDataRange()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dstring_util.cpp30 if (size >= UINT16_MAX) { in Copy()
62 if (size == 0 || size >= UINT16_MAX) { in Slice()
H A Dkey_parser.cpp48 if (s == nullptr || len >= UINT16_MAX || len == 0) { in ParseKeyId()
848 if (len >= UINT16_MAX) { in ParseKeyId()
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dddk_sysfs_device.c200 ret += DdkSysfsReadProperty(deviceDir, "idVendor", &value, UINT16_MAX); in DdkSysfsGetDevice()
202 ret += DdkSysfsReadProperty(deviceDir, "idProduct", &value, UINT16_MAX); in DdkSysfsGetDevice()
204 ret += DdkSysfsReadProperty(deviceDir, "bcdDevice", &value, UINT16_MAX); in DdkSysfsGetDevice()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dattributes_test.cpp135 EXPECT_TRUE(attrs.SetUint32Value(Attributes::ATTR_RESULT_CODE, UINT16_MAX));
142 EXPECT_TRUE(value1 == UINT16_MAX);
150 EXPECT_TRUE(attrs.SetUint16Value(Attributes::ATTR_SIGNATURE, UINT16_MAX));
157 EXPECT_TRUE(value2 == UINT16_MAX);
251 array.push_back(UINT16_MAX - i);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style.cpp247 if ((strtokALen == 0) || (strtokALen >= (UINT16_MAX - 1)) || (strtokBLen == 0) || in ConcatJerryString()
248 (strtokBLen >= (UINT16_MAX - 1))) { in ConcatJerryString()
299 if (strLen == 0 || (strLen >= UINT16_MAX)) { in GenerateFromJS()
H A Dapp_style_item.cpp52 if (len >= UINT16_MAX) { in SetStringValue()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dradio_switch_tdd_test.h37 constexpr static int16_t CHECK_LEN = MAX_VALUE - UINT16_MAX - 1;
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/events/
H A Dkey_event.h41 constexpr uint16_t INVALID_KEY_STATE = UINT16_MAX;
H A Dvirtual_device_event.h107 static constexpr uint16_t INVALID_VIRTUAL_INPUT_STATE = UINT16_MAX;
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_config.c63 (UINT16_MAX - NSTACKX_P2P_COMPENSATION_RATE)) { in GetFileConfigP2p()
76 (UINT16_MAX - NSTACKX_WLAN_COMPENSATION_RATE)) { in GetFileConfigWlan()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/core/
H A Dnstackx_congestion.c79 ret = (ret > UINT16_MAX) ? UINT16_MAX : ret; in GetEnhanceP2pSendRate()
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_device.h396 uint16_t bcdUSB_ = UINT16_MAX;
397 uint16_t bcdDevice_ = UINT16_MAX;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_communicator.h114 uint16_t remoteVersion_ = UINT16_MAX;
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dtyped_text.h64 uint16_t count = UINT16_MAX);
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/
H A Dmdns_common.cpp81 return 0 <= port && port <= UINT16_MAX; in IsPortValid()
/ohos5.0/foundation/communication/dsoftbus/core/discovery/coap/common/src/
H A Ddisc_coap_parser.c128 if (authPort <= 0 || authPort > UINT16_MAX) { in DiscCoapParseServiceData()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Drs_vulkan_context_test.cpp99 rsVulkanInterface.graphicsQueueFamilyIndex_ = UINT16_MAX;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_remote_device_observer_proxy.cpp83 if (uuidSize > UINT16_MAX) { in OnRemoteUuidChanged()
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/
H A Dinjection_event_dispatch.cpp203 if ((numberCode >= 0) && (numberCode <= UINT16_MAX)) { in CheckCode()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/amsthread/
H A Dams_thread.cpp231 if (nextToken_ >= UINT16_MAX) { in GenerateToken()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_util.cpp542 …submesh.indexType = submesh.vertexCount <= UINT16_MAX ? CORE_INDEX_TYPE_UINT16 : CORE_INDEX_TYPE_U… in GenerateSphereMesh()
575 …submesh.indexType = submesh.vertexCount <= UINT16_MAX ? CORE_INDEX_TYPE_UINT16 : CORE_INDEX_TYPE_U… in GenerateConeMesh()
614 …submesh.indexType = submesh.vertexCount <= UINT16_MAX ? CORE_INDEX_TYPE_UINT16 : CORE_INDEX_TYPE_U… in GenerateTorusMesh()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dauth_widget_helper.cpp181 credentialDigest = info.enrolledState.credentialDigest & UINT16_MAX; in SetReuseUnlockResult()
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js56 var UINT16_MAX = 65535; variable
130 } else if (value <= UINT16_MAX) {

12