Home
last modified time | relevance | path

Searched refs:OFFSET (Results 1 – 13 of 13) sorted by relevance

/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/
Dscreenlockservice_fuzzer.cpp33 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/
Dwallpaperservice_fuzzer.cpp28 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/
Ddatachannelstub_fuzzer.cpp30 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/
Dcontrolchannelstub_fuzzer.cpp30 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/
Dagentstub_fuzzer.cpp30 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/
Ddownloadbasenotify_fuzzer.cpp28 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/
Dcorestub_fuzzer.cpp30 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/
Dinputclientstub_fuzzer.cpp29 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/
Dscreenlockmanager_fuzzer.cpp33 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/
Dsystemabilitystub_fuzzer.cpp94 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/
Dwallpaper_manager_fuzzer.cpp32 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/
Dicc_file_controller.h88 const uint32_t OFFSET = 8; variable
/base/telephony/core_service/services/sim/src/
Dicc_file_controller.cpp595 … dataSize = ((data[SIZE_ONE_OF_FILE] & BYTE_NUM) << OFFSET) + (data[SIZE_TWO_OF_FILE] & BYTE_NUM); in GetFileAndDataSize()