Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/appaccount/cj/include/
Dappaccount_common.h52 struct CheckAccountLabelsContext { struct
53 std::string name;
54 std::string owner;
55 std::vector<std::string> labels;
56 std::function<void(RetDataBool)> callbackRef = nullptr;
57 sptr<IAppAccountAuthenticatorCallback> appAccountMgrCb = nullptr;
58 ErrCode errCode = ERR_OK;
/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account_common.h148 struct CheckAccountLabelsContext : public NapiAsyncContext { struct
149 CheckAccountLabelsContext(napi_env napiEnv) : NapiAsyncContext(napiEnv) {}; in CheckAccountLabelsContext() argument
150 std::string name;
151 std::string owner;
152 std::vector<std::string> labels;
153 sptr<IAppAccountAuthenticatorCallback> appAccountMgrCb = nullptr;