Home
last modified time | relevance | path

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

/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A Dhap_restorecon.cpp165 std::string keyPara; in GetHapContextKey() local
174 keyPara = hapInfo->apl + "." + DLPSANDBOX; in GetHapContextKey()
180 keyPara = hapInfo->apl; in GetHapContextKey()
183 return keyPara; in GetHapContextKey()
189 if (keyPara.empty()) { in HapContextsInsert()
202 keyPara = tmpInfo.apl + "."; in HapContextsInsert()
545 std::string keyPara; in HapContextsLookup() local
555 keyPara = apl + "." + DLPSANDBOX; in HapContextsLookup()
558 keyPara = apl + "." + packageName; in HapContextsLookup()
561 keyPara = apl + "." + DEBUGGABLE; in HapContextsLookup()
[all …]