Home
last modified time | relevance | path

Searched refs:OnComplete (Results 1 - 25 of 60) sorted by relevance

123

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H A Dhisysevent_base_query_callback.h46 virtual void OnComplete(int32_t reason, int32_t total) in OnComplete() function in OHOS::HiviewDFX::HiSysEventBaseQueryCallback
49 callback->OnComplete(reason, total); in OnComplete()
53 virtual void OnComplete(int32_t reason, int32_t total, int64_t seq) in OnComplete() function in OHOS::HiviewDFX::HiSysEventBaseQueryCallback
55 OnComplete(reason, total); in OnComplete()
H A Dhisysevent_query_callback_c.h37 void OnComplete(int32_t reason, int32_t total) override;
H A Dhisysevent_query_callback.h33 virtual void OnComplete(int32_t reason, int32_t total) = 0;
H A Dhisysevent_manager_c.h54 void (*OnComplete)(int32_t reason, int32_t total); member
/base/security/security_guard/frameworks/common/obtaindata/src/
H A Dsecurity_event_query_callback_service.cpp26 void SecurityEventQueryCallbackService::OnComplete() in OnComplete() function in OHOS::Security::SecurityGuard::SecurityEventQueryCallbackService
29 queryCallback->OnComplete(); in OnComplete()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/tasks/
H A Dtask_ams.h34 std::bind(&TaskAmsInit::OnComplete, this), std::bind(&TaskAmsInit::OnTimeout, this)); in TaskAmsInit()
40 void OnComplete() in OnComplete() function in OHOS::MiscServices::TaskAmsInit
42 IMSA_HILOGI("TaskAmsInit::OnComplete"); in OnComplete()
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H A 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()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_querier.cpp78 void NapiHiSysEventQuerier::OnComplete(int32_t reason, int32_t total, int64_t seq) in OnComplete() function in OHOS::HiviewDFX::NapiHiSysEventQuerier
94 napi_value OnComplete = NapiHiSysEventUtil::GetPropertyByName(env, querier, ON_COMPLETE_ATTR); in OnComplete()
96 napi_status status = napi_call_function(env, querier, OnComplete, ON_QUERY_COMPLTE_COUNT, in OnComplete()
99 HILOG_ERROR(LOG_CORE, "failed to call OnComplete JS function."); in OnComplete()
/base/security/security_guard/interfaces/inner_api/obtaindata/include/
H A Dsecurity_event_query_callback.h30 virtual void OnComplete() = 0;
H A Dsecurity_event_query_callback_service.h35 void OnComplete() override;
/base/hiviewdfx/hisysevent/adapter/native/idl/include/
H A Diquery_sys_event_callback.h28 virtual void OnComplete(int32_t reason, int32_t total, int64_t seq) = 0;
H A Dhisysevent_query_proxy.h36 void OnComplete(int32_t reason, int32_t total, int64_t seq) override;
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Diquery_base_callback.h30 virtual void OnComplete(int32_t reason, int32_t total, int64_t seq) = 0;
H A Dquery_sys_event_callback_proxy.h35 void OnComplete(int32_t reason, int32_t total, int64_t seq);
H A Ddata_publisher_sys_event_callback.h34 void OnComplete(int32_t reason, int32_t total, int64_t seq) override;
/base/security/security_guard/services/data_collect/sa/include/
H A Dsecurity_event_query_callback_proxy.h33 void OnComplete() override;
/base/request/request/frameworks/js/napi/src/upload/
H A Dasync_call.cpp70 napi_create_async_work(env, nullptr, resource, AsyncCall::OnExecute, AsyncCall::OnComplete, context_, &work); 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/
H A Dhisysevent_tool_query.h33 void OnComplete(int32_t reason, int32_t total);
/base/hiviewdfx/hisysevent/frameworks/native/
H A Dhisysevent_tool_query.cpp46 void HiSysEventToolQuery::OnComplete(int32_t reason, int32_t total) in OnComplete() function in OHOS::HiviewDFX::HiSysEventToolQuery
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/include/
H A Dhisysevent_rust_querier.h32 virtual void OnComplete(int32_t reason, int32_t total) override;
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
H A Dnapi_hisysevent_querier.h42 virtual void OnComplete(int32_t reason, int32_t total, int64_t seq) override;
/base/security/security_guard/test/unittest/data_collect/sa/
H A Dsecurity_event_query_callback_proxy.h47 void OnComplete() override;
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_async_call.cpp71 PrintAsyncCall::OnComplete, context_, &work); in Call()
91 PrintAsyncCall::OnComplete(env, napi_ok, context_); in SyncCall()
124 void PrintAsyncCall::OnComplete(napi_env env, napi_status status, void *data) in OnComplete() function in OHOS::Print::PrintAsyncCall
/base/print/print_fwk/interfaces/kits/napi/scan_napi/src/
H A Dscan_async_call.cpp93 ScanAsyncCall::OnComplete, context_, &work); in Call()
116 ScanAsyncCall::OnComplete(env, napi_ok, context_); in SyncCall()
134 void ScanAsyncCall::OnComplete(napi_env env, napi_status status, void *data) in OnComplete() function in OHOS::Scan::ScanAsyncCall
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dasync_call.cpp84 napi_create_async_work(env, nullptr, resource, AsyncCall::OnExecute, AsyncCall::OnComplete, context_, &work); 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
129 SCLOCK_HILOGD("AsyncCall::OnComplete output != nullptr"); in OnComplete()
132 SCLOCK_HILOGD("AsyncCall::OnComplete output == nullptr"); in OnComplete()

Completed in 6 milliseconds

123