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.h149 struct CheckAccountLabelsContext : public CommonAsyncContext { struct
150 CheckAccountLabelsContext(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in CheckAccountLabelsContext() function
151 std::string name;
152 std::string owner;
153 std::vector<std::string> labels;
154 sptr<IAppAccountAuthenticatorCallback> appAccountMgrCb = nullptr;