Home
last modified time | relevance | path

Searched defs:func (Results 1176 - 1200 of 4171) sorted by relevance

1...<<41424344454647484950>>...167

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_event_hub.h65 void SetOnCopy(std::function<void(const std::string&)>&& func) in SetOnCopy() argument
77 void SetOnCut(std::function<void(const std::string&)>&& func) in SetOnCut() argument
89 void SetOnPaste(std::function<void(const std::string&)>&& func) in SetOnPaste() argument
101 void SetOnPasteWithEvent(std::function<void(const std::string&, NG::TextCommonEvent&)>&& func) in SetOnPasteWithEvent() argument
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessibility_keyevent_filter_test/
H A Daams_accessibility_keyevent_filter_test.cpp48 auto func = [&taskCalled]() { taskCalled.store(true); }; in WaitUntilTaskFinished() local
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dvelocity_tracker.cpp205 auto func = [](const LeastSquareImpl &axis, const char* str) { in DumpVelocityPoints() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomposed_element.h77 void SetRenderFunction(RenderFunction&& func) in SetRenderFunction() argument
94 void SetRemoveFunction(RemoveFunction&& func) in SetRemoveFunction() argument
112 void SetPageTransitionFunction(PageTransitionFunction&& func) in SetPageTransitionFunction() argument
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_aams_accessibility_keyevent_filter.cpp48 auto func = [&taskCalled]() { taskCalled.store(true); }; in WaitUntilTaskFinished() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dlist_component.cpp181 JSValue ListComponent::ListScrollTo(const JSValue func, const JSValue dom, in ListScrollTo() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dnumber_format_module.cpp39 jerry_value_t NumberFormatModule::CreateNumberFormat(const jerry_value_t func, in CreateNumberFormat() argument
94 jerry_value_t NumberFormatModule::Format(const jerry_value_t func, in Format() argument
H A Drender_module.cpp83 jerry_value_t RenderModule::CreateElement(const jerry_value_t func, in CreateElement() argument
117 jerry_value_t RenderModule::InitStyleSheet(const jerry_value_t func, in InitStyleSheet() argument
134 jerry_value_t RenderModule::LoopRender(const jerry_value_t func, in LoopRender() argument
148 jerry_value_t RenderModule::ConditionalRender(const jerry_value_t func, in ConditionalRender() argument
H A Dtimer_module.cpp49 jerry_value_t TimerModule::CreateTimer(const jerry_value_t func, in CreateTimer() argument
130 jerry_value_t TimerModule::ClearTimer(const jerry_value_t func, in ClearTimer() argument
/foundation/arkui/napi/native_engine/
H A Dnative_sendable.cpp96 Local<JSValueRef> func = in InitSendablePropertiesInfo() local
171 Local<JSValueRef> func = in NapiDefineSendabledProperty() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testthree.cpp130 auto func = ViewStackProcessor::GetInstance()->GetMainFrameNode(); in HWTEST_F() local
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_profile_manager.cpp210 RegisterFunc(const std::string &objectName, std::function<void (sptr<IRemoteObject>)> func) RegisterFunc() argument
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host.cpp208 auto func = [remoteAddr, strategy]() { in SetConnectionStrategy() local
228 auto func = [remoteAddr]() { in GetConnectionStrategy() local
/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access.cpp185 auto func = []() { in FactoryReset() local
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_async_work.cpp67 auto func = [asyncWorkWptr]() { in Complete() local
157 auto func = [errCode, nativeObj, asyncWorkPtr = shared_from_this()]() { in CallFunction() local
/foundation/communication/bluetooth/frameworks/js/napi/src/map/
H A Dnapi_bluetooth_map_mse.cpp170 auto func = [remoteAddr, strategy]() { in SetConnectionStrategy() local
190 auto func = [remoteAddr]() { in GetConnectionStrategy() local
212 auto func = [remoteAddr, accessAuthorization]() { in SetMessageAccessAuthorization() local
231 auto func = [remoteAddr]() { in GetMessageAccessAuthorization() local
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_sink_server.cpp139 auto func = std::bind(&BluetoothA2dpSinkServer::DeregisterObserver, this, std::placeholders::_1); in RegisterObserver() local
H A Dbluetooth_pan_server.cpp143 auto func = std::bind(&BluetoothPanServer::DeregisterObserver, this, std::placeholders::_1); in RegisterObserver() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Djson_util.h105 inline OutIt Transform(Container&& container, OutIt dest, Fn func) in Transform() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_canvas_node.cpp136 void RSCanvasNode::DrawOnNode(RSModifierType type, DrawFunc func) in DrawOnNode() argument
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/drawable/
H A Drs_ui_first_render_drawable_test.cpp362 RSSurfaceRenderNodeDrawable::ClearCacheSurfaceFunc func; in HWTEST_F() local
389 RSSurfaceRenderNodeDrawable::ClearCacheSurfaceFunc func; in HWTEST_F() local
418 RSSurfaceRenderNodeDrawable::ClearCacheSurfaceFunc func; in HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/kits/js/src/
H A DPostProcJS.cpp49 napi_value func; in Init() local
73 NapiApi::Function func = tmjs.Get<NapiApi::Function>("destroy"); in DisposeNative() local
188 NapiApi::Function func = currentlySet.Get<NapiApi::Function>("destroy"); in SetToneMapping() local
H A DMeshJS.cpp49 napi_value func; in Init() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp112 static Ptr Create(std::function<void()> func) in Create() argument
117 explicit FunctionTask(std::function<void()> func) : func_(BASE_NS::move(func)) {}; in FunctionTask() argument
/foundation/multimedia/av_codec/services/dfx/
H A Davcodec_xcollie.cpp99 std::function<void (void *)> func; in SetTimer() local

Completed in 17 milliseconds

1...<<41424344454647484950>>...167