Searched refs:hapSyncParcel (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/security/access_token/test/fuzztest/services/accesstoken/setremotehaptokeninfostub_fuzzer/ |
H A D | setremotehaptokeninfostub_fuzzer.cpp | 40 … AccessTokenFuzzData& fuzzData, AccessTokenID tokenId, HapTokenInfoForSyncParcel& hapSyncParcel) in ConstructorParam() argument 72 hapSyncParcel.hapTokenInfoForSyncParams = remoteTokenInfo; in ConstructorParam() 85 HapTokenInfoForSyncParcel hapSyncParcel; in SetRemoteHapTokenInfoStubFuzzTest() local 86 ConstructorParam(fuzzData, tokenId, hapSyncParcel); in SetRemoteHapTokenInfoStubFuzzTest() 93 if (!datas.WriteParcelable(&hapSyncParcel)) { in SetRemoteHapTokenInfoStubFuzzTest()
|
/ohos5.0/base/security/access_token/interfaces/innerkits/accesstoken/src/ |
H A D | accesstoken_manager_client.cpp | 526 HapTokenInfoForSyncParcel hapSyncParcel; in GetHapTokenInfoFromRemote() local 527 int res = proxy->GetHapTokenInfoFromRemote(tokenID, hapSyncParcel); in GetHapTokenInfoFromRemote() 528 hapSync = hapSyncParcel.hapTokenInfoForSyncParams; in GetHapTokenInfoFromRemote() 540 HapTokenInfoForSyncParcel hapSyncParcel; in SetRemoteHapTokenInfo() local 541 hapSyncParcel.hapTokenInfoForSyncParams = hapSync; in SetRemoteHapTokenInfo() 543 int res = proxy->SetRemoteHapTokenInfo(deviceID, hapSyncParcel); in SetRemoteHapTokenInfo()
|
H A D | accesstoken_manager_proxy.h | 88 …int GetHapTokenInfoFromRemote(AccessTokenID tokenID, HapTokenInfoForSyncParcel& hapSyncParcel) ove… 89 …int SetRemoteHapTokenInfo(const std::string& deviceID, HapTokenInfoForSyncParcel& hapSyncParcel) o…
|
H A D | accesstoken_manager_proxy.cpp | 944 HapTokenInfoForSyncParcel& hapSyncParcel) in GetHapTokenInfoFromRemote() argument 970 hapSyncParcel = *hapResult; in GetHapTokenInfoFromRemote() 975 HapTokenInfoForSyncParcel& hapSyncParcel) in SetRemoteHapTokenInfo() argument 985 if (!data.WriteParcelable(&hapSyncParcel)) { in SetRemoteHapTokenInfo()
|
/ohos5.0/base/security/access_token/frameworks/accesstoken/include/ |
H A D | i_accesstoken_manager.h | 93 HapTokenInfoForSyncParcel& hapSyncParcel) = 0; 95 HapTokenInfoForSyncParcel& hapSyncParcel) = 0;
|
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/include/service/ |
H A D | accesstoken_manager_service.h | 89 …int GetHapTokenInfoFromRemote(AccessTokenID tokenID, HapTokenInfoForSyncParcel& hapSyncParcel) ove… 90 …int SetRemoteHapTokenInfo(const std::string& deviceID, HapTokenInfoForSyncParcel& hapSyncParcel) o…
|
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/service/ |
H A D | accesstoken_manager_service.cpp | 443 HapTokenInfoForSyncParcel& hapSyncParcel) in GetHapTokenInfoFromRemote() argument 448 hapSyncParcel.hapTokenInfoForSyncParams); in GetHapTokenInfoFromRemote() 452 HapTokenInfoForSyncParcel& hapSyncParcel) in SetRemoteHapTokenInfo() argument 456 hapSyncParcel.hapTokenInfoForSyncParams); in SetRemoteHapTokenInfo()
|