Home
last modified time | relevance | path

Searched refs:AppKeyInfo (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/security/access_token/interfaces/innerkits/el5filekeymanager/src/
H A Dapp_key_info.cpp22 bool AppKeyInfo::Marshalling(Parcel &parcel) const in Marshalling()
30 AppKeyInfo *AppKeyInfo::Unmarshalling(Parcel &parcel) in Unmarshalling()
32 AppKeyInfo *info = new (std::nothrow) AppKeyInfo(); in Unmarshalling()
H A Del5_filekey_callback_stub.cpp40 std::vector<AppKeyInfo> infos; in OnRemoteRequest()
47 sptr<AppKeyInfo> info = data.ReadParcelable<AppKeyInfo>(); in OnRemoteRequest()
/ohos5.0/base/security/access_token/interfaces/innerkits/el5filekeymanager/include/
H A Dapp_key_info.h27 struct AppKeyInfo : public Parcelable { struct
33 static AppKeyInfo *Unmarshalling(Parcel &parcel); argument
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Del5_filekey_callback.h30 void OnRegenerateAppKey(std::vector<Security::AccessToken::AppKeyInfo> &infos) override;
32 void CheckEl5Dir(Security::AccessToken::AppKeyInfo &info, const InnerBundleInfo &bundleInfo);
/ohos5.0/base/security/access_token/services/el5filekeymanager/src/
H A Del5_filekey_callback_proxy.cpp31 void El5FilekeyCallbackProxy::OnRegenerateAppKey(std::vector<AppKeyInfo> &infos) in OnRegenerateAppKey()
42 for (AppKeyInfo info : infos) { in OnRegenerateAppKey()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Del5_filekey_callback.cpp25 void El5FilekeyCallback::OnRegenerateAppKey(std::vector<Security::AccessToken::AppKeyInfo> &infos) in OnRegenerateAppKey()
61 void El5FilekeyCallback::CheckEl5Dir(Security::AccessToken::AppKeyInfo &info, const InnerBundleInfo… in CheckEl5Dir()
/ohos5.0/base/security/access_token/frameworks/el5filekeymanager/include/
H A Del5_filekey_callback_interface.h31 virtual void OnRegenerateAppKey(std::vector<AppKeyInfo> &infos) = 0;
/ohos5.0/base/security/access_token/services/el5filekeymanager/include/
H A Del5_filekey_callback_proxy.h30 void OnRegenerateAppKey(std::vector<AppKeyInfo> &infos) override;
/ohos5.0/base/security/access_token/interfaces/innerkits/el5filekeymanager/test/unittest/src/
H A Del5_filekey_manager_kit_unittest.cpp45 void OnRegenerateAppKey(std::vector<AppKeyInfo> &infos) in OnRegenerateAppKey()
/ohos5.0/base/security/access_token/services/el5filekeymanager/test/src/
H A Del5_filekey_manager_service_unittest.cpp45 void OnRegenerateAppKey(std::vector<AppKeyInfo> &infos) in OnRegenerateAppKey()
H A Del5_filekey_manager_service_mock_unittest.cpp47 void OnRegenerateAppKey(std::vector<AppKeyInfo> &infos) in OnRegenerateAppKey()