/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/ |
D | screenlockservice_fuzzer.cpp | 33 constexpr int32_t OFFSET = 4; variable 49 rawData = rawData + OFFSET; in FuzzScreenlockCallback() 50 size = size - OFFSET; in FuzzScreenlockCallback() 69 rawData = rawData + OFFSET; in FuzzScreenlockService() 70 size = size - OFFSET; in FuzzScreenlockService() 87 rawData = rawData + OFFSET; in FuzzScreenlockDisplayPowerEvent()
|
/base/theme/wallpaper_mgr/test/fuzztest/wallpaperservice_fuzzer/ |
D | wallpaperservice_fuzzer.cpp | 28 constexpr int32_t OFFSET = 4; variable 45 rawData = rawData + OFFSET; in FuzzWallpaperService() 46 size = size - OFFSET; in FuzzWallpaperService()
|
/base/inputmethod/imf/test/fuzztest/datachannelstub_fuzzer/ |
D | datachannelstub_fuzzer.cpp | 30 constexpr int32_t OFFSET = 4; variable 44 rawData = rawData + OFFSET; in FuzzDataChannelStub() 45 size = size - OFFSET; in FuzzDataChannelStub()
|
/base/inputmethod/imf/test/fuzztest/controlchannelstub_fuzzer/ |
D | controlchannelstub_fuzzer.cpp | 30 constexpr int32_t OFFSET = 4; variable 45 rawData = rawData + OFFSET; in FuzzControlChannel() 46 size = size - OFFSET; in FuzzControlChannel()
|
/base/inputmethod/imf/test/fuzztest/agentstub_fuzzer/ |
D | agentstub_fuzzer.cpp | 30 constexpr int32_t OFFSET = 4; variable 44 rawData = rawData + OFFSET; in FuzzAgentStub() 45 size = size - OFFSET; in FuzzAgentStub()
|
/base/request/request/test/fuzztest/downloadbasenotify_fuzzer/ |
D | downloadbasenotify_fuzzer.cpp | 28 constexpr int32_t OFFSET = 4; variable 43 rawData = rawData + OFFSET; in FuzzDownloadBaseNotify() 44 size = size - OFFSET; in FuzzDownloadBaseNotify()
|
/base/inputmethod/imf/test/fuzztest/corestub_fuzzer/ |
D | corestub_fuzzer.cpp | 30 constexpr int32_t OFFSET = 4; variable 45 rawData = rawData + OFFSET; in FuzzCoreStub() 46 size = size - OFFSET; in FuzzCoreStub()
|
/base/inputmethod/imf/test/fuzztest/inputclientstub_fuzzer/ |
D | inputclientstub_fuzzer.cpp | 29 constexpr int32_t OFFSET = 4; variable 44 rawData = rawData + OFFSET; in FuzzInputClientStub() 45 size = size - OFFSET; in FuzzInputClientStub()
|
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/ |
D | screenlockmanager_fuzzer.cpp | 33 constexpr int32_t OFFSET = 4; variable 73 rawData = rawData + OFFSET; in FuzzScreenlockAppManager() 74 size = size - OFFSET; in FuzzScreenlockAppManager()
|
/base/inputmethod/imf/test/fuzztest/systemabilitystub_fuzzer/ |
D | systemabilitystub_fuzzer.cpp | 94 constexpr int32_t OFFSET = 4; variable 109 rawData = rawData + OFFSET; in FuzzInputMethodSystemAbility() 110 size = size - OFFSET; in FuzzInputMethodSystemAbility()
|
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/ |
D | wallpaper_manager_fuzzer.cpp | 32 constexpr int32_t OFFSET = 4; variable 124 data = data + OFFSET; in SetWallpaperByUrlFuzzTest() 125 size = size - OFFSET; in SetWallpaperByUrlFuzzTest()
|
/base/telephony/core_service/services/sim/include/ |
D | icc_file_controller.h | 88 const uint32_t OFFSET = 8; variable
|
/base/telephony/core_service/services/sim/src/ |
D | icc_file_controller.cpp | 595 … dataSize = ((data[SIZE_ONE_OF_FILE] & BYTE_NUM) << OFFSET) + (data[SIZE_TWO_OF_FILE] & BYTE_NUM); in GetFileAndDataSize()
|