Searched refs:hapTokenInfoParcel (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/security/access_token/frameworks/accesstoken/src/ |
H A D | hap_token_info_parcel.cpp | 41 if (hapTokenInfoParcel == nullptr) { in Unmarshalling() 47 RELEASE_IF_FALSE(in.ReadInt32(apl), hapTokenInfoParcel); in Unmarshalling() 49 RELEASE_IF_FALSE(in.ReadUint8(ver), hapTokenInfoParcel); in Unmarshalling() 50 hapTokenInfoParcel->hapTokenInfoParams.ver = ver; in Unmarshalling() 51 … RELEASE_IF_FALSE(in.ReadInt32(hapTokenInfoParcel->hapTokenInfoParams.userID), hapTokenInfoParcel); in Unmarshalling() 53 …RELEASE_IF_FALSE(in.ReadInt32(hapTokenInfoParcel->hapTokenInfoParams.apiVersion), hapTokenInfoParc… in Unmarshalling() 54 …RELEASE_IF_FALSE(in.ReadInt32(hapTokenInfoParcel->hapTokenInfoParams.instIndex), hapTokenInfoParce… in Unmarshalling() 55 …RELEASE_IF_FALSE(in.ReadInt32(hapTokenInfoParcel->hapTokenInfoParams.dlpType), hapTokenInfoParcel); in Unmarshalling() 58 …RELEASE_IF_FALSE(in.ReadUint32(hapTokenInfoParcel->hapTokenInfoParams.tokenID), hapTokenInfoParcel… in Unmarshalling() 59 …RELEASE_IF_FALSE(in.ReadUint32(hapTokenInfoParcel->hapTokenInfoParams.tokenAttr), hapTokenInfoParc… in Unmarshalling() [all …]
|
/ohos5.0/base/security/access_token/interfaces/innerkits/accesstoken/src/ |
H A D | accesstoken_manager_client.cpp | 475 HapTokenInfoParcel hapTokenInfoParcel; in GetHapTokenInfo() local 476 int res = proxy->GetHapTokenInfo(tokenID, hapTokenInfoParcel); in GetHapTokenInfo() 478 hapTokenInfoRes = hapTokenInfoParcel.hapTokenInfoParams; in GetHapTokenInfo()
|
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/service/ |
H A D | accesstoken_manager_stub.cpp | 559 HapTokenInfoParcel hapTokenInfoParcel; in GetHapTokenInfoInner() local 561 int result = this->GetHapTokenInfo(tokenID, hapTokenInfoParcel); in GetHapTokenInfoInner() 566 reply.WriteParcelable(&hapTokenInfoParcel); in GetHapTokenInfoInner()
|