Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/napi/account_iam/include/
Dnapi_account_iam_common.h149 struct GetPropertyContext : public CommonAsyncContext { struct
150 explicit GetPropertyContext(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in GetPropertyContext() function
151 AccountSA::GetPropertyRequest request;
152 int32_t result = 0;
153 int32_t authSubType = 0;
154 int32_t remainTimes = 0;
155 int32_t freezingTime = 0;
156 std::string enrollmentProgress;
157 std::string sensorInfo;
158 int32_t accountId = -1;
[all …]