Home
last modified time | relevance | path

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

/base/telephony/core_service/frameworks/js/napi/
Dbase_context.h28 struct BaseContext { struct
29 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;
/base/useriam/user_auth_framework/services/context/src/
Dbase_context.cpp27 BaseContext::BaseContext(const std::string &type, uint64_t contextId, std::shared_ptr<ContextCallba… in BaseContext() function in OHOS::UserIam::UserAuth::BaseContext
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
Dnapi_faultlogger.h29 BaseContext() {}; in BaseContext() function