Home
last modified time | relevance | path

Searched refs:BaseContext (Results 1 - 25 of 34) sorted by relevance

12

/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<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 Dnapi_sms.h98 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 Dnapi_send_recv_mms.h35 struct MmsContext : BaseContext {
H A Dnapi_mms.h164 struct DecodeMmsContext : BaseContext {
182 struct EncodeMmsContext : BaseContext {
/base/hiviewdfx/hiview/plugins/performance/context/
H A DBaseContext.cpp16 #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 DBaseContext.h25 class BaseContext : public IXperfContext { class
27 BaseContext();
28 virtual ~BaseContext() = default;
H A DNormalContext.h20 #include "BaseContext.h"
27 class NormalContext : public BaseContext {
/base/telephony/core_service/frameworks/js/network_search/include/
H A Dnapi_radio.h145 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 Dnapi_faultlogger.h27 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 Dprint_context.h45 struct BaseContext { struct
55 ~BaseContext() in ~BaseContext()
72 struct PrintContext : BaseContext {
H A Dprint_modal_ui_callback.h35 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 Dprint_task.h64 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 Dbase_context.h34 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 Didentify_context.h28 class IdentifyContext : public BaseContext {
H A Dsimple_auth_context.h31 class SimpleAuthContext : public BaseContext {
H A Denroll_context.h28 class EnrollContext : public BaseContext {
H A Dremote_auth_invoker_context.h42 class RemoteAuthInvokerContext : public BaseContext {
/base/telephony/core_service/frameworks/js/vcard/include/
H A Dnapi_vcard.h35 struct ExportContext : BaseContext {
43 struct ImportContext : BaseContext {
/base/telephony/cellular_data/frameworks/js/napi/include/
H A Dnapi_cellular_data.h27 struct AsyncContext : BaseContext {
/base/telephony/core_service/frameworks/js/napi/
H A Dbase_context.h28 struct BaseContext { struct
H A Dnapi_util.h54 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 Dprint_modal_ui_callback.cpp36 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 Dnapi_state_registry.h71 struct ObserverContext : BaseContext {
/base/telephony/core_service/frameworks/js/esim/include/
H A Dnapi_esim.h41 BaseContext context;
/base/telephony/core_service/frameworks/js/sim/include/
H A Dnapi_sim.h32 BaseContext context;

Completed in 8 milliseconds

12