/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<ContextCallback> callback) in BaseContext() function in OHOS::UserIam::UserAuth::BaseContext 40 BaseContext::~BaseContext() in ~BaseContext() 47 void BaseContext::SetLatestError(int32_t error) in SetLatestError() 54 int32_t BaseContext::GetLatestError() const in GetLatestError() 59 uint64_t BaseContext::GetContextId() const in GetContextId() 64 int32_t BaseContext::GetUserId() const in GetUserId() 69 bool BaseContext::Start() in Start() 81 bool BaseContext [all...] |
/base/telephony/sms_mms/frameworks/js/napi/include/ |
H A D | napi_sms.h | 98 struct SendMessageContext : BaseContext { 113 struct CreateMessageContext : BaseContext { 119 struct SetDefaultSmsSlotIdContext : BaseContext { 124 struct IsImsSmsSupportedContext : BaseContext { 129 struct GetDefaultSmsSlotIdContext : BaseContext { 133 struct GetDefaultSmsSimIdContext : BaseContext { 137 struct SetSmscAddrContext : BaseContext { 143 struct GetSmscAddrContext : BaseContext { 148 struct AddSimMessageContext : BaseContext { 156 struct DelSimMessageContext : BaseContext { [all...] |
H A D | napi_send_recv_mms.h | 35 struct MmsContext : BaseContext {
|
H A D | napi_mms.h | 164 struct DecodeMmsContext : BaseContext { 182 struct EncodeMmsContext : BaseContext {
|
/base/hiviewdfx/hiview/plugins/performance/context/ |
H A D | BaseContext.cpp | 16 #include "BaseContext.h" 20 BaseContext::BaseContext() : monitors() in BaseContext() function in OHOS::HiviewDFX::BaseContext 24 void BaseContext::RegisterMonitorByLogID(int logId, IMonitor* newMonitor) in RegisterMonitorByLogID() 36 std::vector<IMonitor*> BaseContext::GetMonitorsByLogID(int logId) in GetMonitorsByLogID() 44 IEventObservable* BaseContext::GetEventObservable() in GetEventObservable()
|
H A D | BaseContext.h | 25 class BaseContext : public IXperfContext { class 27 BaseContext(); 28 virtual ~BaseContext() = default;
|
H A D | NormalContext.h | 20 #include "BaseContext.h" 27 class NormalContext : public BaseContext {
|
/base/telephony/core_service/frameworks/js/network_search/include/ |
H A D | napi_radio.h | 145 struct CallbackContext : BaseContext { 153 struct RadioTechContext : BaseContext { 159 struct SignalInfoListContext : BaseContext { 185 struct GetStateContext : BaseContext { 200 struct GetISOCountryCodeContext : BaseContext { 216 struct GetOperatorNameContext : BaseContext { 233 struct GetIMEIContext : BaseContext { 238 struct GetIMEISVContext : BaseContext { 243 struct GetMEIDContext : BaseContext { 253 struct CellInformationContext : BaseContext { [all...] |
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/ |
H A D | napi_faultlogger.h | 27 class BaseContext { class 29 BaseContext() {}; in BaseContext() function in OHOS::HiviewDFX::BaseContext 30 virtual ~BaseContext() {}; in ~BaseContext() 47 class FaultLogInfoContext : public BaseContext {
|
/base/print/print_fwk/interfaces/kits/napi/print_napi/include/ |
H A D | print_context.h | 45 struct BaseContext { struct 55 ~BaseContext() in ~BaseContext() 72 struct PrintContext : BaseContext {
|
H A D | print_modal_ui_callback.h | 35 explicit PrintModalUICallback(std::shared_ptr<BaseContext> baseContext); 43 static napi_status CreateResultMessage(BaseContext* context, napi_value* result, uint32_t length); 49 std::shared_ptr<BaseContext> baseContext = nullptr;
|
H A D | print_task.h | 64 std::shared_ptr<BaseContext> asyncContext, const std::shared_ptr<AdapterParam> &adapterParam); 65 uint32_t StartUIExtensionAbility(OHOS::AAFwk::Want &want, std::shared_ptr<BaseContext> asyncContext); 66 OHOS::Ace::UIContent* GetUIContent(const BaseContext *asyncContext);
|
/base/useriam/user_auth_framework/services/context/inc/ |
H A D | base_context.h | 34 class BaseContext : public ScheduleNodeCallback, class 36 public std::enable_shared_from_this<BaseContext>, 41 BaseContext(const std::string &type, uint64_t contextId, std::shared_ptr<ContextCallback> callback); 42 ~BaseContext() override;
|
H A D | identify_context.h | 28 class IdentifyContext : public BaseContext {
|
H A D | simple_auth_context.h | 31 class SimpleAuthContext : public BaseContext {
|
H A D | enroll_context.h | 28 class EnrollContext : public BaseContext {
|
H A D | remote_auth_invoker_context.h | 42 class RemoteAuthInvokerContext : public BaseContext {
|
/base/telephony/core_service/frameworks/js/vcard/include/ |
H A D | napi_vcard.h | 35 struct ExportContext : BaseContext { 43 struct ImportContext : BaseContext {
|
/base/telephony/cellular_data/frameworks/js/napi/include/ |
H A D | napi_cellular_data.h | 27 struct AsyncContext : BaseContext {
|
/base/telephony/core_service/frameworks/js/napi/ |
H A D | base_context.h | 28 struct BaseContext { struct
|
H A D | napi_util.h | 54 static napi_value HandleAsyncWork(napi_env env, BaseContext *context, const std::string &workName, 56 static void Handle1ValueCallback(napi_env env, BaseContext *context, napi_value callbackValue); 57 static void Handle2ValueCallback(napi_env env, BaseContext *context, napi_value callbackValue);
|
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/ |
H A D | print_modal_ui_callback.cpp | 36 PrintModalUICallback::PrintModalUICallback(std::shared_ptr<BaseContext> baseContext) in PrintModalUICallback() 151 BaseContext *printBaseContext = new (std::nothrow) BaseContext(*this->baseContext); in SendMessageBack() 178 BaseContext* context = reinterpret_cast<BaseContext*>(work->data); in SendMessageBackWork() 224 napi_status PrintModalUICallback::CreateResultMessage(BaseContext* context, napi_value* result, uint32_t length) in CreateResultMessage()
|
/base/telephony/state_registry/frameworks/js/napi/include/ |
H A D | napi_state_registry.h | 71 struct ObserverContext : BaseContext {
|
/base/telephony/core_service/frameworks/js/esim/include/ |
H A D | napi_esim.h | 41 BaseContext context;
|
/base/telephony/core_service/frameworks/js/sim/include/ |
H A D | napi_sim.h | 32 BaseContext context;
|