Home
last modified time | relevance | path

Searched defs:callback (Results 1 - 25 of 2834) sorted by relevance

12345678910>>...114

/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_virtual.c18 ConnectFuncInterface *ConnInitBr(const ConnectCallback *callback) in ConnInitBr() argument
/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_component_snapshot.cpp19 void ComponentSnapshot::GetNormalCapture(const RefPtr<FrameNode>& frameNode, NormalCallback&& callback) in GetNormalCapture() argument
/foundation/ability/dmsfwk_lite/include/
H A Ddmslite_famgr.h35 IDmsListener *callback; member
/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/src/
H A Drs_window_animation_finished_callback.cpp22 RSWindowAnimationFinishedCallback::RSWindowAnimationFinishedCallback(const std::function<void(void)>& callback) in RSWindowAnimationFinishedCallback() argument
/foundation/communication/wifi/wifi/test/wifi_utils/unittest/
H A Dwifi_event_handler_test.cpp24 std::function<void()> callback = EventHandlerCallback; in HWTEST_F() local
30 std::function<void()> callback = EventHandlerCallback; in HWTEST_F() local
36 std::function<void()> callback = EventHandlerCallback; in HWTEST_F() local
47 std::function<void()> callback = EventHandlerCallback; in HWTEST_F() local
/foundation/ability/form_fwk/services/src/
H A Dform_systemload_listener.cpp22 FormSystemloadListener::FormSystemloadListener(OnSystemloadLevelCb callback) in FormSystemloadListener() argument
/foundation/ai/ai_engine/services/client/algorithm_sdk/cv/image_classification/source/
H A Dic_sdk.cpp32 int32_t IcSdk::SetCallback(std::shared_ptr<IcCallback> callback) in SetCallback() argument
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Doverlay_event_subscriber.cpp24 OverlayEventSubscriber(const EventFwk::CommonEventSubscribeInfo &subscribeInfo, const std::function<void(const EventFwk::CommonEventData &)> &callback) OverlayEventSubscriber() argument
/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Dstartup_listener.cpp20 StartupListener::StartupListener(OnCompletedCallbackFunc &callback) : onCompletedCallback_(std::move(callback)) in StartupListener() argument
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_insight_intent_executor_mgr.cpp20 ExecuteInsightIntent(Runtime& runtime, const InsightIntentExecutorInfo& executeInfo, std::unique_ptr<InsightIntentExecutorAsyncCallback> callback) ExecuteInsightIntent() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/animator/
H A Danimator_model_ng.cpp19 AddEventListener( std::function<void()>&& callback, EventOperation operation, const std::string& animatorId) AddEventListener() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_window.cpp33 void PluginWindow::SetVsyncCallback(AceVsyncCallback&& callback) in SetVsyncCallback() argument
/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/
H A Dstart_drag_listener_impl.h29 explicit StartDragListenerImpl(DragEndingCallback callback) : callback_(callback) { } in StartDragListenerImpl() argument
H A Dcoordination_listener_impl.h29 explicit CoordinationListenerImpl(DragOutCallback callback) : callback_(callback) { } in CoordinationListenerImpl() argument
/foundation/arkui/napi/native_engine/
H A Dnative_create_env.cpp22 void NativeCreateEnv::RegCreateNapiEnvCallback(CreateNapiEnvCallback callback) in RegCreateNapiEnvCallback() argument
30 void NativeCreateEnv::RegDestroyNapiEnvCallback(DestroyNapiEnvCallback callback) in RegDestroyNapiEnvCallback() argument
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dlight.h95 auto OnLoaded(Callback&& callback) in OnLoaded() argument
H A Dview_node.h96 auto OnLoaded(Callback&& callback) in OnLoaded() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/ipc_callbacks/
H A Drs_rt_refresh_callback.cpp34 void RSRTRefreshCallback::SetRefresh(std::function<void(void)> callback) in SetRefresh() argument
/foundation/multimodalinput/input/util/screen_capture/src/
H A Dinput_screen_capture.cpp36 extern "C" void RegisterListener(ScreenCaptureCallback callback) in RegisterListener() argument
/foundation/communication/nfc/services/src/card_emulation/
H A Ddefault_payment_service_change_callback.h29 explicit DefaultPaymentServiceChangeCallback(std::weak_ptr<IDefaultPaymentServiceChangeCallback> callback) in DefaultPaymentServiceChangeCallback() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Dkv_store_snapshot_callback.h29 KvStoreSnapshotCallback(const KvStoreSnapshotCallback &callback) = delete; member in KvStoreSnapshotCallback
30 KvStoreSnapshotCallback& operator=(const KvStoreSnapshotCallback &callback) = delete; member in KvStoreSnapshotCallback
31 KvStoreSnapshotCallback(KvStoreSnapshotCallback &&callback) = delete; member in KvStoreSnapshotCallback
32 KvStoreSnapshotCallback& operator=(KvStoreSnapshotCallback &&callback) = delete; member in KvStoreSnapshotCallback
H A Dauto_launch_callback.h29 AutoLaunchCallback(const AutoLaunchCallback &callback) = delete; member in AutoLaunchCallback
30 AutoLaunchCallback &operator=(const AutoLaunchCallback &callback) = delete; member in AutoLaunchCallback
31 AutoLaunchCallback(AutoLaunchCallback &&callback) = delete; member in AutoLaunchCallback
32 AutoLaunchCallback &operator=(AutoLaunchCallback &&callback) = delete; member in AutoLaunchCallback
H A Ddelegate_kv_mgr_callback.h27 DelegateKvMgrCallback(const DelegateKvMgrCallback &callback) = delete; member in DelegateKvMgrCallback
28 DelegateKvMgrCallback& operator=(const DelegateKvMgrCallback &callback) = delete; member in DelegateKvMgrCallback
29 DelegateKvMgrCallback(DelegateKvMgrCallback &&callback) = delete; member in DelegateKvMgrCallback
30 DelegateKvMgrCallback& operator=(DelegateKvMgrCallback &&callback) = delete; member in DelegateKvMgrCallback
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_lock_event.cpp19 CloudLockEvent::CloudLockEvent(int32_t evtId, StoreInfo storeInfo, Callback callback) in CloudLockEvent() argument
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/mock/include/
H A Devent_handler.h30 inline bool PostTask(const Callback &callback) in PostTask() argument

Completed in 9 milliseconds

12345678910>>...114