/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnvmbcs.cpp | 635 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 D | dng_xmp.cpp | 638 bool dng_xmp::IteratePaths (IteratePathsCallback *callback, in IteratePaths() argument
|
/third_party/python/Modules/ |
H A D | gcmodule.c | 873 PyObject *callback; handle_weakrefs() local [all...] |
/third_party/python/Lib/ |
H A D | pydoc.py | 2196 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 D | test_base_events.py | 917 def callback(): function
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-client.c | 1853 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 D | message_differencer.cc | 1614 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 D | cord.cc | 1812 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 D | hdf_wifi_cmd.h | 308 void *callback; member
|
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/ |
H A D | usb_raw_test.h | 318 UsbRawRequestCallback callback; member 349 UsbRawRequestCallback callback; member
|
/drivers/peripheral/audio/hdi_service/primary_impl/include/ |
H A D | audio_internal.h | 159 struct IAudioCallback callback; member
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ability.cpp | 1422 auto callback = resultCallbacks_.find(requestCode); in OnFeatureAbilityResult() local
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_client.cpp | 1167 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 D | form_pattern.cpp | 1379 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 D | drag_event.cpp | 713 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 D | focus_hub.h | 780 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 D | drag_drop_manager.cpp | 1422 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 D | web_delegate.h | 251 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 D | render_text_field.h | 202 void RegisterTapCallback(const TapCallback& callback) in RegisterTapCallback() argument
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service.cpp | 1076 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 D | js_textfield.cpp | 1029 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 D | plugin_frontend_delegate.cpp | 917 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 D | frontend_delegate_impl.cpp | 947 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 D | arkts_native_text_area_bridge.cpp | 1041 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 D | render_list.cpp | 182 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
|