Home
last modified time | relevance | path

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

/base/security/access_token/test/fuzztest/access_token_stub/setremotehaptokeninfostub_fuzzer/
Dsetremotehaptokeninfostub_fuzzer.cpp64 HapTokenInfoForSyncParcel hapSyncParcel; in SetRemoteHapTokenInfoStubFuzzTest() local
65 hapSyncParcel.hapTokenInfoForSyncParams = remoteTokenInfo; in SetRemoteHapTokenInfoStubFuzzTest()
72 if (!datas.WriteParcelable(&hapSyncParcel)) { in SetRemoteHapTokenInfoStubFuzzTest()
/base/security/access_token/frameworks/accesstoken/include/
Di_accesstoken_manager.h78 HapTokenInfoForSyncParcel& hapSyncParcel) = 0;
81 HapTokenInfoForSyncParcel& hapSyncParcel) = 0;
/base/security/access_token/interfaces/innerkits/accesstoken/src/
Daccesstoken_manager_proxy.h72 …int GetHapTokenInfoFromRemote(AccessTokenID tokenID, HapTokenInfoForSyncParcel& hapSyncParcel) ove…
74 …int SetRemoteHapTokenInfo(const std::string& deviceID, HapTokenInfoForSyncParcel& hapSyncParcel) o…
Daccesstoken_manager_client.cpp398 HapTokenInfoForSyncParcel hapSyncParcel; in GetHapTokenInfoFromRemote() local
399 int res = proxy->GetHapTokenInfoFromRemote(tokenID, hapSyncParcel); in GetHapTokenInfoFromRemote()
400 hapSync = hapSyncParcel.hapTokenInfoForSyncParams; in GetHapTokenInfoFromRemote()
430 HapTokenInfoForSyncParcel hapSyncParcel; in SetRemoteHapTokenInfo() local
431 hapSyncParcel.hapTokenInfoForSyncParams = hapSync; in SetRemoteHapTokenInfo()
433 int res = proxy->SetRemoteHapTokenInfo(deviceID, hapSyncParcel); in SetRemoteHapTokenInfo()
Daccesstoken_manager_proxy.cpp707 HapTokenInfoForSyncParcel& hapSyncParcel) in GetHapTokenInfoFromRemote() argument
730 hapSyncParcel = *hapResult; in GetHapTokenInfoFromRemote()
765 HapTokenInfoForSyncParcel& hapSyncParcel) in SetRemoteHapTokenInfo() argument
772 if (!data.WriteParcelable(&hapSyncParcel)) { in SetRemoteHapTokenInfo()
/base/security/access_token/services/accesstokenmanager/main/cpp/include/service/
Daccesstoken_manager_service.h73 …int GetHapTokenInfoFromRemote(AccessTokenID tokenID, HapTokenInfoForSyncParcel& hapSyncParcel) ove…
75 …int SetRemoteHapTokenInfo(const std::string& deviceID, HapTokenInfoForSyncParcel& hapSyncParcel) o…
/base/security/access_token/services/accesstokenmanager/main/cpp/src/service/
Daccesstoken_manager_service.cpp350 HapTokenInfoForSyncParcel& hapSyncParcel) in GetHapTokenInfoFromRemote() argument
355 hapSyncParcel.hapTokenInfoForSyncParams); in GetHapTokenInfoFromRemote()
374 HapTokenInfoForSyncParcel& hapSyncParcel) in SetRemoteHapTokenInfo() argument
379 hapSyncParcel.hapTokenInfoForSyncParams); in SetRemoteHapTokenInfo()