Home
last modified time | relevance | path

Searched defs:OnComplete (Results 1 – 20 of 20) sorted by relevance

/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
53 virtual void OnComplete(int32_t reason, int32_t total, int64_t seq) in OnComplete() function
Dhisysevent_manager_c.h54 void (*OnComplete)(int32_t reason, int32_t total); member
/base/hiviewdfx/hisysevent/frameworks/native/
Dhisysevent_tool_query.cpp46 void HiSysEventToolQuery::OnComplete(int32_t reason, int32_t total) in OnComplete() function in OHOS::HiviewDFX::HiSysEventToolQuery
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
Dhisysevent_query_callback_c.cpp56 void HiSysEventQueryCallbackC::OnComplete(int32_t reason, int32_t total) in OnComplete() function in HiSysEventQueryCallbackC
/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
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
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() local
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Ddata_publisher_sys_event_callback.cpp61 void DataPublisherSysEventCallback::OnComplete(int32_t reason, int32_t total, int64_t seq) in OnComplete() function in OHOS::HiviewDFX::DataPublisherSysEventCallback
Dquery_sys_event_callback_proxy.cpp57 void QuerySysEventCallbackProxy::OnComplete(int32_t reason, int32_t total, int64_t seq) in OnComplete() function in OHOS::HiviewDFX::QuerySysEventCallbackProxy
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
Dhisysevent_rust_querier.cpp66 void HiSysEventRustQuerier::OnComplete(int32_t reason, int32_t total) in OnComplete() function in HiSysEventRustQuerier
/base/request/request/frameworks/js/napi/src/
Dasync_call.cpp98 void AsyncCall::OnComplete(napi_env env, napi_status status, void *data) in OnComplete() function in OHOS::Request::AsyncCall
/base/request/request/frameworks/js/napi/src/upload/
Dasync_call.cpp104 void AsyncCall::OnComplete(napi_env env, napi_status status, void *data) in OnComplete() function in OHOS::Request::UploadNapi::AsyncCall
/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/
Dhisyseventmanager_fuzzer.cpp35 void OnComplete(int32_t reason, int32_t total) override in OnComplete() function in OHOS::HiviewDFX::__anon3167565b0111::TestQueryCallback
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Dasync_call.cpp109 void AsyncCall::OnComplete(napi_env env, napi_status status, void *data) in OnComplete() function in OHOS::MiscServices::AsyncCall
/base/theme/wallpaper_mgr/frameworks/js/napi/
Dcall.cpp117 void Call::OnComplete(napi_env env, napi_status status, void *data) in OnComplete() function in OHOS::WallpaperNAPI::Call
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
Dprint_async_call.cpp122 void PrintAsyncCall::OnComplete(napi_env env, napi_status status, void *data) in OnComplete() function in OHOS::Print::PrintAsyncCall
/base/theme/screenlock_mgr/frameworks/js/napi/src/
Dasync_call.cpp118 void AsyncCall::OnComplete(const napi_env env, napi_status status, void *data) in OnComplete() function in OHOS::ScreenLock::AsyncCall
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_adapter_native_test.cpp83 void OnComplete(int32_t reason, int32_t total, int64_t seq) {} in OnComplete() function in __anon3f66a3760111::QuerySysEventCallbackStubTest
Dhisysevent_wrote_result_check_test.cpp106 void OnComplete(int32_t reason, int32_t total) in OnComplete() function in __anon9d12b01b0111::Querier
Dhisysevent_native_test.cpp101 void OnComplete(int32_t reason, int32_t total) final in OnComplete() function in __anon736e31b60111::Querier
/base/hiviewdfx/hisysevent/interfaces/rust/src/
Dsys_event_manager.rs248 pub type OnComplete = unsafe extern "C" fn(callback: *mut c_void, reason: c_int, total: c_int); typedef
610 on_complete_wrapper_callback: OnComplete, in CreateRustEventQuerier()