Searched defs:GetPropertyContext (Results 1 – 1 of 1) sorted by relevance
149 struct GetPropertyContext : public CommonAsyncContext { struct150 explicit GetPropertyContext(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in GetPropertyContext() function151 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 …]