Searched refs:getCurrentKeyList (Results 1 – 5 of 5) sorted by relevance
143 uint32 StringKeyValueStore::getCurrentKeyList(StrPtrLen *&aFieldKeyList, const uint32 aListSize) in getCurrentKeyList() function in StringKeyValueStore290 aStore.getCurrentKeyList(keyList); in copy()
211 uint32 getCurrentKeyList(StrPtrLen *&aFieldKeyList, const uint32 aListSize = 0);
282 uint32 numKeys = iKeyValueStore->getCurrentKeyList(keyList); in composeHeaders()
301 return (iKeyValueStore == NULL ? 0 : iKeyValueStore->getCurrentKeyList(aFieldKeyList)); in getFieldKeyList()
74 …return iHeader->getKeyValuesStore()->getCurrentKeyList(aFieldKeyList); // iHeader should be create… in getFieldKeyListInHeader()