Searched defs:property (Results 1 – 9 of 9) sorted by relevance
28 const CryptoType& default_alg, const char* property) { in lookup_crypto_algorithm()
73 for (const auto& property : properties) { in GetBufferSizeFromProperties() local
63 auto property = tokenizer.GetNext(); in ParsePropertyInfoLine() local
163 for (std::string property; in ParseNamespaceCommand() local
174 void PropertyInfoArea::GetPropertyInfo(const char* property, const char** context, in GetPropertyInfo()
63 char property[PROPERTY_VALUE_MAX]; in should_use_sdcardfs() local
1154 void RecordInitBootTimeProp(BootEventRecordStore* boot_event_store, const char* property) { in RecordInitBootTimeProp()
1276 bool llkCheckEng(const std::string& property) { in llkCheckEng()
145 static std::pair<bool, std::string_view> parseProperty(std::string_view property) { in parseProperty()