Home
last modified time | relevance | path

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 Dsetremotehaptokeninfostub_fuzzer.cpp40 … 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 Daccesstoken_manager_client.cpp526 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 Daccesstoken_manager_proxy.h88 …int GetHapTokenInfoFromRemote(AccessTokenID tokenID, HapTokenInfoForSyncParcel& hapSyncParcel) ove…
89 …int SetRemoteHapTokenInfo(const std::string& deviceID, HapTokenInfoForSyncParcel& hapSyncParcel) o…
H A Daccesstoken_manager_proxy.cpp944 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 Di_accesstoken_manager.h93 HapTokenInfoForSyncParcel& hapSyncParcel) = 0;
95 HapTokenInfoForSyncParcel& hapSyncParcel) = 0;
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/include/service/
H A Daccesstoken_manager_service.h89 …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 Daccesstoken_manager_service.cpp443 HapTokenInfoForSyncParcel& hapSyncParcel) in GetHapTokenInfoFromRemote() argument
448 hapSyncParcel.hapTokenInfoForSyncParams); in GetHapTokenInfoFromRemote()
452 HapTokenInfoForSyncParcel& hapSyncParcel) in SetRemoteHapTokenInfo() argument
456 hapSyncParcel.hapTokenInfoForSyncParams); in SetRemoteHapTokenInfo()