Home
last modified time | relevance | path

Searched refs:hapTokenInfoParcel (Results 1 - 3 of 3) sorted by relevance

/base/security/access_token/frameworks/accesstoken/src/
H A Dhap_token_info_parcel.cpp40 auto* hapTokenInfoParcel = new (std::nothrow) HapTokenInfoParcel(); in Unmarshalling() local
41 if (hapTokenInfoParcel == nullptr) { in Unmarshalling()
47 RELEASE_IF_FALSE(in.ReadInt32(apl), hapTokenInfoParcel); in Unmarshalling()
48 hapTokenInfoParcel->hapTokenInfoParams.apl = ATokenAplEnum(apl); 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()
52 hapTokenInfoParcel->hapTokenInfoParams.bundleName = in.ReadString(); in Unmarshalling()
53 RELEASE_IF_FALSE(in.ReadInt32(hapTokenInfoParcel in Unmarshalling()
[all...]
/base/security/access_token/interfaces/innerkits/accesstoken/src/
H A Daccesstoken_manager_client.cpp463 HapTokenInfoParcel hapTokenInfoParcel; in GetHapTokenInfo() local
464 int res = proxy->GetHapTokenInfo(tokenID, hapTokenInfoParcel); in GetHapTokenInfo()
466 hapTokenInfoRes = hapTokenInfoParcel.hapTokenInfoParams; in GetHapTokenInfo()
/base/security/access_token/services/accesstokenmanager/main/cpp/src/service/
H A Daccesstoken_manager_stub.cpp551 HapTokenInfoParcel hapTokenInfoParcel; in GetHapTokenInfoInner() local
553 int result = this->GetHapTokenInfo(tokenID, hapTokenInfoParcel); in GetHapTokenInfoInner()
558 IF_FALSE_PRINT_LOG(LABEL, reply.WriteParcelable(&hapTokenInfoParcel), "WriteInt32 failed."); in GetHapTokenInfoInner()

Completed in 5 milliseconds