Home
last modified time | relevance | path

Searched refs:GetU32Data (Results 1 - 25 of 292) sorted by relevance

12345678910>>...12

/foundation/ability/form_fwk/test/fuzztest/formtimermgr_fuzzer/
H A Dformtimermgr_fuzzer.cpp34 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
44 int64_t formId = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
45 long updateDuration = static_cast<long>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
46 int32_t userId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
48 long updateAtHour = static_cast<long>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
49 long updateAtMin = static_cast<long>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
61 long nextGapTime = static_cast<long>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
73 long updateTime = static_cast<long>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
75 int64_t updateTimes = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
85 int32_t timeSpeed = static_cast<int32_t>(GetU32Data(dat in DoSomethingInterestingWithMyAPI()
[all...]
/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/
H A Dappmgrservicefirst_fuzzer.cpp45 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
77 pid_t pid = static_cast<pid_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
90 int32_t ipcFd = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
91 int32_t sharedFd = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
92 int32_t crashFd = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
93 pid_t renderPid = static_cast<pid_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
100 int32_t recordId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
103 int fd = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
116 int32_t userId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
118 int32_t level = static_cast<int32_t>(GetU32Data(dat in DoSomethingInterestingWithMyAPI()
[all...]
/foundation/ability/ability_runtime/test/fuzztest/missionlistmanagerfirst_fuzzer/
H A Dmissionlistmanagerfirst_fuzzer.cpp63 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
98 abilityRequest.abilityInfo.launchMode = static_cast<LaunchMode>(GetU32Data(data) % mod); in InitAbilityRequest()
100 abilityRequest.callType = static_cast<AbilityCallType>(GetU32Data(data) % mod); in InitAbilityRequest()
114 int32_t int32Param = static_cast<int32_t>(GetU32Data(data)); in DoSomethingTestWithMyAPI0()
138 uint32_t uint32Param = static_cast<uint32_t>(GetU32Data(data)); in DoSomethingTestWithMyAPI0()
161 int32_t int32Param = static_cast<int32_t>(GetU32Data(data)); in DoSomethingTestWithMyAPI1()
162 uint32_t uint32Param = static_cast<uint32_t>(GetU32Data(data)); in DoSomethingTestWithMyAPI1()
177 int32_t int32Param = static_cast<int32_t>(GetU32Data(data)); in DoSomethingTestWithMyAPI2()
178 uint32_t uint32Param = static_cast<uint32_t>(GetU32Data(data)); in DoSomethingTestWithMyAPI2()
183 abilityRecord->SetPendingState(static_cast<AAFwk::AbilityState>(GetU32Data(dat in DoSomethingTestWithMyAPI2()
[all...]
/foundation/ability/form_fwk/test/fuzztest/formutil_fuzzer/
H A Dformutil_fuzzer.cpp44 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
53 int32_t specificationId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
61 int32_t connectId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
65 int64_t udidHash = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
67 uint64_t formId = static_cast<uint64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
68 uint64_t udidHashs = static_cast<uint64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
75 int64_t convertValue = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
83 uint32_t code = static_cast<uint32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/uiabilitylifecyclemanagera_fuzzer/
H A Duiabilitylifecyclemanagera_fuzzer.cpp44 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
67 int32_t userId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI1()
72 int32_t int32Param = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI1()
73 uint32_t requestId = static_cast<uint32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI1()
105 int32_t userId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
108 int32_t uid = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
112 uint32_t sceneFlag = GetU32Data(data); in DoSomethingInterestingWithMyAPI()
116 int intParam = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
121 int32_t int32Param = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
140 uint32_t msgId = static_cast<uint32_t>(GetU32Data(dat in DoSomethingInterestingWithMyAPI()
[all...]
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/
H A Dabilityappmgrapprunningmanager_fuzzer.cpp47 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
71 pid_t pidApps = static_cast<pid_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPIadda()
73 int uid = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPIadda()
75 int64_t eventId = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPIadda()
88 int32_t userId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPIadda()
108 int32_t recordId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPIadda()
116 int32_t recordId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPIaddb()
129 pid_t pidApps = static_cast<pid_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPIaddb()
134 auto uid = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPIaddb()
140 pid_t hostPid = static_cast<pid_t>(GetU32Data(dat in DoSomethingInterestingWithMyAPIaddb()
[all...]
/foundation/ability/form_fwk/test/fuzztest/formdatamgrtwo_fuzzer/
H A Dformdatamgrtwo_fuzzer.cpp34 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
43 int64_t formId = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
51 int64_t udidHash = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
66 long updateDuration = static_cast<long>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
67 int updateAtHour = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
68 int updateAtMin = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
75 int32_t userId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formsupplycallback_fuzzer/
H A Dformsupplycallback_fuzzer.cpp36 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
56 int32_t connectId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
59 int64_t formId = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
62 int64_t requestCode = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
68 int32_t userId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
93 int32_t tokenId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
95 int32_t instIndex = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
98 int64_t count = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilitycontext_fuzzer/
H A Dabilitycontext_fuzzer.cpp44 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
77 int requestCode = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
83 int mode = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
86 int flag = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
87 int accountId = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
90 int pid = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
91 int uid = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
109 int patternId = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
114 int resId = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
118 int themeId = static_cast<int>(GetU32Data(dat in DoSomethingInterestingWithMyAPI()
[all...]
/foundation/ability/form_fwk/test/fuzztest/formdatamgr_fuzzer/
H A Dformdatamgr_fuzzer.cpp33 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
42 int callingUid = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
43 int32_t userId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
45 int64_t formId = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
56 int32_t currentUserId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrevent_fuzzer/
H A Dabilityappmgrevent_fuzzer.cpp34 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
49 int32_t appUid = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
50 int64_t restartTime = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
54 int32_t abilityType = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
55 int32_t extensionType = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formsharemgr_fuzzer/
H A Dformsharemgr_fuzzer.cpp33 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
41 int64_t formId = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
44 int64_t requestCode = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
60 int32_t resultCode = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
62 int64_t eventId = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
68 int64_t msg = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formdatamgrthree_fuzzer/
H A Dformdatamgrthree_fuzzer.cpp34 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
42 int64_t formId = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
58 int uId = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
72 int configDuration = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
77 int callingUid = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
81 int64_t matchedFormId = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formdbcache_fuzzer/
H A Dformdbcache_fuzzer.cpp33 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
45 int64_t formId = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
47 int32_t hostUid = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
51 int32_t userId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formtimermgrannex_fuzzer/
H A Dformtimermgrannex_fuzzer.cpp34 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
45 int64_t nextTime = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
46 int32_t userId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
49 long nowTime = static_cast<long>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formproviderdata_fuzzer/
H A Dformproviderdata_fuzzer.cpp33 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
46 int32_t sizes = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
48 int fd = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
57 int32_t imageDataState = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/toolstestobserver_fuzzer/
H A Dtoolstestobserver_fuzzer.cpp41 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
53 int64_t resultCode = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
54 int64_t timeoutSec = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
55 int64_t timeoutMs = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/
H A Dformmgrservice_fuzzer.cpp34 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
43 int64_t formId = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
52 int64_t nextTime = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
56 int32_t formVisibleType = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
69 int32_t numFormsDeleted = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
85 int fd = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrappexitreasonhelper_fuzzer/
H A Dabilitymgrappexitreasonhelper_fuzzer.cpp45 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
77 int32_t uid = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
78 int32_t appIndex = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
80 int32_t pid = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
83 uint32_t accessTokenId = static_cast<uint32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/
H A Dformmgr_fuzzer.cpp34 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
42 int errorCode = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
44 int64_t formId = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
57 int32_t formVisibleType = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
69 int64_t nextTime = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formsyseventreceiver_fuzzer/
H A Dformsyseventreceiver_fuzzer.cpp34 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
45 int64_t formId = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
51 int userId = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
53 int32_t userIds = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
62 int uid = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formabilityconnection_fuzzer/
H A Dformabilityconnection_fuzzer.cpp35 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
45 int resultCode = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
53 int64_t formId = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
68 int32_t connectId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
83 int32_t userId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formdbcacheannex_fuzzer/
H A Dformdbcacheannex_fuzzer.cpp34 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
42 int64_t formId = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
48 int uid = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
62 int32_t userId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
64 int32_t callingUid = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formhostrecord_fuzzer/
H A Dformhostrecord_fuzzer.cpp30 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
38 int64_t formId = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
51 int64_t id = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
62 int callerUid = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
74 int callingUid = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_base/test/fuzztest/wantparamsfirst_fuzzer/
H A Dwantparamsfirst_fuzzer.cpp37 uint32_t GetU32Data(const char* ptr) in GetU32Data() function
49 int8_t byteValue = static_cast<int8_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
54 int defaultValue = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
59 int level = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()
63 int depth = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI()

Completed in 9 milliseconds

12345678910>>...12