Home
last modified time | relevance | path

Searched defs:attributeArray (Results 1 – 3 of 3) sorted by relevance

/base/security/certificate_framework/test/unittest/v1.0/src/
Dcrypto_x509_csr_test.cpp116 …HcfAttributesArray *attributeArray = (HcfAttributesArray *)CfMalloc(sizeof(HcfAttributesArray), 0); variable
244 …HcfAttributesArray *attributeArray = (HcfAttributesArray *)CfMalloc(sizeof(HcfAttributesArray), 0); variable
293 …HcfAttributesArray *attributeArray = (HcfAttributesArray *)CfMalloc(sizeof(HcfAttributesArray), 0); variable
/base/useriam/user_auth_framework/services/core/src/
Dremote_msg_util.cpp140 std::vector<Attributes> attributeArray; in SetExecutorInfoArrayToAttributes() local
160 std::vector<Attributes> attributeArray; in GetExecutorInfoArrayFromAttributes() local
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
Dnapi_x509_certificate.cpp1706 static bool ProcessArrayElement(napi_env env, napi_value value, HcfAttributesArray *attributeArray,… in ProcessArrayElement()
1735 … bool GetX509CsrAttributeArray(napi_env env, napi_value object, HcfAttributesArray *attributeArray) in GetX509CsrAttributeArray()