Searched defs:BaseContext (Results 1 – 3 of 3) sorted by relevance
28 struct BaseContext { struct29 napi_async_work work = nullptr;30 napi_deferred deferred = nullptr;31 napi_ref callbackRef = nullptr;32 bool resolved = false;33 int32_t errorCode = ERROR_DEFAULT;
27 BaseContext::BaseContext(const std::string &type, uint64_t contextId, std::shared_ptr<ContextCallba… in BaseContext() function in OHOS::UserIam::UserAuth::BaseContext
29 BaseContext() {}; in BaseContext() function