/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
H A D | hisysevent_base_query_callback.h | 46 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 D | hisysevent_query_callback_c.h | 37 void OnComplete(int32_t reason, int32_t total) override;
|
H A D | hisysevent_query_callback.h | 33 virtual void OnComplete(int32_t reason, int32_t total) = 0;
|
H A D | hisysevent_manager_c.h | 54 void (*OnComplete)(int32_t reason, int32_t total);
member
|
/base/security/security_guard/frameworks/common/obtaindata/src/ |
H A D | security_event_query_callback_service.cpp | 26 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 D | task_ams.h | 34 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 D | hisysevent_query_proxy.cpp | 34 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 D | napi_hisysevent_querier.cpp | 78 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 D | security_event_query_callback.h | 30 virtual void OnComplete() = 0;
|
H A D | security_event_query_callback_service.h | 35 void OnComplete() override;
|
/base/hiviewdfx/hisysevent/adapter/native/idl/include/ |
H A D | iquery_sys_event_callback.h | 28 virtual void OnComplete(int32_t reason, int32_t total, int64_t seq) = 0;
|
H A D | hisysevent_query_proxy.h | 36 void OnComplete(int32_t reason, int32_t total, int64_t seq) override;
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/ |
H A D | iquery_base_callback.h | 30 virtual void OnComplete(int32_t reason, int32_t total, int64_t seq) = 0;
|
H A D | query_sys_event_callback_proxy.h | 35 void OnComplete(int32_t reason, int32_t total, int64_t seq);
|
H A D | data_publisher_sys_event_callback.h | 34 void OnComplete(int32_t reason, int32_t total, int64_t seq) override;
|
/base/security/security_guard/services/data_collect/sa/include/ |
H A D | security_event_query_callback_proxy.h | 33 void OnComplete() override;
|
/base/request/request/frameworks/js/napi/src/upload/ |
H A D | async_call.cpp | 70 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 D | hisysevent_tool_query.h | 33 void OnComplete(int32_t reason, int32_t total);
|
/base/hiviewdfx/hisysevent/frameworks/native/ |
H A D | hisysevent_tool_query.cpp | 46 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 D | hisysevent_rust_querier.h | 32 virtual void OnComplete(int32_t reason, int32_t total) override;
|
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/ |
H A D | napi_hisysevent_querier.h | 42 virtual void OnComplete(int32_t reason, int32_t total, int64_t seq) override;
|
/base/security/security_guard/test/unittest/data_collect/sa/ |
H A D | security_event_query_callback_proxy.h | 47 void OnComplete() override;
|
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/ |
H A D | print_async_call.cpp | 71 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 D | scan_async_call.cpp | 93 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 D | async_call.cpp | 84 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()
|