/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
D | hisysevent_base_query_callback.h | 46 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()
|
D | hisysevent_query_callback.h | 33 virtual void OnComplete(int32_t reason, int32_t total) = 0;
|
D | hisysevent_query_callback_c.h | 37 void OnComplete(int32_t reason, int32_t total) override;
|
D | hisysevent_manager_c.h | 54 void (*OnComplete)(int32_t reason, int32_t total); member
|
/base/hiviewdfx/hisysevent/adapter/native/idl/src/ |
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()
|
D | query_sys_event_callback_stub.cpp | 77 OnComplete(reason, total, seq); in OnRemoteRequest()
|
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/ |
D | napi_hisysevent_querier.cpp | 73 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/ |
D | iquery_base_callback.h | 30 virtual void OnComplete(int32_t reason, int32_t total, int64_t seq) = 0;
|
D | query_sys_event_callback_proxy.h | 35 void OnComplete(int32_t reason, int32_t total, int64_t seq);
|
D | data_publisher_sys_event_callback.h | 34 void OnComplete(int32_t reason, int32_t total, int64_t seq) override;
|
/base/hiviewdfx/hisysevent/adapter/native/idl/include/ |
D | iquery_sys_event_callback.h | 28 virtual void OnComplete(int32_t reason, int32_t total, int64_t seq) = 0;
|
D | hisysevent_query_proxy.h | 36 void OnComplete(int32_t reason, int32_t total, int64_t seq) override;
|
D | query_sys_event_callback_proxy.h | 42 void OnComplete(int32_t reason, int32_t total, int64_t seq);
|
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/include/ |
D | hisysevent_rust_querier.h | 32 virtual void OnComplete(int32_t reason, int32_t total) override;
|
/base/hiviewdfx/hisysevent/frameworks/native/ |
D | hisysevent_tool_query.cpp | 45 void HiSysEventToolQuery::OnComplete(int32_t reason, int32_t total) in OnComplete() function in OHOS::HiviewDFX::HiSysEventToolQuery
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
D | async_call.cpp | 78 …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/ |
D | async_call.cpp | 70 …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/ |
D | hisysevent_tool_query.h | 33 void OnComplete(int32_t reason, int32_t total);
|
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/ |
D | napi_hisysevent_querier.h | 42 virtual void OnComplete(int32_t reason, int32_t total, int64_t seq) override;
|
/base/theme/screenlock_mgr/frameworks/js/napi/src/ |
D | async_call.cpp | 84 …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/ |
D | print_async_call.cpp | 69 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/ |
D | hisysevent_query_callback_c.cpp | 52 void HiSysEventQueryCallbackC::OnComplete(int32_t reason, int32_t total) in OnComplete() function in HiSysEventQueryCallbackC
|
D | hisysevent_manager_c.cpp | 57 …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/ |
D | async_call.cpp | 83 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/ |
D | query_sys_event_callback_stub.cpp | 71 OnComplete(reason, total, seq); in OnRemoteRequest()
|