Searched refs:permStr (Results 1 – 2 of 2) sorted by relevance
566 std::string permStr; in ScopeToString() local567 permStr = accumulate(permList.begin(), permList.end(), std::string(" ")); in ScopeToString()570 tokenidStr.c_str(), permStr.c_str()); in ScopeToString()
820 std::string permStr; in PermListToString() local821 permStr = accumulate(permList.begin(), permList.end(), std::string(" ")); in PermListToString()823 ACCESSTOKEN_LOG_INFO(LABEL, "permStr =%{public}s", permStr.c_str()); in PermListToString()