Home
last modified time | relevance | path

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

/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/
Dnative_token_info_inner.cpp235 void NativeTokenInfoInner::SetNativeAcls(const std::string& AclsStr) in SetNativeAcls() argument
239 std::string::size_type offset = AclsStr.find(',', start); in SetNativeAcls()
241 tokenInfoBasic_.nativeAcls.push_back(AclsStr.substr(start)); in SetNativeAcls()
244 tokenInfoBasic_.nativeAcls.push_back(AclsStr.substr(start, offset)); in SetNativeAcls()
/base/security/access_token/services/accesstokenmanager/main/cpp/include/token/
Dnative_token_info_inner.h53 void SetNativeAcls(const std::string& AclsStr);