/base/update/sys_installer/services/module_update/service/src/ |
H A D | module_update_queue.cpp | 21 constexpr int MAX_SIZE = 100; member 26 queue_.resize(MAX_SIZE); in ModuleUpdateQueue() 48 tail_ = (tail_ + 1) % MAX_SIZE; in Put() 64 head_ = (head_ + 1) % MAX_SIZE; in Pop() 79 return size_ == MAX_SIZE; in IsFull()
|
/base/powermgr/power_manager/frameworks/napi/utils/ |
H A D | napi_utils.cpp | 22 constexpr uint32_t MAX_SIZE = 255; member 36 char str[MAX_SIZE] = {0}; in GetStringFromNapi() 38 if (napi_ok != napi_get_value_string_utf8(env, napiStr, str, MAX_SIZE - 1, &strLen)) { in GetStringFromNapi()
|
/base/powermgr/battery_manager/frameworks/napi/src/ |
H A D | napi_utils.cpp | 22 constexpr uint32_t MAX_SIZE = 255; member 36 char str[MAX_SIZE] = {0}; in GetStringFromNapi() 38 if (napi_ok != napi_get_value_string_utf8(env, napiStr, str, MAX_SIZE - 1, &strLen)) { in GetStringFromNapi()
|
/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_stub.cpp | 28 const int32_t MAX_SIZE = 10; member 221 size = ((size > MAX_SIZE) ? 0 : size); in OnDialInner() 240 size = ((size > MAX_SIZE) ? 0 : size); in OnHangUpInner() 260 size = ((size > MAX_SIZE) ? 0 : size); in OnRejectInner() 279 size = ((size > MAX_SIZE) ? 0 : size); in OnAnswerInner() 298 size = ((size > MAX_SIZE) ? 0 : size); in OnIsEmergencyPhoneNumberInner() 325 size = ((size > MAX_SIZE) ? 0 : size); in OnSetEmergencyCallList() 358 size = ((size > MAX_SIZE) ? 0 : size); in OnRegisterCallBackInner() 381 size = ((size > MAX_SIZE) ? 0 : size); in OnUnRegisterCallBackInner() 396 size = ((size > MAX_SIZE) in OnHoldCallInner() [all...] |
/base/telephony/core_service/frameworks/native/src/ |
H A D | get_downloadable_profiles_result_parcel.cpp | 22 constexpr uint32_t MAX_SIZE = 1000;
member 36 if (size > MAX_SIZE) {
in ReadFromParcel() 53 if (count > MAX_SIZE) {
in ReadFromParcel()
|
H A D | downloadable_profile_parcel.cpp | 22 constexpr uint32_t MAX_SIZE = 1000;
member 35 if (size > MAX_SIZE) {
in ReadFromParcel()
|
H A D | profile_info_list_parcel.cpp | 22 constexpr uint32_t MAX_SIZE = 1000;
member 44 if (count > MAX_SIZE) {
in ReadProfileFromParcel() 70 if (size > MAX_SIZE) {
in ReadFromParcel()
|
H A D | profile_metadata_result_parcel.cpp | 22 constexpr uint32_t MAX_SIZE = 1000;
member 35 if (size > MAX_SIZE) {
in ReadFromParcel()
|
H A D | core_service_proxy.cpp | 28 constexpr int32_t MAX_SIZE = 1000; member 344 if (size >= MAX_SIZE) { in ProcessSignalInfo() 2260 if (size >= MAX_SIZE) { in QueryIccDiallingNumbers() 2729 if (size >= MAX_SIZE) { in ProcessCellInfo()
|
/base/location/frameworks/location_common/common/source/ |
H A D | location_data_rdb_manager.cpp | 25 const int MAX_SIZE = 100; member 163 char result[MAX_SIZE] = {0}; in GetSwitchStateFromSysparaForUser() 166 auto res = GetParameter(LOCATION_SWITCH_MODE, "", result, MAX_SIZE); in GetSwitchStateFromSysparaForUser() 192 char result[MAX_SIZE] = {0}; in SetSwitchStateToSysparaForUser() 195 auto res = GetParameter(LOCATION_SWITCH_MODE, "", result, MAX_SIZE); in SetSwitchStateToSysparaForUser() 219 char valueArray[MAX_SIZE] = {0}; in SetSwitchStateToSysparaForUser()
|
/base/telephony/call_manager/frameworks/native/src/ |
H A D | cellular_call_proxy.cpp | 22 constexpr int32_t MAX_SIZE = 10; member 32 if (!in.WriteInt32(MAX_SIZE)) { in Dial() 58 if (!in.WriteInt32(MAX_SIZE)) { in HangUp() 87 if (!in.WriteInt32(MAX_SIZE)) { in Reject() 113 if (!in.WriteInt32(MAX_SIZE)) { in Answer() 139 if (!in.WriteInt32(MAX_SIZE)) { in HoldCall() 165 if (!in.WriteInt32(MAX_SIZE)) { in UnHoldCall() 192 if (!in.WriteInt32(MAX_SIZE)) { in SwitchCall() 222 if (!in.WriteInt32(MAX_SIZE)) { in RegisterCallManagerCallBack() 249 if (!in.WriteInt32(MAX_SIZE)) { in UnRegisterCallManagerCallBack() [all...] |
H A D | bluetooth_call_proxy.cpp | 26 static const int32_t MAX_SIZE = 10000; member 120 if (vecCnt <= 0 || vecCnt >= MAX_SIZE) { in GetCurrentCallList()
|
/base/telephony/cellular_call/test/fuzztest/setimsfeaturevalue_fuzzer/ |
H A D | setimsfeaturevalue_fuzzer.cpp | 36 constexpr int32_t MAX_SIZE = 10; member 161 dataMessageParcel.WriteInt32(MAX_SIZE); in GetImsConfig() 180 dataMessageParcel.WriteInt32(MAX_SIZE); in SetImsConfig() 198 dataMessageParcel.WriteInt32(MAX_SIZE); in GetImsFeatureValue() 217 dataMessageParcel.WriteInt32(MAX_SIZE); in SetImsFeatureValue()
|
/base/telephony/core_service/services/network_search/src/ |
H A D | network_register.cpp | 41 constexpr int32_t MAX_SIZE = 100; member 199 if (size >= MAX_SIZE) { in ProcessChannelConfigInfo() 254 if (size >= MAX_SIZE) { in NotifyNrFrequencyChanged()
|
/base/location/services/location_locator/locator/source/ |
H A D | location_config_manager.cpp | 31 const int MAX_SIZE = 100; member 278 char valueArray[MAX_SIZE] = {0}; in SetCachePrivacyType()
|
H A D | locator_ability.cpp | 110 const int MAX_SIZE = 100; member 334 char valueArray[MAX_SIZE] = {0}; in SetLocationhubStateToSyspara()
|
/base/sensors/sensor/vibration_convert/core/utils/src/ |
H A D | utils.cpp | 39 constexpr size_t MAX_SIZE = 26460000; member 79 if ((rows == 0) || (valuesSize == 0) || (valuesSize > MAX_SIZE)) { in TransposeMatrix()
|
/base/telephony/cellular_call/services/satellite_service_interaction/src/ |
H A D | satellite_call_callback_stub.cpp | 30 const int32_t MAX_SIZE = 10; member 150 if (len < 0 || len > MAX_SIZE) { in OnGetSatelliteCallsDataResponseInner()
|
/base/customization/enterprise_device_management/interfaces/inner_api/network_manager/src/ |
H A D | network_manager_proxy.cpp | 29 constexpr int32_t MAX_SIZE = 16;
member 69 if (size > MAX_SIZE) {
in GetAllNetworkInterfaces()
|
/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_callback_stub.cpp | 30 const int32_t MAX_SIZE = 10;
member 336 if (len < 0 || len > MAX_SIZE) {
in OnGetImsCallsDataResponseInner() 478 if (len < 0 || len > MAX_SIZE) {
in OnGetCallTransferResponseInner()
|