Home
last modified time | relevance | path

Searched refs:formNums (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formdbcacheannex_fuzzer/
H A Dformdbcacheannex_fuzzer.cpp49 std::set<int64_t> formNums; in DoSomethingInterestingWithMyAPI() local
50 formNums.insert(formId); in DoSomethingInterestingWithMyAPI()
55 noHostFormDBList.emplace(formIdKey, formNums); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formsyseventreceiver_fuzzer/
H A Dformsyseventreceiver_fuzzer.cpp76 std::set<int64_t> formNums; in DoSomethingInterestingWithMyAPI() local
77 formNums.insert(formId); in DoSomethingInterestingWithMyAPI()
79 noHostFormDbMap.emplace(formIdKey, formNums); in DoSomethingInterestingWithMyAPI()