Home
last modified time | relevance | path

Searched refs:isKeyValueAvailable (Results 1 – 3 of 3) sorted by relevance

/external/opencore/protocols/http_parcom/src/
Dstring_keyvalue_store.h219 bool isKeyValueAvailable(const StrCSumPtrLen &aKey);
Dhttp_composer.cpp189 if (!iKeyValueStore->isKeyValueAvailable(contentType)) // no "Content-Type" key in santityCheckForCompose()
Dstring_keyvalue_store.cpp212 bool StringKeyValueStore::isKeyValueAvailable(const StrCSumPtrLen &aKey) in isKeyValueAvailable() function in StringKeyValueStore