Searched defs:AppAccountAsyncContext (Results 1 – 1 of 1) sorted by relevance
68 struct AppAccountAsyncContext : public CommonAsyncContext { struct69 …AppAccountAsyncContext(napi_env napiEnv, bool isThrowable = false) : CommonAsyncContext(napiEnv, i… in CommonAsyncContext() argument70 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 …]