Home
last modified time | relevance | path

Searched refs:thisNode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_commit_storage.cpp292 commits.sort([] (const MultiVerCommitNode &thisNode, const MultiVerCommitNode &thatNode) { in GetAllCommitsInTree() argument
293 return (thisNode.version > thatNode.version); in GetAllCommitsInTree()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp2525 RefPtr<FocusHub> thisNode = AceType::Claim(this); in SetLastWeakFocusNodeWholeScope() local
2528 parent->SetLastWeakFocusNode(AceType::WeakClaim(AceType::RawPtr(thisNode))); in SetLastWeakFocusNodeWholeScope()
2532 thisNode = parent; in SetLastWeakFocusNodeWholeScope()
2562 RefPtr<FocusHub> thisNode = AceType::Claim(this); in GetChildPriorfocusNode() local
2573 if (child->IsFocusAbleChildOf(thisNode)) { in GetChildPriorfocusNode()