Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/frameworks/accesstoken/src/
H A Dnative_token_info_parcel.cpp81 std::string dcapsItem; in Unmarshalling() local
82 RELEASE_IF_FALSE(in.ReadString(dcapsItem), nativeTokenInfoParcel); in Unmarshalling()
83 nativeTokenInfoParcel->nativeTokenInfoParams.dcap.emplace_back(dcapsItem); in Unmarshalling()