Searched defs:stringVector (Results 1 – 13 of 13) sorted by relevance
97 std::vector<std::string> stringVector; in DoSomethingInterestingWithMyAPI() local
148 std::vector<std::string> stringVector{}; in GetStringVectorFromJson() local
159 std::vector<std::string> stringVector; in DoSomethingInterestingWithMyAPI() local
579 std::vector<std::string> stringVector; variable596 std::vector<std::string> stringVector; variable
691 bool AppControlProxy::WriteStringVector(const std::vector<std::string> &stringVector, MessageParcel… in WriteStringVector()749 … AppControlManagerInterfaceCode code, MessageParcel &data, std::vector<std::string> &stringVector) in GetParcelableInfos()
539 bool AppControlHost::WriteStringVector(const std::vector<std::string> &stringVector, MessageParcel … in WriteStringVector()
449 std::vector<std::string> stringVector; variable
367 auto stringVector = std::get<std::vector<std::string>>(pValue.value_); in NativeValueToCValueType() local
199 std::vector<std::string> stringVector; in DoSomethingInterestingWithMyApiDistributedWant006() local
114 auto stringVector = connection->GetCipherSuite(); variable
204 …vertStringVectorToJS(napi_env env, napi_value result, const std::vector<std::string>& stringVector) in ConvertStringVectorToJS()
351 …d ConvertStringVectorToJS(napi_env env, napi_value &result, std::vector<std::string>& stringVector) in ConvertStringVectorToJS()