Home
last modified time | relevance | path

Searched defs:BaseContext (Results 1 – 5 of 5) 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/print/print_fwk/interfaces/kits/napi/print_napi/include/
Dprint_context.h45 struct BaseContext { struct
55 ~BaseContext() in ~BaseContext() argument
/base/hiviewdfx/hiview/plugins/performance/context/
DBaseContext.cpp18 BaseContext::BaseContext() : monitors() in BaseContext() function in BaseContext
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
Dnapi_faultlogger.h29 BaseContext() {}; in BaseContext() function
/base/useriam/user_auth_framework/services/context/src/
Dbase_context.cpp29 BaseContext::BaseContext(const std::string &type, uint64_t contextId, std::shared_ptr<ContextCallba… in BaseContext() function in OHOS::UserIam::UserAuth::BaseContext