Home
last modified time | relevance | path

Searched defs:codeSize (Results 1 – 3 of 3) sorted by relevance

/drivers/hdf_core/framework/test/fuzztest/devmgrservicestub_fuzzer/
Ddevmgrservicestub_fuzzer.cpp111 int32_t codeSize = sizeof(g_devMgrCode) / sizeof(g_devMgrCode[0]); in LLVMFuzzerTestOneInput() local
/drivers/hdf_core/framework/test/fuzztest/devsvcmanagerstub_fuzzer/
Ddevsvcmanagerstub_fuzzer.cpp113 int32_t codeSize = sizeof(servmgrCode) / sizeof(servmgrCode[0]); in LLVMFuzzerTestOneInput() local
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
Dwpa_supplicant_hal.c510 static int WpaCliCmdGetCountryCode(WifiWpaStaInterface *this, char *countryCode, int codeSize) in WpaCliCmdGetCountryCode()