Home
last modified time | relevance | path

Searched defs:callback (Results 4376 - 4400 of 4579) sorted by relevance

1...<<171172173174175176177178179180>>...184

/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/core/components_ng/event/
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/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
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.cpp1407 auto callback = GetOpacityCallback(domId); in GetDomOpacityCallbacks() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h305 void SetOnOpenAppLinkCallback(OnOpenAppLinkCallback&& callback) in SetOnOpenAppLinkCallback() argument
342 void SetOnControllerAttachedCallback(OnControllerAttachedCallback&& callback) in SetOnControllerAttachedCallback() argument
352 void SetSetHapPathCallback(SetHapPathCallback&& callback) in SetSetHapPathCallback() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_pattern.cpp1749 auto callback = [weak = WeakClaim(this)](bool visible, double ratio) { in RegisterVisibleAreaChange() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp645 const auto* callback = nativeXComponentImpl_->GetCallback(); in NativeXComponentDispatchTouchEvent() local
1159 const auto* callback = nativeXComponentImpl_->GetMouseEventCallback(); in HandleMouseHoverEvent() local
1172 const auto* callback = nativeXComponentImpl_->GetMouseEventCallback(); NativeXComponentDispatchMouseEvent() local
1183 const auto callback = nativeXComponentImpl_->GetUIAxisEventCallback(); NativeXComponentDispatchAxisEvent() local
1628 const auto* callback = nativeXComponentImpl_->GetCallback(); OnSurfaceCreated() local
1665 const auto* callback = nativeXComponentImpl_->GetCallback(); OnSurfaceChanged() local
1690 const auto* callback = nativeXComponentImpl_->GetCallback(); OnSurfaceDestroyed() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_area_modifier.cpp937 void SetTextAreaOnChange(ArkUINodeHandle node, void* callback) in SetTextAreaOnChange() argument
970 void SetTextAreaInputFilter(ArkUINodeHandle node, ArkUI_CharPtr value, void* callback) in SetTextAreaInputFilter() argument
990 void SetTextAreaOnTextSelectionChange(ArkUINodeHandle node, void* callback) in SetTextAreaOnTextSelectionChange() argument
1009 void SetTextAreaOnContentScroll(ArkUINodeHandle node, void* callback) in SetTextAreaOnContentScroll() argument
1028 SetTextAreaOnEditChange(ArkUINodeHandle node, void* callback) SetTextAreaOnEditChange() argument
1047 SetTextAreaOnCopy(ArkUINodeHandle node, void* callback) SetTextAreaOnCopy() argument
1066 SetTextAreaOnCut(ArkUINodeHandle node, void* callback) SetTextAreaOnCut() argument
1085 SetTextAreaOnPaste(ArkUINodeHandle node, void* callback) SetTextAreaOnPaste() argument
1123 SetTextAreaOnSubmitWithEvent(ArkUINodeHandle node, void* callback) SetTextAreaOnSubmitWithEvent() argument
1498 SetTextAreaOnWillInsert(ArkUINodeHandle node, ArkUI_Int64 callback) SetTextAreaOnWillInsert() argument
1517 SetTextAreaOnDidInsert(ArkUINodeHandle node, ArkUI_Int64 callback) SetTextAreaOnDidInsert() argument
1536 SetTextAreaOnWillDelete(ArkUINodeHandle node, ArkUI_Int64 callback) SetTextAreaOnWillDelete() argument
1555 SetTextAreaOnDidDelete(ArkUINodeHandle node, ArkUI_Int64 callback) SetTextAreaOnDidDelete() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp226 RefPtr<FrameNode> BuildButton(const std::string& data, const std::function<void()>& callback, int32_t overlayId, in BuildButton() argument
141 BuildPasteButton( const std::function<void()>& callback, int32_t overlayId, float& buttonWidth, bool isSelectAll = false) BuildPasteButton() argument
302 auto callback = menuOption.action; BindButtonClickEvent() local
630 auto callback = [onCreateCallback = info->onCreateCallback, systemEvent, item]() { GetCreateMenuOptionsParams() local
655 params.emplace_back(GetItemContent(item.id, item.content.value_or("")), "", callback); GetCreateMenuOptionsParams() local
981 FinishCallback callback = [selectMenuInnerProperty, extensionProperty, backButtonProperty, MoreAnimation() local
1064 FinishCallback callback = [selectMenuInnerProperty, extensionProperty, backButtonProperty, BackAnimation() local
1179 auto callback = [overlayId = id, func = std::move(item.action)]() { addMenuOptionItemsParams() local
1266 auto callback = [overlayId = id, onCreateCallback = onCreateCallback, systemEvent, item]() { CreateExtensionMenuOptionCallback() local
1313 auto callback = CreateExtensionMenuOptionCallback(id, info->onCreateCallback, systemEvent, item); AddCreateMenuExtensionMenuParams() local
1692 auto callback = systemCallback.find(item.id); AddCreateMenuItems() local
2086 HideSelectOverlay(const std::function<void()>& callback) HideSelectOverlay() argument
[all...]
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp1574 napi_value callback = nullptr; in JSPromptShowDialog() local
1603 napi_value callback = nullptr; in JSPromptShowDialog() local
1778 napi_value callback = nullptr; JSPromptShowActionMenu() local
1806 napi_value callback = nullptr; JSPromptShowActionMenu() local
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp3183 CheckAbilityEnableInstall( const Want &want, int32_t missionId, int32_t userId, const sptr<IRemoteObject> &callback) CheckAbilityEnableInstall() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1209 CheckAbilityEnableInstall( const Want &want, int32_t missionId, int32_t userId, const sptr<IRemoteObject> &callback) CheckAbilityEnableInstall() argument
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp7647 sptr<BundleEventCallbackImpl> callback = (new (std::nothrow) BundleEventCallbackImpl()); in HWTEST_F() local
7682 sptr<BundleEventCallbackImpl> callback = (new (std::nothrow) BundleEventCallbackImpl()); in HWTEST_F() local
7704 sptr<BundleEventCallbackImpl> callback = nullptr; in HWTEST_F() local
7903 sptr<IRemoteObject> callback; HWTEST_F() local
7923 sptr<IRemoteObject> callback; HWTEST_F() local
[all...]
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server.cpp215 explicit CapturerStateOb(std::function<void(bool, int32_t)> callback) : callback_(callback) in CapturerStateOb() argument
1752 std::shared_ptr<AudioParameterCallback> callback = nullptr; in OnAudioSinkParamChange() local
1765 std::shared_ptr<AudioParameterCallback> callback = nullptr; in OnAudioSourceParamChange() local
1778 std::shared_ptr<WakeUpSourceCallback> callback in OnWakeupClose() local
1790 std::shared_ptr<WakeUpSourceCallback> callback = nullptr; OnCapturerState() local
1837 std::shared_ptr<AudioParameterCallback> callback = std::make_shared<AudioManagerListenerCallback>(listener); SetParameterCallback() local
[all...]
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dcapturer_in_client.cpp982 SetStreamCallback(const std::shared_ptr<AudioStreamCallback> &callback) SetStreamCallback() argument
1012 SetRendererWriteCallback(const std::shared_ptr<AudioRendererWriteCallback> &callback) SetRendererWriteCallback() argument
1084 SetCapturerReadCallback(const std::shared_ptr<AudioCapturerReadCallback> &callback) SetCapturerReadCallback() argument
1564 SetRendererFirstFrameWritingCallback( const std::shared_ptr<AudioRendererFirstFrameWritingCallback> &callback) SetRendererFirstFrameWritingCallback() argument
1747 SetCapturerPositionCallback(int64_t markPosition, const std::shared_ptr<CapturerPositionCallback> &callback) SetCapturerPositionCallback() argument
1765 SetCapturerPeriodPositionCallback(int64_t periodPosition, const std::shared_ptr<CapturerPeriodPositionCallback> &callback) SetCapturerPeriodPositionCallback() argument
1785 SetRendererPositionCallback(int64_t markPosition, const std::shared_ptr<RendererPositionCallback> &callback) SetRendererPositionCallback() argument
1798 SetRendererPeriodPositionCallback(int64_t periodPosition, const std::shared_ptr<RendererPeriodPositionCallback> &callback) SetRendererPeriodPositionCallback() argument
[all...]
H A Drenderer_in_client.cpp855 int32_t RendererInClientInner::SetStreamCallback(const std::shared_ptr<AudioStreamCallback> &callback) in SetStreamCallback() argument
873 SetRendererFirstFrameWritingCallback( const std::shared_ptr<AudioRendererFirstFrameWritingCallback> &callback) SetRendererFirstFrameWritingCallback() argument
959 SetRendererWriteCallback(const std::shared_ptr<AudioRendererWriteCallback> &callback) SetRendererWriteCallback() argument
1057 SetCapturerReadCallback(const std::shared_ptr<AudioCapturerReadCallback> &callback) SetCapturerReadCallback() argument
1986 SetRendererPositionCallback(int64_t markPosition, const std::shared_ptr<RendererPositionCallback> &callback) SetRendererPositionCallback() argument
2006 SetRendererPeriodPositionCallback(int64_t periodPosition, const std::shared_ptr<RendererPeriodPositionCallback> &callback) SetRendererPeriodPositionCallback() argument
2028 SetCapturerPositionCallback(int64_t markPosition, const std::shared_ptr<CapturerPositionCallback> &callback) SetCapturerPositionCallback() argument
2041 SetCapturerPeriodPositionCallback(int64_t periodPosition, const std::shared_ptr<CapturerPeriodPositionCallback> &callback) SetCapturerPeriodPositionCallback() argument
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp229 void SceneHolder::SetInitializeCallback(ISceneInitialized::Ptr callback, SceneHolder::WeakPtr weakMe) in SetInitializeCallback() argument
235 void SceneHolder::SetSceneLoadedCallback(ISceneLoaded::Ptr callback, SceneHolder::WeakPtr weakMe) in SetSceneLoadedCallback() argument
241 void SceneHolder::SetUninitializeCallback(ISceneUninitialized::Ptr callback, SceneHolder::WeakPtr weakMe) in SetUninitializeCallback() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_policy_manager.cpp495 RegisterFocusInfoChangeCallback(const int32_t clientId, const std::shared_ptr<AudioFocusInfoChangeCallback> &callback) RegisterFocusInfoChangeCallback() argument
587 SetRingerModeCallback(const int32_t clientId, const std::shared_ptr<AudioRingerModeCallback> &callback, API_VERSION api_v) SetRingerModeCallback() argument
619 UnsetRingerModeCallback(const int32_t clientId, const std::shared_ptr<AudioRingerModeCallback> &callback) UnsetRingerModeCallback() argument
629 SetDeviceChangeCallback(const int32_t clientId, const DeviceFlag flag, const std::shared_ptr<AudioManagerDeviceChangeCallback> &callback) SetDeviceChangeCallback() argument
664 SetMicrophoneBlockedCallback(const int32_t clientId, const std::shared_ptr<AudioManagerMicrophoneBlockedCallback> &callback) SetMicrophoneBlockedCallback() argument
693 SetPreferredOutputDeviceChangeCallback(const int32_t clientId, const std::shared_ptr<AudioPreferredOutputDeviceChangeCallback> &callback) SetPreferredOutputDeviceChangeCallback() argument
712 SetPreferredInputDeviceChangeCallback( const std::shared_ptr<AudioPreferredInputDeviceChangeCallback> &callback) SetPreferredInputDeviceChangeCallback() argument
749 UnsetMicrophoneBlockedCallback(const int32_t clientId, const std::shared_ptr<AudioManagerMicrophoneBlockedCallback> &callback) UnsetMicrophoneBlockedCallback() argument
758 SetMicStateChangeCallback(const int32_t clientId, const std::shared_ptr<AudioManagerMicStateChangeCallback> &callback) SetMicStateChangeCallback() argument
777 UnsetMicStateChangeCallback( const std::shared_ptr<AudioManagerMicStateChangeCallback> &callback) UnsetMicStateChangeCallback() argument
790 SetAudioInterruptCallback(const uint32_t sessionID, const std::shared_ptr<AudioInterruptCallback> &callback, uint32_t clientUid, const int32_t zoneID) SetAudioInterruptCallback() argument
814 SetQueryClientTypeCallback(const std::shared_ptr<AudioQueryClientTypeCallback> &callback) SetQueryClientTypeCallback() argument
846 SetAudioManagerInterruptCallback(const int32_t clientId, const std::shared_ptr<AudioInterruptCallback> &callback) SetAudioManagerInterruptCallback() argument
900 SetVolumeKeyEventCallback(const int32_t clientPid, const std::shared_ptr<VolumeKeyEventCallback> &callback, API_VERSION api_v) SetVolumeKeyEventCallback() argument
923 UnsetVolumeKeyEventCallback( const std::shared_ptr<VolumeKeyEventCallback> &callback) UnsetVolumeKeyEventCallback() argument
933 RegisterAudioRendererEventListener( const std::shared_ptr<AudioRendererStateChangeCallback> &callback) RegisterAudioRendererEventListener() argument
975 UnregisterAudioRendererEventListener( const std::shared_ptr<AudioRendererStateChangeCallback> &callback) UnregisterAudioRendererEventListener() argument
991 RegisterAudioCapturerEventListener(const int32_t clientPid, const std::shared_ptr<AudioCapturerStateChangeCallback> &callback) RegisterAudioCapturerEventListener() argument
1033 RegisterDeviceChangeWithInfoCallback( const uint32_t sessionID, const std::weak_ptr<DeviceChangeWithInfoCallback> &callback) RegisterDeviceChangeWithInfoCallback() argument
1073 sptr<AudioClientTrackerCallbackStub> callback = new(std::nothrow) AudioClientTrackerCallbackStub(); RegisterTracker() local
1245 RegisterAudioPolicyServerDiedCb(const int32_t clientPid, const std::weak_ptr<AudioRendererPolicyServiceDiedCallback> &callback) RegisterAudioPolicyServerDiedCb() argument
1261 RegisterAudioStreamPolicyServerDiedCb( const std::shared_ptr<AudioStreamPolicyServiceDiedCallback> &callback) RegisterAudioStreamPolicyServerDiedCb() argument
1271 UnregisterAudioStreamPolicyServerDiedCb( const std::shared_ptr<AudioStreamPolicyServiceDiedCallback> &callback) UnregisterAudioStreamPolicyServerDiedCb() argument
1416 SetAvailableDeviceChangeCallback(const int32_t clientId, const AudioDeviceUsage usage, const std::shared_ptr<AudioManagerAvailableDeviceChangeCallback>& callback) SetAvailableDeviceChangeCallback() argument
1452 SetDistributedRoutingRoleCallback( const std::shared_ptr<AudioDistributedRoutingRoleCallback> &callback) SetDistributedRoutingRoleCallback() argument
1543 RegisterSpatializationEnabledEventListener( const std::shared_ptr<AudioSpatializationEnabledChangeCallback> &callback) RegisterSpatializationEnabledEventListener() argument
1562 RegisterHeadTrackingEnabledEventListener( const std::shared_ptr<AudioHeadTrackingEnabledChangeCallback> &callback) RegisterHeadTrackingEnabledEventListener() argument
1645 RegisterSpatializationStateEventListener(const uint32_t sessionID, const StreamUsage streamUsage, const std::shared_ptr<AudioSpatializationStateChangeCallback> &callback) RegisterSpatializationStateEventListener() argument
1908 RegisterHeadTrackingDataRequestedEventListener(const std::string &macAddress, const std::shared_ptr<HeadTrackingDataRequestedChangeCallback> &callback) RegisterHeadTrackingDataRequestedEventListener() argument
1935 SetAudioDeviceRefinerCallback(const std::shared_ptr<AudioDeviceRefiner> &callback) SetAudioDeviceRefinerCallback() argument
1974 SetAudioDeviceAnahsCallback(const std::shared_ptr<AudioDeviceAnahs> &callback) SetAudioDeviceAnahsCallback() argument
2011 SetAudioConcurrencyCallback(const uint32_t sessionID, const std::shared_ptr<AudioConcurrencyCallback> &callback) SetAudioConcurrencyCallback() argument
[all...]

Completed in 94 milliseconds

1...<<171172173174175176177178179180>>...184