Home
last modified time | relevance | path

Searched refs:LENGTH (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_ring_buffer.h46 template<unsigned int LENGTH, class T>
69 bufferFull = ((writePosition + 1U) % LENGTH) == readPosition; in Append()
83 writePosition = (writePosition + 1U) % LENGTH; in Append()
110 readsToEnd = LENGTH - readPosition; in Read()
168 readPosition = (readPosition + numReads) % LENGTH; in Skip()
182 return LENGTH; in Length()
202 numReadsToZero = LENGTH - readPosition; in Available()
218 T data[LENGTH] = {T()};
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/
H A Dscreenlockmanager_fuzzer.cpp34 constexpr size_t LENGTH = 1; member
70 if (size < LENGTH) { in UnlockFuzzTest()
79 if (size < LENGTH) { in IsLockedFuzzTest()
109 if (size < LENGTH) { in FuzzScreenlockIsDisabled()
120 if (size < LENGTH) { in FuzzScreenlockSetDisabled()
131 if (size < LENGTH) { in FuzzScreenlockSetAuthState()
143 if (size < LENGTH) { in FuzzScreenlockGetAuthState()
154 if (size < LENGTH) { in FuzzScreenlockRequestStrongAuth()
165 if (size < LENGTH) { in FuzzScreenlockGetStrongAuth()
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockauthmanager_fuzzer/
H A Dscreenlockauthmanager_fuzzer.cpp27 constexpr size_t LENGTH = 1; member
31 if (size < LENGTH) { in FuzzScreenlockAuthManager()
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/
H A Dwallpaper_manager_fuzzer.cpp31 constexpr size_t LENGTH = 2; member
100 if (size < LENGTH) { in GetColorsFuzzTest()
119 if (size < LENGTH) { in ResetWallpaperFuzzTest()
133 if (size < LENGTH) { in SetWallpaperByUriFuzzTest()
152 if (size < LENGTH) { in SetWallpaperByMapFuzzTest()
173 if (size < LENGTH) { in WallpaperManagerFuzzTest()
189 if (size < LENGTH) { in GetPixelMapFuzzTest()
222 if (size < LENGTH) { in SetCustomWallpaperFuzzTest()
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockutils_fuzzer/
H A Dscreenlockutils_fuzzer.cpp29 constexpr size_t LENGTH = 1; member
33 if (size < LENGTH) { in FuzzScreenlockUtils()
/base/notification/common_event_service/services/src/
H A Dcommon_event_sticky_manager.cpp22 constexpr int32_t LENGTH = 80; member
99 char systime[LENGTH]; in DumpState()
100 strftime(systime, sizeof(char) * LENGTH, "%Y%m%d %I:%M %p", &record->recordTime); in DumpState()
H A Dcommon_event_control_manager.cpp32 constexpr int32_t LENGTH = 80; member
1000 char systime[LENGTH]; in DumpStateByCommonEventRecord()
1001 strftime(systime, sizeof(char) * LENGTH, "%Y%m%d %I:%M %p", &record->recordTime); in DumpStateByCommonEventRecord()
1114 char systime[LENGTH]; in DumpHistoryStateByCommonEventRecord()
1115 strftime(systime, sizeof(char) * LENGTH, "%Y%m%d %I:%M %p", &record.recordTime); in DumpHistoryStateByCommonEventRecord()
1290 char systime[LENGTH]; in DumpHistoryStateBySubscriberRecord()
1291 strftime(systime, sizeof(char) * LENGTH, "%Y%m%d %I:%M %p", &receiver.recordTime); in DumpHistoryStateBySubscriberRecord()
H A Dcommon_event_subscriber_manager.cpp32 constexpr int32_t LENGTH = 80; member
154 char systime[LENGTH]; in DumpDetailed()
155 strftime(systime, sizeof(char) * LENGTH, "%Y%m%d %I:%M %p", &record->recordTime); in DumpDetailed()

Completed in 6 milliseconds