Searched defs:aNewValue (Results 1 - 3 of 3) sorted by relevance

/external/opencore/protocols/http_parcom/src/
H A Dstring_keyvalue_store.cpp78 int32 StringKeyValueStore::addKeyValuePair(const StrCSumPtrLen &aNewKey, const StrPtrLen &aNewValue, const bool aNeedReplaceOldValue) argument
88 int32 aValueLength = aNewValue.length();
89 if (!storeNewKeyValueItem(aNewValue.c_str(), aValueLength, newLocation)) return StringKeyValueStore_NoMemory;
126 int32 StringKeyValueStore::addKeyValuePair(const StrCSumPtrLen &aNewKey, const char *aNewValue, const bool aNeedReplaceOldValue) argument
128 if (!aNewValue) return StringKeyValueStore_Failure;
129 StrPtrLen newValue(aNewValue);
133 int32 StringKeyValueStore::addKeyValuePair(const char *aNewKey, const uint32 aKeyLength, const char *aNewValue, const uint32 aValueLength, argument
137 StrPtrLen newValue(aNewValue, aValueLength);
H A Dhttp_parser.cpp831 const StrPtrLen &aNewValue,
835 (char*)aNewValue.c_str(), aNewValue.length(),
830 addKeyValuePairToStore(const StrCSumPtrLen &aNewKey, const StrPtrLen &aNewValue, const bool aNeedReplaceOldValue) argument
/external/opencore/nodes/pvmp4ffparsernode/src/
H A Dpvmf_mp4ffparser_node_metadata.cpp5180 int32 PVMFMP4FFParserNode::AddToValueList(Oscl_Vector<PvmiKvp, OsclMemAllocator>& aValueList, PvmiKvp& aNewValue) argument
5183 OSCL_TRY(leavecode, aValueList.push_back(aNewValue));

Completed in 72 milliseconds