Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 10 of 10) sorted by relevance

/system/connectivity/shill/net/
Dgeneric_netlink_message.h83 AttributeListRefPtr attributes() { return attributes_; } in attributes() function
Dnetlink_packet.cc74 const AttributeListRefPtr& attributes) { in ConsumeAttributes()
Drtnl_message.cc387 ByteString attributes; in Encode() local
/system/tpm/attestation/server/
Dpkcs11_key_store.cc160 CK_ATTRIBUTE attributes[] = { in Write() local
461 CK_ATTRIBUTE attributes[] = { in FindObject() local
540 CK_ATTRIBUTE attributes[] = { in EnumObjects() local
663 CK_ATTRIBUTE attributes[] = { in DoesCertificateExist() local
Dpkcs11_key_store_test.cc180 const std::vector<uint8_t>& attributes, in CreateObject()
232 const std::vector<uint8_t>& attributes) { in SetAttributeValue()
241 const std::vector<uint8_t>& attributes) { in FindObjectsInit()
281 std::string GetValue(const std::vector<uint8_t>& attributes, in GetValue()
/system/bt/service/
Dgatt_server.h218 std::deque<AttributeEntry> attributes; member
/system/core/adf/libadfhwc/
Dadfhwc.cpp146 uint32_t config, const uint32_t *attributes, int32_t *values) in adf_getDisplayAttributes()
/system/tpm/trunks/
Dresource_manager.cc559 BYTE attributes; in ParseCommand() local
633 BYTE attributes; in ParseResponse() local
Dtpm_generated.h949 TPMA_ALGORITHM attributes; member
1576 TPMA_NV attributes; member
/system/sepolicy/tools/
Dcheckfc.c80 static bool ebitmap_attribute_assertion_init(ebitmap_t *assertions, const char * const attributes[]) in ebitmap_attribute_assertion_init()