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;
148 struct CheckAccountLabelsContext : public NapiAsyncContext { struct149 CheckAccountLabelsContext(napi_env napiEnv) : NapiAsyncContext(napiEnv) {}; in CheckAccountLabelsContext() argument150 std::string name;151 std::string owner;152 std::vector<std::string> labels;153 sptr<IAppAccountAuthenticatorCallback> appAccountMgrCb = nullptr;