Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Djson_importer.cpp30 ISerNode::Ptr tree; in ImportAsTree() local
63 if (auto tree = ImportAsTree(input)) { in Import() local
H A Djson_exporter.cpp27 auto tree = exp.Export(object); in Export() local
H A Dmetav1_compat.cpp265 ISerNode::Ptr RewriteMetaV1NodeTree(ISerNode::Ptr tree) in RewriteMetaV1NodeTree()
H A Dimporter.cpp49 IObject::Ptr Importer::Import(const ISerNode::ConstPtr& tree) in Import()
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A 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
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_status.c282 static int32_t LoadTreeStatus(struct RbTree *tree, pthread_rwlock_t *treeLock, uint8_t *buf, uint32… in LoadTreeStatus()
335 struct RbTree *tree = &g_trees[storeIndex]; in LoadStatus() local
357 static int32_t EncodeTree(struct RbTree *tree, uint8_t **bufptr, uint32_t *size) in EncodeTree()
404 struct RbTree *tree = &g_trees[storeIndex]; in WriteStatus() local
458 struct RbTree *tree = &g_trees[storeIndex]; in DestroyTree() local
552 static int32_t SetCertStatusNode(const struct CmContext *ctx, struct RbTree *tree, in SetCertStatusNode()
599 static int32_t SetUserCertStatusNode(const struct CertStatus *valInfo, struct RbTree *tree, in SetUserCertStatusNode()
679 struct RbTree *tree, struct TreeNode tempPara, const char *fn) in CertManagerFindMatchedFile()
713 static int32_t CertManagerStatus(const struct CmContext *context, struct RbTree *tree, in CertManagerStatus()
808 struct RbTree *tree = &g_trees[storeIndex]; in CertManagerStatusFile() local
H A Drbtree.c373 int32_t RbTreeFindNode(struct RbTreeNode **nodePtr, RbTreeKey key, const struct RbTree *tree) in RbTreeFindNode()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_event.cpp37 void UIEvent::GetSimplifiedInspectorTree(std::string& tree) in GetSimplifiedInspectorTree()
H A Dui_event_func.cpp96 void UIEventFunc::GetSimplifiedInspectorTree(std::string& tree) in GetSimplifiedInspectorTree()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dui_event_test.cpp87 std::string tree = "treeTest"; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_event_impl.cpp54 extern "C" ACE_FORCE_EXPORT void OHOS_ACE_GetSimplifiedInspectorTree(std::string& tree) in OHOS_ACE_GetSimplifiedInspectorTree()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/
H A Ddebug_output.cpp22 BASE_NS::string DebugOutput::Process(const ISerNode::Ptr& tree) in Process()
H A Djson_output.cpp141 BASE_NS::string JsonOutput::Process(const ISerNode::Ptr& tree) in Process()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_dump.cpp296 for (auto& tree : eventTreeList) { in Dump() local
/ohos5.0/build/hb/resources/args/default/
H A Dtoolargs.json147 "tree":{ object
247 "tree":{ object
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp379 std::string tree; in GetSurfacesTrees() local
398 std::string tree; in GetSurfacesTrees() local
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp799 void ConfigUtils::ConvertTreeToList(std::vector<std::shared_ptr<DumpCfg>> &tree, in ConvertTreeToList()
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_certificate_openssl.c1691 GENERAL_SUBTREE *tree = NULL; in CompareNameConstraintsX509Openssl() local
1699 GENERAL_SUBTREE *tree = NULL; in CompareNameConstraintsX509Openssl() local
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_manager_service.cpp3046 for (auto &tree : window.second) { in RemoveRequestId() local