Home
last modified time | relevance | path

Searched refs:GenerateFromList (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/include/
H A Dfuzz_data_generator.h50 static inline bool GenerateFromList(T &value, const std::vector<T> &candidateValues) in GenerateFromList() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hidumper_adapter/fuzztest/softbushidumper_fuzzer/
H A Dsoftbushidumper_fuzzer.cpp57 if (!GenerateFromList(dumpCmd, DUMP_CMD_LIST) || dumpCmd.empty()) { in DoDump()
/ohos5.0/foundation/communication/dsoftbus/tests/common/include/
H A Dfuzz_data_generator.h48 inline bool GenerateFromList(T &value, const std::vector<T> &candidateValues) in GenerateFromList() function