/ohos5.0/base/telephony/core_service/frameworks/js/napi/ |
H A D | base_context.h | 28 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 D | print_context.h | 45 struct BaseContext { struct 55 ~BaseContext() in ~BaseContext() argument
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/common/ |
H A D | base_context.h | 25 struct BaseContext { struct 33 struct BooleanValueContext : BaseContext { argument
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/ |
H A D | nfc_napi_common_utils.h | 81 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 D | js-apis-inner-application-baseContext.md | 1 # BaseContext chapter
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-inner-application-baseContext.md | 1 # BaseContext chapter
|
H A D | js-apis-app-ability-common.md | 63 ## BaseContext section
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/context/ |
H A D | BaseContext.cpp | 18 BaseContext::BaseContext() : monitors() in BaseContext() function in BaseContext
|
/ohos5.0/foundation/communication/netstack/utils/napi_utils/src/ |
H A D | base_context.cpp | 25 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 D | napi_faultlogger.h | 29 BaseContext() {}; in BaseContext() function
|
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | base_context.cpp | 29 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 D | base_context.cpp | 25 BaseContext::BaseContext(napi_env env, EventManager *manager) in BaseContext() function in OHOS::NetManagerStandard::BaseContext
|