Home
last modified time | relevance | path

Searched defs:tree (Results 1 – 7 of 7) sorted by relevance

/base/hiviewdfx/hichecker/test/scripts/testModule/
Dutils.py25 def GetPathByAttribute(tree, key, value): argument
40 def GetElementByPath(tree, path): argument
45 def GetLocationByText(tree, text): argument
/base/security/certificate_framework/test/unittest/v1.0/src/
Dcrypto_x509_certificate_test_part3.cpp397 GENERAL_SUBTREE *tree = reinterpret_cast<GENERAL_SUBTREE *>sk_GENERAL_SUBTREE_new_null(); variable
442 GENERAL_SUBTREE *tree = reinterpret_cast<GENERAL_SUBTREE *>sk_GENERAL_SUBTREE_new_null(); variable
477 GENERAL_SUBTREE *tree = reinterpret_cast<GENERAL_SUBTREE *>sk_GENERAL_SUBTREE_new_null(); variable
512 GENERAL_SUBTREE *tree = reinterpret_cast<GENERAL_SUBTREE *>sk_GENERAL_SUBTREE_new_null(); variable
568 GENERAL_SUBTREE *tree = reinterpret_cast<GENERAL_SUBTREE *>sk_GENERAL_SUBTREE_new_null(); variable
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
Dcert_manager_status.c284 static int32_t LoadTreeStatus(struct RbTree *tree, pthread_rwlock_t *treeLock, uint8_t *buf, uint32… in LoadTreeStatus()
337 struct RbTree *tree = &g_trees[storeIndex]; in LoadStatus() local
359 static int32_t EncodeTree(struct RbTree *tree, uint8_t **bufptr, uint32_t *size) in EncodeTree()
406 struct RbTree *tree = &g_trees[storeIndex]; in WriteStatus() local
460 struct RbTree *tree = &g_trees[storeIndex]; in DestroyTree() local
554 static int32_t SetCertStatusNode(const struct CmContext *ctx, struct RbTree *tree, in SetCertStatusNode()
601 static int32_t SetUserCertStatusNode(const struct CertStatus *valInfo, struct RbTree *tree, in SetUserCertStatusNode()
681 struct RbTree *tree, struct TreeNode tempPara, const char *fn) in CertManagerFindMatchedFile()
715 static int32_t CertManagerStatus(const struct CmContext *context, struct RbTree *tree, in CertManagerStatus()
773 struct RbTree *tree = &g_trees[storeIndex]; in CertManagerStatusFile() local
Drbtree.c374 int32_t RbTreeFindNode(struct RbTreeNode **nodePtr, RbTreeKey key, const struct RbTree *tree) in RbTreeFindNode()
/base/hiviewdfx/hidumper/test/scripts/testModule/
Dutils.py182 def GetPathByAttribute(tree, key, value): argument
197 def GetElementByPath(tree, path): argument
202 def GetLocationByText(tree, text): argument
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
Dx509_certificate_openssl.c1683 GENERAL_SUBTREE *tree = NULL; in CompareNameConstraintsX509Openssl() local
1691 GENERAL_SUBTREE *tree = NULL; in CompareNameConstraintsX509Openssl() local
/base/hiviewdfx/hidumper/frameworks/native/src/util/
Dconfig_utils.cpp819 void ConfigUtils::ConvertTreeToList(std::vector<std::shared_ptr<DumpCfg>> &tree, in ConvertTreeToList()