Home
last modified time | relevance | path

Searched defs:callback (Results 51 - 75 of 4957) sorted by relevance

12345678910>>...199

/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
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_store_observer.cpp25 NapiRdbStoreObserver::NapiRdbStoreObserver(napi_env env, napi_value callback) : NapiUvQueue(env, callback) in NapiRdbStoreObserver() argument
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkhandlerregisterprivacyresources_fuzzer/
H A Dsinkhandlerregisterprivacyresources_fuzzer.cpp29 std::shared_ptr<PrivacyResourcesListener> callback = std::make_shared<MockComponentResourceInfo>(); in SinkHandlerRegisterPrivacyResourcesFuzzTest() local
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sourcehandlerunregisterdistributedhardware_fuzzer/
H A Dsourcehandlerunregisterdistributedhardware_fuzzer.cpp34 std::shared_ptr<UnregisterCallback> callback = std::make_shared<MockComponentDisable>(); in SourceHandlerUnregisterDistributedHardwareFuzzTest() local
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/include/
H A Ddaudio_manager_callback.h28 explicit DAudioManagerCallback(const std::shared_ptr<IDAudioHdiCallback> callback) : callback_(callback) {}; in DAudioManagerCallback() argument
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_download_callback_client.h24 explicit CloudDownloadCallbackClient(const std::shared_ptr<CloudDownloadCallback> &callback) in CloudDownloadCallbackClient() argument
H A Dcloud_sync_callback_client.h24 explicit CloudSyncCallbackClient(const std::shared_ptr<CloudSyncCallback> &callback) : callback_(callback) {} in CloudSyncCallbackClient() argument
/foundation/filemanagement/app_file_service/tests/mock/system_ability_manager/
H A Dservice_registry_mock.cpp47 LoadSystemAbility(int32_t systemAbilityId, const sptr<ISystemAbilityLoadCallback> &callback) LoadSystemAbility() argument
/kernel/linux/linux-5.10/drivers/char/
H A Dnwbutton.h21 void (*callback) (void); member

Completed in 5 milliseconds

12345678910>>...199