| /foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
| H A D | composed_element.h | 77 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 D | mock_aams_accessibility_keyevent_filter.cpp | 48 auto func = [&taskCalled]() { taskCalled.store(true); }; in WaitUntilTaskFinished() local
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
| H A D | list_component.cpp | 181 JSValue ListComponent::ListScrollTo(const JSValue func, const JSValue dom, in ListScrollTo() argument
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
| H A D | number_format_module.cpp | 39 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 D | render_module.cpp | 83 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 D | timer_module.cpp | 49 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 D | native_sendable.cpp | 96 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 D | text_field_pattern_testthree.cpp | 130 auto func = ViewStackProcessor::GetInstance()->GetMainFrameNode(); in HWTEST_F() local
|
| /foundation/communication/bluetooth/frameworks/inner/src/ |
| H A D | bluetooth_profile_manager.cpp | 210 RegisterFunc(const std::string &objectName, std::function<void (sptr<IRemoteObject>)> func) RegisterFunc() argument
|
| /foundation/communication/bluetooth/frameworks/js/napi/src/hid/ |
| H A D | napi_bluetooth_hid_host.cpp | 208 auto func = [remoteAddr, strategy]() { in SetConnectionStrategy() local 228 auto func = [remoteAddr]() { in GetConnectionStrategy() local
|
| /foundation/communication/bluetooth/frameworks/js/napi/src/access/ |
| H A D | napi_bluetooth_access.cpp | 185 auto func = []() { in FactoryReset() local
|
| /foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
| H A D | napi_async_work.cpp | 67 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 D | napi_bluetooth_map_mse.cpp | 170 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 D | bluetooth_a2dp_sink_server.cpp | 139 auto func = std::bind(&BluetoothA2dpSinkServer::DeregisterObserver, this, std::placeholders::_1); in RegisterObserver() local
|
| H A D | bluetooth_pan_server.cpp | 143 auto func = std::bind(&BluetoothPanServer::DeregisterObserver, this, std::placeholders::_1); in RegisterObserver() local
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
| H A D | json_util.h | 105 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 D | rs_canvas_node.cpp | 136 void RSCanvasNode::DrawOnNode(RSModifierType type, DrawFunc func) in DrawOnNode() argument
|
| /foundation/graphic/graphic_2d/rosen/test/render/render/unittest/drawable/ |
| H A D | rs_ui_first_render_drawable_test.cpp | 362 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 D | PostProcJS.cpp | 49 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 D | MeshJS.cpp | 49 napi_value func; in Init() local
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
| H A D | render_backend_vk.cpp | 112 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 D | avcodec_xcollie.cpp | 99 std::function<void (void *)> func; in SetTimer() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
| H A D | rs_interpolator.cpp | 150 RSCustomInterpolator::RSCustomInterpolator(const std::function<float(float)>& func, int duration) in RSCustomInterpolator() argument
|
| H A D | rs_animation_rate_decider.cpp | 65 void RSAnimationRateDecider::MakeDecision(const FrameRateGetFunc& func) in MakeDecision() argument 101 int32_t RSAnimationRateDecider::CalculatePreferredRate(const PropertyValue& property, const FrameRateGetFunc& func) in CalculatePreferredRate() argument 115 int32_t RSAnimationRateDecider::ProcessVector4f(const PropertyValue& property, const FrameRateGetFunc& func) in ProcessVector4f() argument 129 ProcessVector2f(const PropertyValue& property, const FrameRateGetFunc& func) ProcessVector2f() argument 147 ProcessFloat(const PropertyValue& property, const FrameRateGetFunc& func) ProcessFloat() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/ |
| H A D | rs_animat_manager_test.cpp | 187 FrameRateGetFunc func; in HWTEST_F() local
|