Home
last modified time | relevance | path

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

/base/security/access_token/frameworks/accesstoken/src/
H A Dnative_token_info_parcel.cpp36 auto* nativeTokenInfoParcel = new (std::nothrow) NativeTokenInfoParcel(); in Unmarshalling() local
37 if (nativeTokenInfoParcel == nullptr) { in Unmarshalling()
42 RELEASE_IF_FALSE(in.ReadInt32(apl), nativeTokenInfoParcel); in Unmarshalling()
43 nativeTokenInfoParcel->nativeTokenInfoParams.apl = ATokenAplEnum(apl); in Unmarshalling()
44 nativeTokenInfoParcel->nativeTokenInfoParams.processName = in.ReadString(); in Unmarshalling()
45 return nativeTokenInfoParcel; in Unmarshalling()
/base/security/access_token/interfaces/innerkits/accesstoken/src/
H A Daccesstoken_manager_client.cpp477 NativeTokenInfoParcel nativeTokenInfoParcel; in GetNativeTokenInfo() local
478 int res = proxy->GetNativeTokenInfo(tokenID, nativeTokenInfoParcel); in GetNativeTokenInfo()
479 nativeTokenInfoRes = nativeTokenInfoParcel.nativeTokenInfoParams; in GetNativeTokenInfo()
/base/security/access_token/services/accesstokenmanager/main/cpp/src/service/
H A Daccesstoken_manager_stub.cpp569 NativeTokenInfoParcel nativeTokenInfoParcel; in GetNativeTokenInfoInner() local
570 int result = this->GetNativeTokenInfo(tokenID, nativeTokenInfoParcel); in GetNativeTokenInfoInner()
575 IF_FALSE_PRINT_LOG(LABEL, reply.WriteParcelable(&nativeTokenInfoParcel), "WriteInt32 failed."); in GetNativeTokenInfoInner()

Completed in 4 milliseconds