Home
last modified time | relevance | path

Searched defs:func (Results 1276 - 1300 of 2000) sorted by relevance

1...<<51525354555657585960>>...80

/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_base_testone_ng.cpp459 auto func = [](bool value) { in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_transition_effect.cpp96 void RosenTransitionEffect::ApplyAnimationOption(const std::function<void()>& func, bool withAnimation) in ApplyAnimationOption() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dframe_node_modifier.cpp521 std::function<bool()>* func = reinterpret_cast<std::function<bool()>*>(callback); in SetCustomPropertyModiferByKey() local
H A Dnode_animate.cpp496 auto func = [interpolate, userData](float value) -> float { in CreateCustomCurve() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dservice_collaboration_menu_ace_helper.cpp727 std::function<void(int32_t)> func = [weak = WeakClaim(this)](int32_t num) { in OnEvent() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent.h154 virtual void SetElementFunction(ElementFunction&& func) {} in SetElementFunction() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.h309 void SetOnSelect(std::function<void(const BaseEventInfo*)>&& func) in SetOnSelect() argument
321 void SetOnSelectionChange(std::function<void(const BaseEventInfo*)>&& func) in SetOnSelectionChange() argument
338 SetOnPaste(std::function<void(NG::TextCommonEvent&)>&& func) SetOnPaste() argument
350 SetOnSubmit(std::function<void(int32_t, NG::TextFieldCommonEvent&)>&& func) SetOnSubmit() argument
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcamera_component.cpp371 jerry_value_t CameraComponent::TakePhoto(const jerry_value_t func, in TakePhoto() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testtwo.cpp779 auto func = pattern->OnDragDrop(); in HWTEST_F() local
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_abstract_scroll.h166 void SetDragFunc(EasingFunc func) in SetDragFunc() argument
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp413 auto func = [remoteAddr, transport, strategy]() { in SetConnectionStrategy() local
434 auto func = [remoteAddr, transport]() { in GetConnectionStrategy() local
465 auto func = [remoteAddr]() { in IsAbsoluteVolumeSupported() local
487 auto func = [remoteAddr]() { in IsAbsoluteVolumeEnabled() local
509 auto func = [remoteAddr]() { in EnableAbsoluteVolume() local
528 auto func = [remoteAddr]() { DisableAbsoluteVolume() local
689 auto func = [deviceId]() { EnableAutoPlay() local
728 auto func = [deviceId, duration]() { DisableAutoPlay() local
747 auto func = [deviceId]() { GetAutoPlayDisabledDuration() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp780 auto func = std::bind(&BluetoothAvrcpCtServer::UnregisterObserver, this, std::placeholders::_1); in RegisterObserver() local
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dproducer_surface_test.cpp734 auto func = [&pSurfaceTestUserData](const std::string& FuncName) { in HWTEST_F() local
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/example/
H A Doh_audio_capturer_lowlatency_test.cpp634 CallTestOperationFunc &func = it->second; in InteractiveRun() local
/foundation/graphic/graphic_3d/kits/js/src/
H A DSceneJS.cpp84 napi_value func; in Init() local
396 NapiApi::Function func = env.Get<NapiApi::Function>("destroy"); in DisposeNative() local
409 NapiApi::Function func in DisposeNative() local
416 NapiApi::Function func = env.Get<NapiApi::Function>("destroy"); DisposeNative() local
526 NapiApi::Function func = root.Get<NapiApi::Function>("getNodeByPath"); GetNode() local
723 NapiApi::Function func; CreateLight() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/
H A Dio_util.cpp467 auto func = [&search, &insertion, &type](BASE_NS::string& stringContents, size_t len) { in InsertInFile() local
476 auto func = [&insertions](BASE_NS::string& stringContents, size_t len) { in InsertInFile() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/memory/
H A Drs_memory_track.cpp137 DumpMemoryStatistics(DfxString& log, std::function<std::tuple<uint64_t, std::string, RectI> (uint64_t)> func) DumpMemoryStatistics() argument
262 DumpMemoryPicStatistics(DfxString& log, std::function<std::tuple<uint64_t, std::string, RectI> (uint64_t)> func) DumpMemoryPicStatistics() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_ui_first_surface_render_node_drawable.cpp256 void RSSurfaceRenderNodeDrawable::InitCacheSurface(Drawing::GPUContext* gpuContext, ClearCacheSurfaceFunc func, in InitCacheSurface() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_base_render_node_test.cpp613 RSRenderNode::ClearCacheSurfaceFunc func = clearCacheSurfaceLambda; in HWTEST_F() local
/foundation/graphic/graphic_2d/utils/color_manager/src/
H A Dcolor_space.cpp155 float func[7]; in ColorSpace() local
169 skcms_TransferFunction func in ColorSpace() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_image.cpp65 auto func = SkiaGPUContext::GetPostFunc(sk_ref_sp(context)); in PostSkImgToTargetThread() local
H A Dskia_surface.cpp80 auto func = SkiaGPUContext::GetPostFunc(grctx); in PostSkSurfaceToTargetThread() local
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h148 CustomFreePixelMap func; member
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avsession_manager.cpp1285 void NapiAVSessionManager::ReportStartCastDiscoveryFailInfo(std::string func, int32_t error) in ReportStartCastDiscoveryFailInfo() argument
1292 void NapiAVSessionManager::ReportStopCastDiscoveryFailInfo(std::string func, int32_t error) in ReportStopCastDiscoveryFailInfo() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dvpe_utils.cpp72 std::function<void()> func = []() { in VpeUtils() local

Completed in 32 milliseconds

1...<<51525354555657585960>>...80