Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account_common.h68 struct AppAccountAsyncContext : public CommonAsyncContext { struct
69AppAccountAsyncContext(napi_env napiEnv, bool isThrowable = false) : CommonAsyncContext(napiEnv, i… in CommonAsyncContext() argument
70 std::string name;
71 std::string owner;
72 std::string extraInfo;
73 std::string bundleName;
74 std::string credentialType;
75 std::string credential;
76 std::string key;
77 std::string value;
[all …]