Searched defs:CheckAccountLabelsContext (Results 1 – 2 of 2) sorted by relevance
52 struct CheckAccountLabelsContext { struct53 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;
149 struct CheckAccountLabelsContext : public CommonAsyncContext { struct150 CheckAccountLabelsContext(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in CheckAccountLabelsContext() function151 std::string name;152 std::string owner;153 std::vector<std::string> labels;154 sptr<IAppAccountAuthenticatorCallback> appAccountMgrCb = nullptr;