Home
last modified time | relevance | path

Searched refs:OnComplete (Results 1 – 25 of 47) sorted by relevance

12

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
Dhisysevent_base_query_callback.h46 virtual void OnComplete(int32_t reason, int32_t total) in OnComplete() function
49 callback->OnComplete(reason, total); in OnComplete()
53 virtual void OnComplete(int32_t reason, int32_t total, int64_t seq) in OnComplete() function
55 OnComplete(reason, total); in OnComplete()
Dhisysevent_query_callback.h33 virtual void OnComplete(int32_t reason, int32_t total) = 0;
Dhisysevent_query_callback_c.h37 void OnComplete(int32_t reason, int32_t total) override;
Dhisysevent_manager_c.h54 void (*OnComplete)(int32_t reason, int32_t total); member
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
Dhisysevent_query_proxy.cpp34 void HiSysEventQueryProxy::OnComplete(int32_t reason, int32_t total, int64_t seq) in OnComplete() function in OHOS::HiviewDFX::HiSysEventQueryProxy
37 queryCallback->OnComplete(reason, total, seq); in OnComplete()
Dquery_sys_event_callback_stub.cpp77 OnComplete(reason, total, seq); in OnRemoteRequest()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_querier.cpp73 void NapiHiSysEventQuerier::OnComplete(int32_t reason, int32_t total, int64_t seq) in OnComplete() function in OHOS::HiviewDFX::NapiHiSysEventQuerier
89 … napi_value OnComplete = NapiHiSysEventUtil::GetPropertyByName(env, querier, ON_COMPLETE_ATTR); in OnComplete() local
91 … napi_status status = napi_call_function(env, querier, OnComplete, ON_QUERY_COMPLTE_COUNT, in OnComplete()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
Diquery_base_callback.h30 virtual void OnComplete(int32_t reason, int32_t total, int64_t seq) = 0;
Dquery_sys_event_callback_proxy.h35 void OnComplete(int32_t reason, int32_t total, int64_t seq);
Ddata_publisher_sys_event_callback.h34 void OnComplete(int32_t reason, int32_t total, int64_t seq) override;
/base/hiviewdfx/hisysevent/adapter/native/idl/include/
Diquery_sys_event_callback.h28 virtual void OnComplete(int32_t reason, int32_t total, int64_t seq) = 0;
Dhisysevent_query_proxy.h36 void OnComplete(int32_t reason, int32_t total, int64_t seq) override;
Dquery_sys_event_callback_proxy.h42 void OnComplete(int32_t reason, int32_t total, int64_t seq);
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/include/
Dhisysevent_rust_querier.h32 virtual void OnComplete(int32_t reason, int32_t total) override;
/base/hiviewdfx/hisysevent/frameworks/native/
Dhisysevent_tool_query.cpp45 void HiSysEventToolQuery::OnComplete(int32_t reason, int32_t total) in OnComplete() function in OHOS::HiviewDFX::HiSysEventToolQuery
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Dasync_call.cpp78 …napi_create_async_work(env, nullptr, resource, AsyncCall::OnExecute, AsyncCall::OnComplete, contex… in Call()
99 AsyncCall::OnComplete(env, context_->ctx->status_, context_); in SyncCall()
109 void AsyncCall::OnComplete(napi_env env, napi_status status, void *data) in OnComplete() function in OHOS::MiscServices::AsyncCall
/base/request/request/frameworks/js/napi/src/upload/
Dasync_call.cpp70 …napi_create_async_work(env, nullptr, resource, AsyncCall::OnExecute, AsyncCall::OnComplete, contex… in Call()
92 AsyncCall::OnComplete(env, napi_ok, context_); in SyncCall()
104 void AsyncCall::OnComplete(napi_env env, napi_status status, void *data) in OnComplete() function in OHOS::Request::UploadNapi::AsyncCall
/base/hiviewdfx/hisysevent/frameworks/native/include/
Dhisysevent_tool_query.h33 void OnComplete(int32_t reason, int32_t total);
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
Dnapi_hisysevent_querier.h42 virtual void OnComplete(int32_t reason, int32_t total, int64_t seq) override;
/base/theme/screenlock_mgr/frameworks/js/napi/src/
Dasync_call.cpp84 …napi_create_async_work(env, nullptr, resource, AsyncCall::OnExecute, AsyncCall::OnComplete, contex… in Call()
106 AsyncCall::OnComplete(env, napi_ok, context_); in SyncCall()
118 void AsyncCall::OnComplete(const napi_env env, napi_status status, void *data) in OnComplete() function in OHOS::ScreenLock::AsyncCall
/base/print/print_fwk/interfaces/kits/napi/src/
Dprint_async_call.cpp69 PrintAsyncCall::OnComplete, context_, &work); in Call()
89 PrintAsyncCall::OnComplete(env, napi_ok, context_); in SyncCall()
107 void PrintAsyncCall::OnComplete(napi_env env, napi_status status, void *data) in OnComplete() function in OHOS::Print::PrintAsyncCall
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
Dhisysevent_query_callback_c.cpp52 void HiSysEventQueryCallbackC::OnComplete(int32_t reason, int32_t total) in OnComplete() function in HiSysEventQueryCallbackC
Dhisysevent_manager_c.cpp57 …auto callbackC = std::make_shared<HiSysEventQueryCallbackC>(callback.OnQuery, callback.OnComplete); in HiSysEventQuery()
103 if (callback == nullptr || callback->OnQuery == nullptr || callback->OnComplete == nullptr) { in OH_HiSysEvent_Query()
/base/request/request/frameworks/js/napi/src/
Dasync_call.cpp83 AsyncCall::OnExecute, AsyncCall::OnComplete, workData, &context->work_); in Call()
98 void AsyncCall::OnComplete(napi_env env, napi_status status, void *data) in OnComplete() function in OHOS::Request::AsyncCall
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Dquery_sys_event_callback_stub.cpp71 OnComplete(reason, total, seq); in OnRemoteRequest()

12