/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
H A D | nstackx_timer.c | 38 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 D | abstract_display_test.cpp | 154 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 D | exception_controller.c | 23 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 D | buffer_cache_utils.h | 40 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 D | screen_property.h | 167 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 D | c_array.c | 29 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 D | c_array.c | 29 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 D | color_extract.h | 102 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 D | net_stats_service_proxy_test.cpp | 591 …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 D | net_stats_client_test.cpp | 216 …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 D | net_stats_service_test.cpp | 245 … 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 D | attributes_test.cpp | 67 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 D | usb_accessory_manager.h | 69 uint32_t accDelayTimerId_ {UINT32_MAX}; 71 uint32_t antiShakeDelayTimerId_ {UINT32_MAX};
|
/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | wifi.cpp | 140 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 D | abstract_display.h | 90 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 D | rs_property_test.cpp | 95 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 D | store_meta_data_local_test.cpp | 109 uint32_t type = UINT32_MAX; 121 type = UINT32_MAX;
|
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/ |
H A D | dfsu_thread.h | 52 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 D | display_cmd_utils.h | 202 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 D | rs_color_extract.h | 134 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 D | video_resize_filter.h | 95 int64_t eosPts_ {UINT32_MAX}; 96 int64_t frameNum_ {UINT32_MAX};
|
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/ |
H A D | native_ability_thread.cpp | 36 UINT32 NativeAbilityThread::nativeTaskId_ = UINT32_MAX; 81 if (nativeTaskId_ == UINT32_MAX) { in InitAbilityThread()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/osal/src/ |
H A D | osal_thread.c | 43 #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 D | osal_thread.c | 43 #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 D | osal_thread.c | 43 #define OSAL_INVALID_THREAD_ID UINT32_MAX 44 #define OSAL_INVALID_CPU_ID UINT32_MAX
|