Searched defs:stringVector (Results 1 – 11 of 11) sorted by relevance
55 std::vector<std::string> stringVector; in DoSomethingInterestingWithMyAPI() local
155 std::vector<std::string> stringVector{}; in GetStringVectorFromJson() local
160 std::vector<std::string> stringVector; in DoSomethingInterestingWithMyAPI() local
544 std::vector<std::string> stringVector; variable561 std::vector<std::string> stringVector; variable
651 bool AppControlProxy::WriteStringVector(const std::vector<std::string> &stringVector, MessageParcel… in WriteStringVector()709 … AppControlManagerInterfaceCode code, MessageParcel &data, std::vector<std::string> &stringVector) in GetParcelableInfos()
478 bool AppControlHost::WriteStringVector(const std::vector<std::string> &stringVector, MessageParcel … in WriteStringVector()
168 std::vector<std::string> stringVector; in DoSomethingInterestingWithMyApiDistributedWant006() local
367 auto stringVector = std::get<std::vector<std::string>>(pValue.value_); in NativeValueToCValueType() local
114 auto stringVector = connection->GetCipherSuite(); variable
351 …d ConvertStringVectorToJS(napi_env env, napi_value &result, std::vector<std::string>& stringVector) in ConvertStringVectorToJS()
194 …us ConvertStringVectorToJS(napi_env env, napi_value result, std::vector<std::string>& stringVector) in ConvertStringVectorToJS()