Home
last modified time | relevance | path

Searched defs:AppKeyLoadInfo (Results 1 – 1 of 1) sorted by relevance

/base/security/access_token/interfaces/inner_api/el5filekeymanager/include/
Dapp_key_load_info.h27 struct AppKeyLoadInfo : public Parcelable { struct
31 AppKeyLoadInfo() {} in AppKeyLoadInfo() function
32 AppKeyLoadInfo(std::string &first, bool second) : first(first), second(second) {} in AppKeyLoadInfo() argument