Home
last modified time | relevance | path

Searched refs:MAX_LEN (Results 1 - 17 of 17) sorted by relevance

/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dscreenlock_js_util.cpp26 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 Dscreenlock_js_util.h28 static constexpr int32_t MAX_LEN = 4096; member in OHOS::ScreenLock::ScreenLockJsUtil
/base/telephony/call_manager/frameworks/native/src/
H A Dcall_ability_callback_stub.cpp26 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 Dwallpaper_js_util.h30 static constexpr int32_t MAX_LEN = 4096; member in OHOS::WallpaperNAPI::WallpaperJSUtil
H A Dwallpaper_js_util.cpp26 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 Dcall_status_callback_stub.cpp25 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 Devent_raw_encoded_and_decoded_test.cpp34 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 Djs_util.h40 static constexpr int32_t MAX_LEN = 4096; member in OHOS::Request::Upload::JSUtil
/base/security/selinux_adapter/framework/policycoreutils/src/
H A Dcontexts_trie.c29 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 Dcall_manager_connect.h45 const int32_t MAX_LEN = 100000; member
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dnapi_scan_utils.h48 static constexpr int32_t MAX_LEN = 4096; member in OHOS::Scan::NapiScanUtils
/base/request/request/frameworks/js/napi/src/upload/
H A Djs_util.cpp40 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 Dsms_service_proxy.cpp27 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 Dnapi_utils.h46 static constexpr int32_t MAX_LEN = 4096; member
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
H A Dcall_manager_connect.h45 const int32_t MAX_LEN = 100000; member
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager_connect.cpp65 if (length <= 0 || length >= MAX_LEN) { in OnUpdateCallEventRequest()
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_sms.cpp28 const size_t MAX_LEN = 100; member
214 if (len > MAX_LEN) { in SetSmscAddr()

Completed in 18 milliseconds