Home
last modified time | relevance | path

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

/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A Dsehap_contexts_trie.cpp78 node->matchedInfo.isEnd = true; in Insert()
79 node->matchedInfo.domain = domain; in Insert()
80 node->matchedInfo.type = type; in Insert()
103 if ((root->matchedInfo.isEnd) && (i == words.size() - 1)) { in Search()
105 type = root->matchedInfo.domain; in Search()
107 type = root->matchedInfo.type; in Search()
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/include/
H A Dsehap_contexts_trie.h38 NodeTypeInfo matchedInfo; variable