Home
last modified time | relevance | path

Searched defs:ch (Results 1 – 25 of 139) sorted by relevance

123456

/base/location/test/fuzztest/locator/gnssstatuscallbackhost_fuzzer/
Dgnssstatuscallbackhost_fuzzer.cpp47 char* ch = (char *)malloc(size + 1); in ParseData() local
81 char* ch = OHOS::ParseData(data, size); in LLVMFuzzerTestOneInput() local
/base/location/test/fuzztest/locator/countrycodecallbackhost_fuzzer/
Dcountrycodecallbackhost_fuzzer.cpp47 char* ch = (char *)malloc(size + 1); in ParseData() local
79 char* ch = OHOS::ParseData(data, size); in LLVMFuzzerTestOneInput() local
/base/location/test/fuzztest/locator/nmeamessagecallbackhost_fuzzer/
Dnmeamessagecallbackhost_fuzzer.cpp46 char* ch = (char *)malloc(size + 1); in ParseData() local
80 char* ch = OHOS::ParseData(data, size); in LLVMFuzzerTestOneInput() local
/base/location/test/fuzztest/locator/locationswitchcallbackhost_fuzzer/
Dlocationswitchcallbackhost_fuzzer.cpp44 char* ch = (char *)malloc(size + 1); in ParseData() local
76 char* ch = OHOS::ParseData(data, size); in LLVMFuzzerTestOneInput() local
/base/location/test/fuzztest/locator/cachedlocationcallbackhost_fuzzer/
Dcachedlocationcallbackhost_fuzzer.cpp56 char* ch = (char *)malloc(size + 1); in ParseData() local
89 char* ch = OHOS::ParseData(data, size); in LLVMFuzzerTestOneInput() local
/base/location/test/fuzztest/locator/locatorcallbackhost_fuzzer/
Dlocatorcallbackhost_fuzzer.cpp44 char* ch = (char *)malloc(size + 1); in ParseData() local
82 char* ch = OHOS::ParseData(data, size); in LLVMFuzzerTestOneInput() local
/base/msdp/device_status/test/fuzztest/devicestatusstub_fuzzer/
Ddevicestatusstub_fuzzer.cpp35 uint32_t GetU32Data(const char* ch, size_t size) in GetU32Data()
73 const char* ch = reinterpret_cast<const char*>(data); in LLVMFuzzerTestOneInput() local
/base/location/test/fuzztest/locator/geoconvertservice_fuzzer/
Dgeoconvertservice_fuzzer.cpp48 char* ch = (char *)malloc(size + 1); in ParseData() local
100 char* ch = OHOS::ParseData(data, size); in LLVMFuzzerTestOneInput() local
/base/location/test/fuzztest/locator/passiveability_fuzzer/
Dpassiveability_fuzzer.cpp48 char* ch = (char *)malloc(size + 1); in ParseData() local
98 char* ch = OHOS::ParseData(data, size); in LLVMFuzzerTestOneInput() local
/base/location/test/fuzztest/locator/networkability_fuzzer/
Dnetworkability_fuzzer.cpp49 char* ch = (char *)malloc(size + 1); in ParseData() local
101 char* ch = OHOS::ParseData(data, size); in LLVMFuzzerTestOneInput() local
/base/location/test/fuzztest/locator/locatorcallbackstub_fuzzer/
Dlocatorcallbackstub_fuzzer.cpp52 char* ch = (char *)malloc(size + 1); in ParseData() local
88 char* ch = OHOS::ParseData(data, size); in LLVMFuzzerTestOneInput() local
/base/location/test/fuzztest/locator/networkcallbackhost_fuzzer/
Dnetworkcallbackhost_fuzzer.cpp54 char* ch = (char *)malloc(size + 1); in ParseData() local
92 char* ch = OHOS::ParseData(data, size); in LLVMFuzzerTestOneInput() local
/base/location/test/fuzztest/locator/checkmessage_fuzzer/
Dcheckmessage_fuzzer.cpp61 char* ch = (char *)malloc(size + 1); in ParseData() local
105 char* ch = OHOS::ParseData(data, size); in LLVMFuzzerTestOneInput() local
/base/update/updater/test/unittest/log_test/
Dlog_unittest.cpp61 char ch[100]; variable
/base/notification/distributed_notification_service/test/fuzztest/removenotification_fuzzer/
Dremovenotification_fuzzer.cpp33 char *ch = ParseData(data, size); in LLVMFuzzerTestOneInput() local
/base/notification/distributed_notification_service/test/fuzztest/fuzz_common_base/
Dfuzz_common_base.cpp43 char* ch = (char *)malloc(size + 1); in ParseData() local
/base/notification/common_event_service/test/fuzztest/getstickycommonevent_fuzzer/
Dgetstickycommonevent_fuzzer.cpp38 char* ch = (char *)malloc(size + 1); in LLVMFuzzerTestOneInput() local
/base/notification/distributed_notification_service/test/fuzztest/cancelnotification_fuzzer/
Dcancelnotification_fuzzer.cpp37 char *ch = ParseData(data, size); in LLVMFuzzerTestOneInput() local
/base/notification/distributed_notification_service/test/fuzztest/notificationmultilinecontent_fuzzer/
Dnotificationmultilinecontent_fuzzer.cpp40 char *ch = ParseData(data, size); in LLVMFuzzerTestOneInput() local
/base/notification/distributed_notification_service/test/fuzztest/notificationpicturecontent_fuzzer/
Dnotificationpicturecontent_fuzzer.cpp40 char *ch = ParseData(data, size); in LLVMFuzzerTestOneInput() local
/base/notification/distributed_notification_service/test/fuzztest/cancelasbundle_fuzzer/
Dcancelasbundle_fuzzer.cpp35 char *ch = ParseData(data, size); in LLVMFuzzerTestOneInput() local
/base/notification/distributed_notification_service/test/fuzztest/setnotificationbadgenum_fuzzer/
Dsetnotificationbadgenum_fuzzer.cpp38 char *ch = ParseData(data, size); in LLVMFuzzerTestOneInput() local
/base/notification/distributed_notification_service/test/fuzztest/removenotificationsbybundle_fuzzer/
Dremovenotificationsbybundle_fuzzer.cpp39 char *ch = ParseData(data, size); in LLVMFuzzerTestOneInput() local
/base/notification/distributed_notification_service/test/fuzztest/addslotbytype_fuzzer/
Daddslotbytype_fuzzer.cpp35 char *ch = ParseData(data, size); in LLVMFuzzerTestOneInput() local
/base/notification/distributed_notification_service/test/fuzztest/notificationlongtextcontent_fuzzer/
Dnotificationlongtextcontent_fuzzer.cpp40 char *ch = ParseData(data, size); in LLVMFuzzerTestOneInput() local

123456