Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/
H A Dnative_token_info_inner.cpp252 void NativeTokenInfoInner::SetNativeAcls(const std::string& AclsStr) in SetNativeAcls() argument
256 std::string::size_type offset = AclsStr.find(',', start); in SetNativeAcls()
258 tokenInfoBasic_.nativeAcls.push_back(AclsStr.substr(start)); in SetNativeAcls()
261 tokenInfoBasic_.nativeAcls.push_back(AclsStr.substr(start, offset)); in SetNativeAcls()
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/include/token/
H A Dnative_token_info_inner.h53 void SetNativeAcls(const std::string& AclsStr);