Home
last modified time | relevance | path

Searched refs:codeSize (Results 1 - 4 of 4) sorted by relevance

/drivers/hdf_core/framework/test/fuzztest/devsvcmanagerstub_fuzzer/
H A Ddevsvcmanagerstub_fuzzer.cpp109 int32_t codeSize = sizeof(servmgrCode) / sizeof(servmgrCode[0]); in LLVMFuzzerTestOneInput() local
110 for (int32_t i = 0; i < codeSize; ++i) { in LLVMFuzzerTestOneInput()
/drivers/hdf_core/framework/test/fuzztest/devmgrservicestub_fuzzer/
H A Ddevmgrservicestub_fuzzer.cpp111 int32_t codeSize = sizeof(g_devMgrCode) / sizeof(g_devMgrCode[0]); in LLVMFuzzerTestOneInput() local
112 for (int32_t i = 0; i < codeSize; ++i) { in LLVMFuzzerTestOneInput()
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_supplicant_hal.h104 int (*wpaCliCmdGetCountryCode)(WifiWpaStaInterface *p, char *countryCode, int codeSize);
H A Dwpa_supplicant_hal.c509 static int WpaCliCmdGetCountryCode(WifiWpaStaInterface *this, char *countryCode, int codeSize) in WpaCliCmdGetCountryCode() argument
524 if (strncpy_s(countryCode, codeSize, buf, strlen(buf)) != EOK) { in WpaCliCmdGetCountryCode()

Completed in 4 milliseconds