| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_web_controller.cpp | 300 JSRef<JSFunc> func = JSRef<JSFunc>::Cast(jsObject->GetProperty(objectMethod.c_str())); in GetJavaScriptResult() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
| H A D | rich_editor_event_hub.cpp | 468 void RichEditorEventHub::SetOnReady(std::function<void()>&& func) in SetOnReady() argument 485 void RichEditorEventHub::SetAboutToIMEInput(std::function<bool(const RichEditorInsertValue&)>&& func) in SetAboutToIMEInput() argument 495 void RichEditorEventHub::SetOnIMEInputComplete(std::function<void(const RichEditorAbstractSpanResult&)>&& func) in SetOnIMEInputComplete() argument 506 void RichEditorEventHub::SetOnDidIMEInput(std::function<void(const TextRange&)>&& func) in SetOnDidIMEInput() argument 517 void RichEditorEventHub::SetAboutToDelete(std::function<bool(const RichEditorDeleteValue&)>&& func) in SetAboutToDelete() argument 527 SetOnDeleteComplete(std::function<void()>&& func) SetOnDeleteComplete() argument 559 SetOnEditingChange(std::function<void(const bool&)>&& func) SetOnEditingChange() argument 571 SetOnWillChange(std::function<bool(const RichEditorChangeValue&)>&& func) SetOnWillChange() argument 586 SetOnDidChange(std::function<void(const RichEditorChangeValue&)>&& func) SetOnDidChange() argument 608 SetOnCut(std::function<void(NG::TextCommonEvent&)>&& func) SetOnCut() argument 620 SetOnCopy(std::function<void(NG::TextCommonEvent&)>&& func) SetOnCopy() argument 632 SetOnStyledStringWillChange(std::function<bool(const StyledStringChangeValue&)> && func) SetOnStyledStringWillChange() argument 647 SetOnStyledStringDidChange(std::function<void(const StyledStringChangeValue&)> && func) SetOnStyledStringDidChange() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| H A D | text_model_ng.cpp | 407 void TextModelNG::SetOnCopy(std::function<void(const std::string&)>&& func) in SetOnCopy() argument 614 void TextModelNG::SetOnTextSelectionChange(std::function<void(int32_t, int32_t)>&& func) in SetOnTextSelectionChange() argument 1048 void TextModelNG::SetOnCopy(FrameNode* frameNode, std::function<void(const std::string&)>&& func) in SetOnCopy() argument 1056 void TextModelNG::SetOnTextSelectionChange(FrameNode* frameNode, std::function<void(int32_t, int32_t)>&& func) in SetOnTextSelectionChange() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
| H A D | search_model_ng.cpp | 442 void SearchModelNG::SetOnEditChanged(std::function<void(bool)>&& func) in SetOnEditChanged() argument 541 void SearchModelNG::SetOnTextSelectionChange(std::function<void(int32_t, int32_t)>&& func) in SetOnTextSelectionChange() argument 552 void SearchModelNG::SetOnScroll(std::function<void(float, float)>&& func) in SetOnScroll() argument 575 void SearchModelNG::SetOnCopy(std::function<void(const std::string&)>&& func) in SetOnCopy() argument 584 void SearchModelNG::SetOnCut(std::function<void(const std::string&)>&& func) in SetOnCut() argument 603 SetOnPasteWithEvent(std::function<void(const std::string&, NG::TextCommonEvent&)>&& func) SetOnPasteWithEvent() argument 623 SetOnWillInsertValueEvent(std::function<bool(const InsertValueInfo&)>&& func) SetOnWillInsertValueEvent() argument 632 SetOnDidInsertValueEvent(std::function<void(const InsertValueInfo&)>&& func) SetOnDidInsertValueEvent() argument 641 SetOnWillDeleteEvent(std::function<bool(const DeleteValueInfo&)>&& func) SetOnWillDeleteEvent() argument 650 SetOnDidDeleteEvent(std::function<void(const DeleteValueInfo&)>&& func) SetOnDidDeleteEvent() argument 693 SetOnPaste(std::function<void(const std::string&)>&& func) SetOnPaste() argument 1612 SetOnCopy(FrameNode* frameNode, std::function<void(const std::string&)>&& func) SetOnCopy() argument 1622 SetOnCut(FrameNode* frameNode, std::function<void(const std::string&)>&& func) SetOnCut() argument 1642 SetOnPasteWithEvent(FrameNode* frameNode, std::function<void(const std::string&, NG::TextCommonEvent&)>&& func) SetOnPasteWithEvent() argument 1700 SetOnEditChange(FrameNode* frameNode, std::function<void(bool)>&& func) SetOnEditChange() argument 1710 SetOnTextSelectionChange(FrameNode* frameNode, std::function<void(int32_t, int32_t)>&& func) SetOnTextSelectionChange() argument 1720 SetOnContentScroll(FrameNode* frameNode, std::function<void(float, float)>&& func) SetOnContentScroll() argument 1769 SetOnWillInsertValueEvent(FrameNode* frameNode, std::function<bool(const InsertValueInfo&)>&& func) SetOnWillInsertValueEvent() argument 1779 SetOnDidInsertValueEvent(FrameNode* frameNode, std::function<void(const InsertValueInfo&)>&& func) SetOnDidInsertValueEvent() argument 1789 SetOnWillDeleteEvent(FrameNode* frameNode, std::function<bool(const DeleteValueInfo&)>&& func) SetOnWillDeleteEvent() argument 1799 SetOnDidDeleteEvent(FrameNode* frameNode, std::function<void(const DeleteValueInfo&)>&& func) SetOnDidDeleteEvent() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/pipeline/ |
| H A D | pipeline_context.h | 603 void SetQueryIfWindowInScreenCallback(std::function<void()>&& func) in SetQueryIfWindowInScreenCallback() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
| H A D | scrollable_pattern.h | 641 void SetHotZoneScrollCallback(std::function<void(void)>&& func) in SetHotZoneScrollCallback() argument
|
| H A D | scrollable.h | 362 void SetHandleScrollCallback(NestableScrollCallback&& func) in SetHandleScrollCallback() argument 366 void SetOverScrollCallback(std::function<bool(float)>&& func) in SetOverScrollCallback() argument 371 void SetOnScrollStartRec(std::function<void(float)>&& func) in SetOnScrollStartRec() argument 375 void SetOnScrollEndRec(std::function<void(const std::optional<float>&)>&& func) in SetOnScrollEndRec() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
| H A D | web_model_ng.cpp | 104 auto func = jsCallback; in SetOnCommonDialog() local 113 auto func = jsCallback; in SetOnConsoleLog() local 128 auto func = jsCallback; in SetOnPageStart() local 137 auto func = jsCallback; SetOnPageFinish() local 146 auto func = jsCallback; SetOnProgressChange() local 155 auto func = jsCallback; SetOnTitleReceive() local 164 auto func = jsCallback; SetOnFullScreenExit() local 173 auto func = jsCallback; SetOnFullScreenEnter() local 182 auto func = jsCallback; SetOnGeolocationHide() local 191 auto func = jsCallback; SetOnGeolocationShow() local 200 auto func = jsCallback; SetOnRequestFocus() local 223 auto func = jsCallback; SetOnDownloadStart() local 232 auto func = jsCallback; SetOnHttpAuthRequest() local 241 auto func = jsCallback; SetOnSslErrorRequest() local 250 auto func = jsCallback; SetOnAllSslErrorRequest() local 259 auto func = jsCallback; SetOnSslSelectCertRequest() local 275 auto func = jsCallback; SetOnKeyEvent() local 297 auto func = jsCallback; SetOnErrorReceive() local 306 auto func = jsCallback; SetOnHttpErrorReceive() local 315 auto func = jsCallback; SetOnUrlLoadIntercept() local 324 auto func = jsCallback; SetOnLoadIntercept() local 333 auto func = jsCallback; SetOnOverrideUrlLoading() local 342 auto func = jsCallback; SetOnInterceptRequest() local 353 auto func = jsCallback; SetOnFileSelectorShow() local 362 auto func = jsCallback; SetOnContextMenuShow() local 385 auto func = jsCallback; SetOnContextMenuHide() local 471 auto func = jsCallback; SetRenderExitedId() local 480 auto func = jsCallback; SetRefreshAccessedHistoryId() local 538 auto func = jsCallback; SetOnMouseEvent() local 560 auto func = jsCallback; SetResourceLoadId() local 569 auto func = jsCallback; SetScaleChangeId() local 578 auto func = jsCallback; SetScrollId() local 587 auto func = jsCallback; SetPermissionRequestEventId() local 596 auto func = jsCallback; SetScreenCaptureRequestEventId() local 626 auto func = jsCallback; SetSearchResultReceiveEventId() local 688 auto func = jsCallback; SetWindowExitEventId() local 802 auto func = keyEventInfo; SetOnInterceptKeyEventCallback() local 1002 auto func = jsCallback; SetOverScrollId() local 1011 auto func = jsCallback; SetNativeEmbedLifecycleChangeId() local 1020 auto func = jsCallback; SetNativeEmbedVisibilityChangeId() local 1029 auto func = jsCallback; SetNativeEmbedGestureEventId() local 1125 auto func = jsCallback; SetRenderProcessNotRespondingId() local 1134 auto func = jsCallback; SetRenderProcessRespondingId() local 1158 auto func = jsCallback; SetViewportFitChangedId() local 1167 auto func = jsCallback; SetOnInterceptKeyboardAttach() local 1178 auto func = jsCallback; SetAdsBlockedEventId() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/ |
| H A D | scroll_bar.h | 224 void SetMarkNeedRenderFunc(std::function<void()>&& func) in SetMarkNeedRenderFunc() argument
|
| /foundation/barrierfree/accessibility/services/aams/src/ |
| H A D | accessibility_account_data.cpp | 712 AccessibilitySettingObserver::UpdateFunc func = [ = ](const std::string& state) { in Init() local
|
| /foundation/barrierfree/accessibility/services/test/xts/src/asac_register_elemnt_operator_test/ |
| H A D | asac_account_data_benchmark.cpp | 712 A11yBenchmarkSettingObserver::UpdateFunc func = [ = ](const std::string& state) { in Init() local
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
| H A D | canvas_component.cpp | 286 jerry_value_t CanvasComponent::GetContext(const jerry_value_t func, in GetContext() argument 331 jerry_value_t CanvasComponent::FillStyleSetter(const jerry_value_t func, in FillStyleSetter() argument 374 jerry_value_t CanvasComponent::FillStyleGetter(const jerry_value_t func, in FillStyleGetter() argument 399 jerry_value_t CanvasComponent::StrokeStyleSetter(const jerry_value_t func, in StrokeStyleSetter() argument 444 jerry_value_t CanvasComponent::StrokeStyleGetter(const jerry_value_t func, in StrokeStyleGetter() argument 469 LineWidthSetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) LineWidthSetter() argument 492 LineWidthGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) LineWidthGetter() argument 509 FontSetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) FontSetter() argument 566 FontGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) FontGetter() argument 603 TextAlignSetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) TextAlignSetter() argument 644 TextAlignGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) TextAlignGetter() argument 670 ShadowOffsetXSetter(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum) ShadowOffsetXSetter() argument 693 ShadowOffsetXGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) ShadowOffsetXGetter() argument 710 ShadowOffsetYSetter(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum) ShadowOffsetYSetter() argument 733 ShadowOffsetYGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) ShadowOffsetYGetter() argument 750 ShadowBlurSetter(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum) ShadowBlurSetter() argument 773 ShadowBlurGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) ShadowBlurGetter() argument 790 ShadowColorSetter(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) ShadowColorSetter() argument 825 ShadowColorGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) ShadowColorGetter() argument 852 LineCapSetter(const jerry_value_t func, const jerry_value_t contex, const jerry_value_t args[], const jerry_length_t argsNum) LineCapSetter() argument 885 LineCapGetter(const jerry_value_t func, const jerry_value_t contex, const jerry_value_t args[], const jerry_length_t argsNum) LineCapGetter() argument 910 LineJoinSetter(const jerry_value_t func, const jerry_value_t contex, const jerry_value_t args[], const jerry_length_t argsNum) LineJoinSetter() argument 943 LineJoinGetter(const jerry_value_t func, const jerry_value_t contex, const jerry_value_t args[], const jerry_length_t argsNum) LineJoinGetter() argument 966 MiterLimitSetter(const jerry_value_t func, const jerry_value_t contex, const jerry_value_t args[], const jerry_length_t argsNum) MiterLimitSetter() argument 988 MiterLimitGetter(const jerry_value_t func, const jerry_value_t contex, const jerry_value_t args[], const jerry_length_t argsNum) MiterLimitGetter() argument 1007 LineDashOffsetSetter(const jerry_value_t func, const jerry_value_t contex, const jerry_value_t args[], const jerry_length_t argsNum) LineDashOffsetSetter() argument 1029 LineDashOffsetGetter(const jerry_value_t func, const jerry_value_t contex, const jerry_value_t args[], const jerry_length_t argsNum) LineDashOffsetGetter() argument 1047 GlobalAlphaSetter(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) GlobalAlphaSetter() argument 1070 GlobalAlphaGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) GlobalAlphaGetter() argument 1087 GlobalCompositeOperationSetter(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) GlobalCompositeOperationSetter() argument 1139 GlobalCompositeOperationGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) GlobalCompositeOperationGetter() argument 1158 FillRect(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) FillRect() argument 1192 StrokeRect(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) StrokeRect() argument 1228 FillText(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) FillText() argument 1281 StrokeText(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) StrokeText() argument 1332 Rotate(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Rotate() argument 1356 Scale(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Scale() argument 1381 MeasureText(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) MeasureText() argument 1419 Translate(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Translate() argument 1445 Transform(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Transform() argument 1475 SetTransform(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) SetTransform() argument 1504 Save(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Save() argument 1523 Restore(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Restore() argument 1542 DrawCircle(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) DrawCircle() argument 1573 BeginPath(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) BeginPath() argument 1592 MoveTo(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) MoveTo() argument 1621 LineTo(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) LineTo() argument 1650 Rect(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Rect() argument 1681 CleanRect(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) CleanRect() argument 1713 Arc(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Arc() argument 1772 ClosePath(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) ClosePath() argument 1791 Stroke(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Stroke() argument 1810 CreateLInearGradient(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) CreateLInearGradient() argument 1837 CreateRadialGradient(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) CreateRadialGradient() argument 1867 AddColorStop(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) AddColorStop() argument 1905 CreatePattern(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) CreatePattern() argument 1959 Fill(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Fill() argument 2045 DrawImage(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) DrawImage() argument 2092 SetLineDash(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) SetLineDash() argument 2156 GetLineDash(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) GetLineDash() argument [all...] |
| H A D | component.cpp | 1466 JSValue func = JSObject::Get(events, key); in BindEvents() local 2013 jerry_value_t Component::HandleRotationRequest(const jerry_value_t func, in HandleRotationRequest() argument
|
| H A D | chart_component.cpp | 474 jerry_value_t ChartComponent::AppendDatas(const jerry_value_t func, in AppendDatas() argument
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
| H A D | js_fwk_common.cpp | 120 jerry_value_t func = jerry_create_external_function(handler); in JerrySetFuncProperty() local 238 jerry_value_t WatcherCallbackFunc(const jerry_value_t func, in WatcherCallbackFunc() argument 285 jerry_value_t CallJSFunction(const jerry_value_t func, in CallJSFunction() argument 337 bool CallBaseEvent(const jerry_value_t func, const Event &event, const uint16_t id) in CallBaseEvent() argument 318 CallJSWatcher(jerry_value_t arg1, jerry_value_t (*watcherCB)(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsLength), jerry_value_t arg3) CallJSWatcher() argument 913 ListForWatcherCallbackFunc(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsLength) ListForWatcherCallbackFunc() argument 1133 CallWithRootAbilitySlice(JSValue func, JSValue args[], JSSize size) CallWithRootAbilitySlice() argument 1141 CallWithRootAbilitySlice(JSValue func) CallWithRootAbilitySlice() argument [all...] |
| /foundation/arkui/napi/native_engine/ |
| H A D | native_engine.cpp | 356 NativeSafeAsyncWork* NativeEngine::CreateSafeAsyncWork(napi_value func, napi_value asyncResource, in CreateSafeAsyncWork() argument 586 void NativeEngine::SetInitWorkerFunc(InitWorkerFunc func) in SetInitWorkerFunc() argument 594 void NativeEngine::SetGetAssetFunc(GetAssetFunc func) in SetGetAssetFunc() argument 602 void NativeEngine::SetOffWorkerFunc(OffWorkerFunc func) in SetOffWorkerFunc() argument 641 SetGetContainerScopeIdFunc(GetContainerScopeIdCallback func) SetGetContainerScopeIdFunc() argument 645 SetInitContainerScopeFunc(ContainerScopeCallback func) SetInitContainerScopeFunc() argument 649 SetFinishContainerScopeFunc(ContainerScopeCallback func) SetFinishContainerScopeFunc() argument 686 SetDebuggerPostTaskFunc(DebuggerPostTask func) SetDebuggerPostTaskFunc() argument [all...] |
| /foundation/arkui/napi/sample/native_module_systemtest/ |
| H A D | test_napi.cpp | 420 napi_threadsafe_function func = (napi_threadsafe_function)data; in TsFuncDataSourceThread0200() local 438 napi_threadsafe_function func = (napi_threadsafe_function)data; in TsFuncreleaseThread() local 452 napi_threadsafe_function func = (napi_threadsafe_function)data; in TsFuncabortThread() local 471 napi_threadsafe_function func = (napi_threadsafe_function)data; TsFuncreleasefiveThread() local [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
| H A D | avrcp_ct_profile.cpp | 370 auto func = in SendPassCmd() local 473 auto func = std::bind(&AvrcCtProfile::UnitTimeoutCallback, this, rawAddr); in SendUnitCmd() local 507 auto func = std::bind(&AvrcCtProfile::UnitTimeoutCallback, this, rawAddr); in SendSubUnitCmd() local 641 auto func = std::bind(&AvrcCtProfile::VendorTimeoutCallback, this, rawAddr); in SendVendorCmd() local 688 auto func = std::bind(&AvrcCtProfile::VendorTimeoutCallback, this, rawAddr); in SendVendorContinueCmd() local 1692 auto func = std::bind(&AvrcCtProfile::BrowseTimeoutCallback, this, rawAddr); SendBrowseCmd() local [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
| H A D | avrcp_tg_profile.cpp | 444 auto func = std::bind(&AvrcTgProfile::PassTimeoutCallback, in SendPassRsp() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
| H A D | bluetooth_host_server.cpp | 760 auto func = std::bind(&BluetoothHostServer::DeregisterObserver, this, std::placeholders::_1); in RegisterObserver() local 1659 auto func = std::bind(&BluetoothHostServer::DeregisterRemoteDeviceObserver, in RegisterRemoteDeviceObserver() local 1705 auto func = std::bind(&BluetoothHostServer::DeregisterBleAdapterObserver, this, std::placeholders::_1); in RegisterBleAdapterObserver() local 1740 auto func = std::bind(&BluetoothHostServer::DeregisterBlePeripheralCallback, this, std::placeholders::_1); in RegisterBlePeripheralCallback() local
|
| /foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
| H A D | ffmpeg_demuxer_plugin.cpp | 1733 auto func = [](const std::string& name) -> std::shared_ptr<DemuxerPlugin> { in RegisterPlugins() local
|
| /foundation/multimedia/audio_framework/services/audio_service/test/example/ |
| H A D | audio_process_client_test.cpp | 1277 CallTestOperationFunc &func = it->second; in InteractiveRun() local
|
| /foundation/graphic/graphic_surface/surface/src/ |
| H A D | buffer_queue.cpp | 1381 GSError BufferQueue::RegisterReleaseListener(OnReleaseFunc func) in RegisterReleaseListener() argument 1402 GSError BufferQueue::RegisterDeleteBufferListener(OnDeleteBufferFunc func, bool isForUniRedraw) in RegisterDeleteBufferListener() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| H A D | rs_uifirst_manager.cpp | 1397 auto func = &RSUifirstManager::ProcessTreeStateChange; in UifirstStateChange() local
|
| /foundation/multimedia/audio_framework/frameworks/native/audioutils/src/ |
| H A D | audio_utils.cpp | 215 AudioXCollie(const std::string &tag, uint32_t timeoutSeconds, std::function<void(void *)> func, void *arg, uint32_t flag) AudioXCollie() argument
|