Home
last modified time | relevance | path

Searched refs:UINT32_MAX (Results 1 – 25 of 241) sorted by relevance

12345678910

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_timer.c38 if (ms > UINT32_MAX) { in GetTimeDiffMs()
39 ms = UINT32_MAX; in GetTimeDiffMs()
58 if (us > UINT32_MAX) { in GetTimeDiffUs()
59 us = UINT32_MAX; in GetTimeDiffUs()
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_display_test.cpp154 uint32_t phyWidth = UINT32_MAX;
158 ASSERT_EQ(UINT32_MAX, absDisplay->phyWidth_);
167 uint32_t phyWidth = UINT32_MAX;
168 uint32_t phyHeight = UINT32_MAX;
171 ASSERT_EQ(UINT32_MAX, absDisplay->phyHeight_);
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/tdd_helper/exception_controller/src/
H A Dexception_controller.c23 static uint32_t g_throwExceptionIndex = UINT32_MAX;
95 g_throwExceptionIndex = UINT32_MAX; in InitExceptionController()
109 g_throwExceptionIndex = UINT32_MAX; in DestroyExceptionController()
/ohos5.0/drivers/interface/display/composer/cache_manager/
H A Dbuffer_cache_utils.h40 if (buffer == nullptr && seqNo != UINT32_MAX) { in NativeBufferCache()
52 } else if (buffer != nullptr && seqNo != UINT32_MAX) { in NativeBufferCache()
71 } else if (buffer != nullptr && seqNo == UINT32_MAX) { in NativeBufferCache()
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h167 uint32_t phyWidth_ { UINT32_MAX };
168 uint32_t phyHeight_ { UINT32_MAX };
170 uint32_t dpiPhyWidth_ { UINT32_MAX };
171 uint32_t dpiPhyHeight_ { UINT32_MAX };
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dc_array.c29 if ((*array)->len != 0 && ((*array)->len < UINT32_MAX / sizeof(uint8_t))) { in DestroyUint8Array()
43 if ((*array)->len != 0 && ((*array)->len < UINT32_MAX / sizeof(uint64_t))) { in DestroyUint64Array()
95 if ((data == NULL && len != 0) || (len > UINT32_MAX / sizeof(uint64_t))) { in CreateUint64ArrayByData()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/src/
H A Dc_array.c29 if ((*array)->len != 0 && ((*array)->len < UINT32_MAX / sizeof(uint8_t))) { in DestroyUint8Array()
43 if ((*array)->len != 0 && ((*array)->len < UINT32_MAX / sizeof(uint64_t))) { in DestroyUint64Array()
95 if ((data == NULL && len != 0) || (len > UINT32_MAX / sizeof(uint64_t))) { in CreateUint64ArrayByData()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/include/
H A Dcolor_extract.h102 uint32_t minRed_ = UINT32_MAX;
104 uint32_t minGreen_ = UINT32_MAX;
106 uint32_t minBlue_ = UINT32_MAX;
151 uint32_t minR = UINT32_MAX; in fitBox()
152 uint32_t minG = UINT32_MAX; in fitBox()
153 uint32_t minB = UINT32_MAX; in fitBox()
/ohos5.0/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
H A Dnet_stats_service_proxy_test.cpp591 …EXPECT_EQ(instance_.GetIfaceStatsDetail(iface, 0, UINT32_MAX, info), NETMANAGER_ERR_OPERATION_FAIL…
605 …EXPECT_EQ(instance_.GetIfaceStatsDetail(iface, 0, UINT32_MAX, info), NETMANAGER_ERR_OPERATION_FAIL…
619 …EXPECT_EQ(instance_.GetIfaceStatsDetail(iface, 0, UINT32_MAX, info), NETMANAGER_ERR_READ_REPLY_FAI…
633 EXPECT_EQ(instance_.GetIfaceStatsDetail(iface, 0, UINT32_MAX, info), NETSYS_SUCCESS);
648 …EXPECT_EQ(instance_.GetUidStatsDetail(iface, uid, 0, UINT32_MAX, info), NETMANAGER_ERR_OPERATION_F…
663 …EXPECT_EQ(instance_.GetUidStatsDetail(iface, uid, 0, UINT32_MAX, info), NETMANAGER_ERR_OPERATION_F…
678 …EXPECT_EQ(instance_.GetUidStatsDetail(iface, uid, 0, UINT32_MAX, info), NETMANAGER_ERR_READ_REPLY_…
693 EXPECT_EQ(instance_.GetUidStatsDetail(iface, uid, 0, UINT32_MAX, info), NETSYS_SUCCESS);
881 …EXPECT_EQ(instance_.UpdateIfacesStats(iface, 0, UINT32_MAX, info), NETMANAGER_ERR_OPERATION_FAILED…
895 …EXPECT_EQ(instance_.UpdateIfacesStats(iface, 0, UINT32_MAX, info), NETMANAGER_ERR_OPERATION_FAILED…
[all …]
H A Dnet_stats_client_test.cpp216 …ayedSingleton<NetStatsClient>::GetInstance()->GetIfaceStatsDetail(MOCK_IFACE, 0, UINT32_MAX, info);
226 …leton<NetStatsClient>::GetInstance()->GetUidStatsDetail(MOCK_IFACE, MOCK_UID, 0, UINT32_MAX, info);
244 …t = DelayedSingleton<NetStatsClient>::GetInstance()->UpdateIfacesStats(iface, 0, UINT32_MAX, info);
247 … DelayedSingleton<NetStatsClient>::GetInstance()->GetIfaceStatsDetail(iface, 0, UINT32_MAX, info);
250 EXPECT_EQ(info.date_, UINT32_MAX);
H A Dnet_stats_service_test.cpp245 … DelayedSingleton<NetStatsService>::GetInstance()->GetIfaceStatsDetail(iface, 0, UINT32_MAX, info);
260 …layedSingleton<NetStatsService>::GetInstance()->GetUidStatsDetail(iface, uid, 0, UINT32_MAX, info);
273 … = DelayedSingleton<NetStatsService>::GetInstance()->UpdateIfacesStats(iface, 0, UINT32_MAX, info);
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dattributes_test.cpp67 EXPECT_TRUE(attrs.SetUint32Value(Attributes::ATTR_SCHEDULE_MODE, UINT32_MAX));
93 EXPECT_EQ(u32Value, UINT32_MAX);
121 EXPECT_TRUE(attrs.SetUint64Value(Attributes::ATTR_RESULT_CODE, UINT32_MAX));
128 EXPECT_EQ(value1, UINT32_MAX);
136 EXPECT_TRUE(attrs.SetUint32Value(Attributes::ATTR_SIGNATURE, UINT32_MAX));
143 EXPECT_TRUE(value2 == UINT32_MAX);
224 array.push_back(UINT32_MAX - i);
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_accessory_manager.h69 uint32_t accDelayTimerId_ {UINT32_MAX};
71 uint32_t antiShakeDelayTimerId_ {UINT32_MAX};
/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi.cpp140 if (chipId != UINT32_MAX) chipIds.emplace_back(chipId); in GetAvailableChips()
156 if ((cand_id != UINT32_MAX) && (cand_id == chipId)) { in GetChipService()
216 uint32_t chipId = UINT32_MAX; in GetChipIdFromWifiChip()
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Dabstract_display.h90 uint32_t phyWidth_ { UINT32_MAX };
91 uint32_t phyHeight_ { UINT32_MAX };
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_property_test.cpp95 auto prop = std::make_shared<RSProperty<float>>(UINT32_MAX);
97 ASSERT_EQ(prop->Get(), UINT32_MAX);
110 auto prop = std::make_shared<RSAnimatableProperty<float>>(UINT32_MAX);
112 ASSERT_EQ(prop->Get(), UINT32_MAX);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dstore_meta_data_local_test.cpp109 uint32_t type = UINT32_MAX;
121 type = UINT32_MAX;
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_thread.h52 bool RunLoop(std::function<bool()> task, uint64_t interval, uint32_t retryTimes = UINT32_MAX)
76 …Flexible(std::function<bool(uint64_t &)> task, uint64_t interval, uint32_t retryTimes = UINT32_MAX)
/ohos5.0/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_utils.h202 DISPLAY_CHK_RETURN(packer.WriteUint32(UINT32_MAX) == false, HDF_FAILURE, in BufferHandlePack()
204 DISPLAY_CHK_RETURN(packer.WriteUint32(UINT32_MAX) == false, HDF_FAILURE, in BufferHandlePack()
334 if (fdsNum == UINT32_MAX && intsNum == UINT32_MAX) { in BufferHandleUnpack()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_color_extract.h134 uint32_t minR = UINT32_MAX; in fitBox()
135 uint32_t minG = UINT32_MAX; in fitBox()
136 uint32_t minB = UINT32_MAX; in fitBox()
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dvideo_resize_filter.h95 int64_t eosPts_ {UINT32_MAX};
96 int64_t frameNum_ {UINT32_MAX};
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H A Dnative_ability_thread.cpp36 UINT32 NativeAbilityThread::nativeTaskId_ = UINT32_MAX;
81 if (nativeTaskId_ == UINT32_MAX) { in InitAbilityThread()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/osal/src/
H A Dosal_thread.c43 #define OSAL_INVALID_THREAD_ID UINT32_MAX
44 #define OSAL_INVALID_CPU_ID UINT32_MAX
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/osal/src/
H A Dosal_thread.c43 #define OSAL_INVALID_THREAD_ID UINT32_MAX
44 #define OSAL_INVALID_CPU_ID UINT32_MAX
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/osal/src/
H A Dosal_thread.c43 #define OSAL_INVALID_THREAD_ID UINT32_MAX
44 #define OSAL_INVALID_CPU_ID UINT32_MAX

12345678910