Home
last modified time | relevance | path

Searched refs:SIZE (Results 1 – 8 of 8) sorted by relevance

/base/update/updater/utils/include/
Dmacros.h34 #define SIZE(...) SIZE_IMPL(__VA_ARGS__, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1) macro
48 #define GET_TYPE(...) CONCAT(GET_TYPE_, SIZE(__VA_ARGS__))(__VA_ARGS__)
49 #define GET_NAME(...) CONCAT(GET_NAME_, SIZE(__VA_ARGS__))(__VA_ARGS__)
52 #define REPEAT(MACRO, ...) CONCAT(REPEAT_, SIZE(__VA_ARGS__))(MACRO, __VA_ARGS__)
/base/useriam/user_auth_framework/test/unittest/services/src/
Dattributes_test.cpp195 constexpr int SIZE = 8192; variable
199 array.reserve(SIZE);
200 for (int i = 0; i < SIZE; i++) {
222 constexpr int SIZE = 8192; variable
226 array.reserve(SIZE);
227 for (int i = 0; i < SIZE; i++) {
249 constexpr int SIZE = 8192; variable
253 array.reserve(SIZE);
254 for (int i = 0; i < SIZE; i++) {
276 constexpr int SIZE = 8192; variable
[all …]
/base/telephony/telephony_data/interfaces/innerkits/include/
Dsms_mms_data.h174 static constexpr const char *SIZE = "size"; variable
230 static constexpr const char *SIZE = "size"; variable
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_fault_stack.cpp214 constexpr size_t SIZE = sizeof(uintptr_t); in CollectRegistersBlock() local
222 data = data & ~(SIZE - 1); in CollectRegistersBlock()
223 data -= (FORWARD_SZ * SIZE); in CollectRegistersBlock()
/base/telephony/sms_mms/services/sms/
Dsms_receive_handler.cpp110 ->EqualTo(SmsSubsection::SIZE, std::to_string(indexer->GetMsgCount())); in CombineMessagePart()
164 ->EqualTo(SmsSubsection::SIZE, std::to_string(smsIndexer->GetMsgCount())); in IsRepeatedMessagePart()
194 bucket.Put(SmsSubsection::SIZE, indexer->GetMsgCount()); in AddMsgToDB()
Dsms_persist_helper.cpp270 resultSet->GetColumnIndex(SmsSubsection::SIZE, columnIndex); in ConvertIntToIndexer()
Dsms_receive_reliability_handler.cpp93 ->LessThan(SmsSubsection::SIZE, SMS_PAGE_COUNT_INVALID) in DeleteExpireSmsFromDB()
/base/telephony/telephony_data/sms_mms/src/
Drdb_sms_mms_helper.cpp109 createTableStr.append(MmsProtocol::SIZE).append(" INTEGER , "); in CreateMmsProtocolTableStr()
136 createTableStr.append(SmsSubsection::SIZE).append(" INTEGER )"); in CreateSmsSubsectionTableStr()