Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/frameworks/js/napi/
H A 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;
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/include/
H A Dprint_context.h45 struct BaseContext { struct
55 ~BaseContext() in ~BaseContext() argument
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/common/
H A Dbase_context.h25 struct BaseContext { struct
33 struct BooleanValueContext : BaseContext { argument
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.h81 struct BaseContext { struct
82 napi_async_work work = nullptr;
83 napi_deferred deferred = nullptr;
84 napi_ref callbackRef = nullptr;
85 bool resolved = false;
86 int32_t errorCode = 0;
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-inner-application-baseContext.md1 # BaseContext chapter
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-inner-application-baseContext.md1 # BaseContext chapter
H A Djs-apis-app-ability-common.md63 ## BaseContext section
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/context/
H A DBaseContext.cpp18 BaseContext::BaseContext() : monitors() in BaseContext() function in BaseContext
/ohos5.0/foundation/communication/netstack/utils/napi_utils/src/
H A Dbase_context.cpp25 BaseContext::BaseContext(napi_env env, EventManager *manager) in BaseContext() function in OHOS::NetStack::BaseContext
43 BaseContext::BaseContext(napi_env env, const std::shared_ptr<EventManager> &sharedManager) in BaseContext() function in OHOS::NetStack::BaseContext
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
H A Dnapi_faultlogger.h29 BaseContext() {}; in BaseContext() function
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dbase_context.cpp29 BaseContext::BaseContext(const std::string &type, uint64_t contextId, std::shared_ptr<ContextCallba… in BaseContext() function in OHOS::UserIam::UserAuth::BaseContext
/ohos5.0/foundation/communication/netmanager_base/utils/napi_utils/src/
H A Dbase_context.cpp25 BaseContext::BaseContext(napi_env env, EventManager *manager) in BaseContext() function in OHOS::NetManagerStandard::BaseContext