Home
last modified time | relevance | path

Searched defs:callback (Results 3701 - 3725 of 3973) sorted by relevance

1...<<141142143144145146147148149150>>...159

/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvmbcs.cpp635 enumToU(UConverterMBCSTable *mbcsTable, int8_t stateProps[], int32_t state, uint32_t offset, uint32_t value, UConverterEnumToUCallback *callback, const void *context, UErrorCode *pErrorCode) enumToU() argument
809 ucnv_MBCSEnumToUnicode(UConverterMBCSTable *mbcsTable, UConverterEnumToUCallback *callback, const void *context, UErrorCode *pErrorCode) ucnv_MBCSEnumToUnicode() argument
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_xmp.cpp638 bool dng_xmp::IteratePaths (IteratePathsCallback *callback, in IteratePaths() argument
/third_party/python/Modules/
H A Dgcmodule.c873 PyObject *callback; handle_weakrefs() local
[all...]
/third_party/python/Lib/
H A Dpydoc.py2196 def callback(path, modname, desc, modules=modules): function
2275 def callback(path, modname, desc): function
2524 def callback(path, modname, desc): global() function
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_base_events.py917 def callback(): function
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c1853 void pa_raop_client_set_state_callback(pa_raop_client *c, pa_raop_client_state_cb_t callback, void *userdata) { in pa_raop_client_set_state_callback() argument
/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.cc1614 auto callback = [&](int i1, int i2) { in MatchRepeatedFieldIndices() local
344 SetMatchIndicesForSmartListCallback( std::function<void(std::vector<int>*, std::vector<int>*)> callback) SetMatchIndicesForSmartListCallback() argument
1505 MaximumMatcher(int count1, int count2, NodeMatchCallback callback, std::vector<int>* match_list1, std::vector<int>* match_list2) MaximumMatcher() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.cc1812 ForEachChunkAux( absl::cord_internal::CordRep* rep, absl::FunctionRef<void(absl::string_view)> callback) ForEachChunkAux() argument
/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_cmd.h308 void *callback; member
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H A Dusb_raw_test.h318 UsbRawRequestCallback callback; member
349 UsbRawRequestCallback callback; member
/drivers/peripheral/audio/hdi_service/primary_impl/include/
H A Daudio_internal.h159 struct IAudioCallback callback; member
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability.cpp1422 auto callback = resultCallbacks_.find(requestCode); in OnFeatureAbilityResult() local
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_client.cpp1167 ErrCode AbilityManagerClient::StartUser(int accountId, sptr<IUserCallback> callback, bool isAppRecovery) in StartUser() argument
716 ContinueMission(const std::string &srcDeviceId, const std::string &dstDeviceId, int32_t missionId, sptr<IRemoteObject> callback, AAFwk::WantParams &wantParams) ContinueMission() argument
730 ContinueMission(AAFwk::ContinueMissionInfo continueMissionInfo, const sptr<IRemoteObject> &callback) ContinueMission() argument
1176 StopUser(int accountId, sptr<IUserCallback> callback) StopUser() argument
1388 PrepareTerminateAbility(sptr<IRemoteObject> token, sptr<IPrepareTerminateCallback> callback) PrepareTerminateAbility() argument
1509 FreeInstallAbilityFromRemote(const Want &want, sptr<IRemoteObject> callback, int32_t userId, int requestCode) FreeInstallAbilityFromRemote() argument
1730 RegisterAutoStartupSystemCallback(sptr<IRemoteObject> callback) RegisterAutoStartupSystemCallback() argument
1738 UnregisterAutoStartupSystemCallback(sptr<IRemoteObject> callback) UnregisterAutoStartupSystemCallback() argument
1867 RequestAssertFaultDialog( const sptr<IRemoteObject> &callback, const AAFwk::WantParams &wantParams) RequestAssertFaultDialog() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.cpp1379 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction)>& callback = [this](bool isRotate, in InitFormManagerDelegate() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp713 auto callback = [weakPtr = gestureEventHub_, weak = WeakClaim(this)](Offset point) { in OnCollectTouchTarget() local
1485 auto callback = [weak = WeakClaim(this)](GestureEvent& /* info */) { in BindClickEvent() local
1592 SetThumbnailCallback(std::function<void(Offset)>&& callback) SetThumbnailCallback() argument
2422 auto callback = [id = Container::CurrentId(), gestureHub](const RefPtr<PixelMap>& pixelMap) { GetThumbnailPixelMapAsync() local
[all...]
H A Dfocus_hub.h780 auto callback = onKeyEvent.second; in ProcessOnKeyEventInternal() local
935 void SetInnerFocusPaintRectCallback(const std::function<void(RoundRect&)>& callback) in SetInnerFocusPaintRectCallback() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp1422 auto callback = [weakManager = WeakClaim(this)](const std::string& data) { in AddDataToClipboard() local
1448 auto callback = [weak = WeakClaim(this)](const std::string& data) { in GetExtraInfoFromClipboard() local
1475 auto callback = [weakManager = WeakClaim(this)](const std::string& data) { in RestoreClipboardData() local
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h251 FileSelectorResultOhos(std::shared_ptr<OHOS::NWeb::NWebStringVectorValueCallback> callback) : callback_(callback) {} in FileSelectorResultOhos() argument
287 ContextMenuResultOhos(std::shared_ptr<OHOS::NWeb::NWebContextMenuCallback> callback) : callback_(callback) {} in ContextMenuResultOhos() argument
412 WebAppLinkCallbackOhos(const std::shared_ptr<OHOS::NWeb::NWebAppLinkCallback>& callback) in WebAppLinkCallbackOhos() argument
304 WebGeolocationOhos( const std::shared_ptr<OHOS::NWeb::NWebGeolocationCallbackInterface>& callback, bool incognito) WebGeolocationOhos() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.h202 void RegisterTapCallback(const TapCallback& callback) in RegisterTapCallback() argument
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1076 int32_t AppMgrService::NotifyLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback> &callback) in NotifyLoadRepairPatch() argument
1085 int32_t AppMgrService::NotifyHotReloadPage(const std::string &bundleName, const sptr<IQuickFixCallback> &callback) in NotifyHotReloadPage() argument
1110 int32_t AppMgrService::NotifyUnLoadRepairPatch(const std::string &bundleName, const sptr<IQuickFixCallback> &callback) in NotifyUnLoadRepairPatch() argument
1571 StartNativeChildProcess(const std::string &libName, int32_t childProcessCount, const sptr<IRemoteObject> &callback) StartNativeChildProcess() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textfield.cpp1029 auto callback = [execCtx = info.GetExecutionContext(), func = std::move(jsTextFunc), node = targetNode](int32_t key, in CreateJsTextFieldCommonEvent() local
1823 auto callback = [execCtx = info.GetExecutionContext(), func = std::move(jsAboutToIMEInputFunc)]( OnWillInsertValue() local
1850 auto callback = [execCtx = info.GetExecutionContext(), func = std::move(jsAboutToIMEInputFunc)]( OnDidInsertValue() local
1864 auto callback = [execCtx = info.GetExecutionContext(), func = std::move(jsAboutToIMEInputFunc)]( OnWillDelete() local
1882 auto callback = [execCtx = info.GetExecutionContext(), func = std::move(jsAboutToIMEInputFunc)]( OnDidDelete() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp917 void PluginFrontendDelegate::ShowToast(const NG::ToastInfo& toastInfo, std::function<void(int32_t)>&& callback) in ShowToast() argument
931 ShowDialog(const std::string& title, const std::string& message, const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& callback, const std::set<std::string>& callbacks) ShowDialog() argument
1641 HandleImage( const std::string& src, std::function<void(bool, int32_t, int32_t)>&& callback) HandleImage() argument
1656 PushJsCallbackToRenderNode(NodeId id, double ratio, std::function<void(bool, double)>&& callback) PushJsCallbackToRenderNode() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp947 void FrontendDelegateImpl::ShowToast(const NG::ToastInfo& toastInfo, std::function<void(int32_t)>&& callback) in ShowToast() argument
985 ShowDialog(const std::string& title, const std::string& message, const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& callback, const std::set<std::string>& callbacks) ShowDialog() argument
1039 ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button, std::function<void(int32_t, int32_t)>&& callback) ShowActionMenu() argument
1095 EnableAlertBeforeBackPage( const std::string& message, std::function<void(int32_t)>&& callback) EnableAlertBeforeBackPage() argument
1882 HandleImage(const std::string& src, std::function<void(bool, int32_t, int32_t)>&& callback) HandleImage() argument
2048 PushJsCallbackToRenderNode(NodeId id, double ratio, std::function<void(bool, double)>&& callback) PushJsCallbackToRenderNode() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_area_bridge.cpp1041 std::function<void(const std::string&, PreviewText&)> callback = [vm, frameNode, in SetOnChange() local
1117 std::function<void(const std::string&)> callback = [vm, frameNode, in SetInputFilter() local
1156 std::function<void(int32_t, int32_t)> callback = [vm, frameNode, in SetOnTextSelectionChange() local
1195 std::function<void(float, float)> callback = [vm, frameNode, in SetOnContentScroll() local
1233 std::function<void(bool)> callback = [vm, frameNode, in SetOnEditChange() local
1271 std::function<void(const std::string&)> callback = [vm, frameNode, SetOnCopy() local
1308 std::function<void(const std::string&)> callback = [vm, frameNode, SetOnCut() local
1345 std::function<void(const std::string&, NG::TextCommonEvent&)> callback = [vm, frameNode, SetOnPaste() local
1453 std::function<void(int32_t, NG::TextFieldCommonEvent&)> callback = [vm, frameNode, SetOnSubmit() local
1827 std::function<bool(const InsertValueInfo&)> callback = [vm, frameNode, SetOnWillInsert() local
1872 std::function<void(const InsertValueInfo&)> callback = [vm, frameNode, SetOnDidInsert() local
1913 std::function<bool(const DeleteValueInfo&)> callback = [vm, frameNode, SetOnWillDelete() local
1959 std::function<void(const DeleteValueInfo&)> callback = [vm, frameNode, SetOnDidDelete() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp182 auto callback = [weak = AceType::WeakClaim(this)](double offset, int32_t source) { in InitScrollable() local
257 auto callback = [weak = AceType::WeakClaim(this)](double value, int32_t source) { in InitScrollBarProxy() local

Completed in 73 milliseconds

1...<<141142143144145146147148149150>>...159