/base/theme/screenlock_mgr/frameworks/js/napi/src/ |
H A D | screenlock_js_util.cpp | 26 size_t maxLen = ScreenLockJsUtil::MAX_LEN; in Convert2String() 30 maxLen = ScreenLockJsUtil::MAX_LEN; in Convert2String()
|
/base/theme/screenlock_mgr/frameworks/js/napi/include/ |
H A D | screenlock_js_util.h | 28 static constexpr int32_t MAX_LEN = 4096; member in OHOS::ScreenLock::ScreenLockJsUtil
|
/base/telephony/call_manager/frameworks/native/src/ |
H A D | call_ability_callback_stub.cpp | 26 const int32_t MAX_LEN = 100000; member 103 if (len <= 0 || len >= MAX_LEN) { in OnUpdateCallEvent() 194 if (len <= 0 || len >= MAX_LEN) { in OnUpdateMmiCodeResults() 227 if (len <= 0 || len >= MAX_LEN) { in OnUpdateAudioDeviceChange() 299 if (len <= 0 || len >= MAX_LEN) { in OnUpdateImsCallModeChange() 328 if (len <= 0 || len >= MAX_LEN) { in OnUpdateCallSessionEventChange() 354 if (len <= 0 || len >= MAX_LEN) { in OnUpdatePeerDimensionsChange() 396 if (len <= 0 || len >= MAX_LEN) { in OnUpdateCameraCapabilities()
|
/base/theme/wallpaper_mgr/frameworks/js/napi/ |
H A D | wallpaper_js_util.h | 30 static constexpr int32_t MAX_LEN = 4096; member in OHOS::WallpaperNAPI::WallpaperJSUtil
|
H A D | wallpaper_js_util.cpp | 26 size_t maxLen = WallpaperJSUtil::MAX_LEN; in Convert2String() 30 maxLen = WallpaperJSUtil::MAX_LEN; in Convert2String()
|
/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | call_status_callback_stub.cpp | 25 const int32_t MAX_LEN = 100000; member 246 if (len <= 0 || len >= MAX_LEN) { in OnUpdateEventReport() 285 if (len <= 0 || len >= MAX_LEN) { in OnUpdateGetWaitingResult() 324 if (len <= 0 || len >= MAX_LEN) { in OnUpdateGetRestrictionResult() 380 if (len <= 0 || len >= MAX_LEN) { in OnUpdateGetTransferResult() 420 if (len <= 0 || len >= MAX_LEN) { in OnUpdateGetCallClipResult() 444 if (len <= 0 || len >= MAX_LEN) { in OnUpdateGetCallClirResult() 516 if (len <= 0 || len >= MAX_LEN) { in OnGetImsConfigResult() 556 if (len <= 0 || len >= MAX_LEN) { in OnGetImsFeatureValueResult() 596 if (len <= 0 || len >= MAX_LEN) { in OnReceiveImsCallModeRequest() [all...] |
/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/ |
H A D | event_raw_encoded_and_decoded_test.cpp | 34 constexpr size_t MAX_LEN = 1000; member 413 RawDataDecoder::UnsignedVarintDecoded(data.GetData(), MAX_LEN, decodedOffset, dest); in HWTEST_F() 430 RawDataDecoder::SignedVarintDecoded(data.GetData(), MAX_LEN, decodedOffset, dest); in HWTEST_F() 447 RawDataDecoder::FloatingNumberDecoded(data.GetData(), MAX_LEN, decodedOffset, dest); in HWTEST_F() 464 RawDataDecoder::StringValueDecoded(data.GetData(), MAX_LEN, decodedOffset, dest); in HWTEST_F() 480 RawDataDecoder::ValueTypeDecoded(data.GetData(), MAX_LEN, decodedOffset, dest); in HWTEST_F() 498 auto decodedParam = std::make_shared<UnsignedVarintDecodedParam>(data.GetData(), MAX_LEN, decodedOffset, in HWTEST_F() 538 auto decodedParam = std::make_shared<UnsignedVarintDecodedArrayParam>(data.GetData(), MAX_LEN, decodedOffset, in HWTEST_F() 578 auto decodedParam = std::make_shared<SignedVarintDecodedParam>(data.GetData(), MAX_LEN, decodedOffset, in HWTEST_F() 618 auto decodedParam = std::make_shared<SignedVarintDecodedArrayParam>(data.GetData(), MAX_LEN, decodedOffse in HWTEST_F() [all...] |
/base/request/request/frameworks/js/napi/include/upload/ |
H A D | js_util.h | 40 static constexpr int32_t MAX_LEN = 4096;
member in OHOS::Request::Upload::JSUtil
|
/base/security/selinux_adapter/framework/policycoreutils/src/ |
H A D | contexts_trie.c | 29 static const uint32_t MAX_LEN = 255; variable 332 if (paramLen > MAX_LEN || contextLen > MAX_LEN) { // too long, ignore in WriteParamToSharedMem()
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/include/ |
H A D | call_manager_connect.h | 45 const int32_t MAX_LEN = 100000; member
|
/base/print/print_fwk/frameworks/helper/scan_helper/include/ |
H A D | napi_scan_utils.h | 48 static constexpr int32_t MAX_LEN = 4096;
member in OHOS::Scan::NapiScanUtils
|
/base/request/request/frameworks/js/napi/src/upload/ |
H A D | js_util.cpp | 40 size_t maxLen = JSUtil::MAX_LEN;
in Convert2String() 44 maxLen = JSUtil::MAX_LEN;
in Convert2String()
|
/base/telephony/sms_mms/frameworks/native/sms/src/ |
H A D | sms_service_proxy.cpp | 27 const int32_t MAX_LEN = 10000; member 308 if (resultLen >= MAX_LEN) { in GetAllSimMessages() 456 if (resultLen >= MAX_LEN) { in SplitMessage()
|
/base/request/request/frameworks/js/napi/include/ |
H A D | napi_utils.h | 46 static constexpr int32_t MAX_LEN = 4096;
member
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/ |
H A D | call_manager_connect.h | 45 const int32_t MAX_LEN = 100000; member
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager_connect.cpp | 65 if (length <= 0 || length >= MAX_LEN) { in OnUpdateCallEventRequest()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_sms.cpp | 28 const size_t MAX_LEN = 100; member 214 if (len > MAX_LEN) { in SetSmscAddr()
|