Home
last modified time | relevance | path

Searched defs:stringVector (Results 1 – 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
Dansmanagerstub_fuzzer.cpp119 std::vector<std::string> stringVector { stringData }; in DoSomethingInterestingWithMyAPI() local
/base/customization/enterprise_device_management/interfaces/kits/common/src/
Dnapi_edm_common.cpp566 void ConvertStringVectorToJS(napi_env env, const std::vector<std::string> &stringVector, napi_value… in ConvertStringVectorToJS()