| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/ |
| H A D | grid_irregular_layout_algorithm.cpp | 500 // because the current line's height is unknown, we can't determine the exact target length to fill. in PrepareLineHeight() 565 float target = info.currentOffset_ + height; in SkipLinesBackward() local 567 while (LessNotEqual(height, target) && line > 0) { in SkipLinesBackward()
|
| /foundation/arkui/ace_engine/frameworks/core/pipeline/ |
| H A D | pipeline_context.h | 218 // Used to determine whether the touched frameNode is the target 219 bool OnTouchTargetHitTest(const TouchEvent& point, bool isSubPipe = false, const std::string& target = "") override; 535 void NavigatePage(uint8_t type, const PageTarget& target, const std::string& params);
|
| /foundation/barrierfree/accessibility/services/aams/src/ |
| H A D | accessibility_settings_config.cpp | 264 [&targets](const std::string &target) { in SetShortkeyMultiTarget() 265 targets.insert(target); in SetShortkeyMultiTarget()
|
| /foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
| H A D | postprocess_effect_impl.cpp | 141 [target = ecsObject_->GetEntity(), image = META_NS::GetValue(DirtMaskImage())](auto sh) { 143 sh->SetRenderHandle(target, imageEntity);
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
| H A D | rs_render_particle_animation_test.cpp | 528 auto target = renderParticleAnimation->GetTarget(); in HWTEST_F() local 529 EXPECT_TRUE(target == nullptr); in HWTEST_F()
|
| /foundation/communication/nfc/services/src/external_deps/ |
| H A D | app_data_parser.cpp | 232 bool AppDataParser::IsMatchedByBundleName(ElementName &src, ElementName &target) in IsMatchedByBundleName() argument 234 if (src.GetBundleName().compare(target.GetBundleName()) == 0) { in IsMatchedByBundleName()
|
| /foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/ |
| H A D | softbus_channel_adapter.cpp | 576 std::string targetDevId(info->target.targetNetworkId);
in OnSoftbusTimeSyncResult() 577 std::string masterDevId(info->target.masterNetworkId);
in OnSoftbusTimeSyncResult()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
| H A D | rich_editor_pattern.cpp | 1569 void RichEditorPattern::CopyTextSpanStyle(RefPtr<SpanNode>& source, RefPtr<SpanNode>& target, bool needLeadingMargin) 1571 CopyTextSpanFontStyle(source, target); 1572 CopyTextSpanLineStyle(source, target, needLeadingMargin); 1575 void RichEditorPattern::CopyTextSpanFontStyle(RefPtr<SpanNode>& source, RefPtr<SpanNode>& target) 1579 CHECK_NULL_VOID(target); 1580 COPY_SPAN_STYLE_IF_PRESENT(source, target, FontSize); 1581 COPY_SPAN_STYLE_IF_PRESENT(source, target, TextColor); 1582 COPY_SPAN_STYLE_IF_PRESENT(source, target, ItalicFontStyle); 1583 COPY_SPAN_STYLE_IF_PRESENT(source, target, FontWeight); 1584 COPY_SPAN_STYLE_IF_PRESENT(source, target, FontFamil [all...] |
| H A D | rich_editor_pattern.h | 493 void CopyTextSpanStyle(RefPtr<SpanNode>& source, RefPtr<SpanNode>& target, bool needLeadingMargin = false); 494 void CopyTextSpanFontStyle(RefPtr<SpanNode>& source, RefPtr<SpanNode>& target); 495 void CopyTextSpanLineStyle(RefPtr<SpanNode>& source, RefPtr<SpanNode>& target, bool needLeadingMargin = false); 496 void CopyGestureOption(const RefPtr<SpanNode>& source, RefPtr<SpanNode>& target);
|
| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| H A D | bpf.h | 1305 #define DEFINE_BPF_ITER_FUNC(target, args...) \ 1306 extern int bpf_iter_##target(args); \ 1307 int __init bpf_iter_##target(args) \ 1324 const char *target; member
|
| /foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_config/src/ |
| H A D | napi_accessibility_config.cpp | 693 std::string target = ""; in SetConfigParseData() local 694 ret = ParseString(env, target, parameters[PARAM0]) && target.length() > 0; in SetConfigParseData() 695 callbackInfo->stringConfig_ = target; in SetConfigParseData()
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
| H A D | component.cpp | 1795 // find the target node's pre one in RemoveChild() 1895 Component *target = (parent == nullptr) ? this : parent; in HandleChildrenChange() local 1896 target->GetConstrainedParam(parentParam); in HandleChildrenChange() 1898 target->LayoutChildren(); in HandleChildrenChange() 1899 target->Invalidate(); in HandleChildrenChange()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
| H A D | rs_animation_supplement_test.cpp | 54 void StartInner(const std::shared_ptr<RSNode>& target) in StartInner() argument 56 RSAnimation::StartInner(target); in StartInner() 171 void StartInner(const std::shared_ptr<RSNode>& target) in StartInner() argument 173 RSAnimation::StartInner(target); in StartInner()
|
| /foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/ |
| H A D | liteplayer.cpp | 85 #define CHECK_FAILED_RETURN(value, target, ret, printfString) \ 87 if ((value) != (target)) { \ 93 #define CHECK_FAILED_PRINT(value, target, printfString) \ 95 if ((value) != (target)) { \
|
| /foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/ |
| H A D | trans_lane_pending_test.cpp | 654 SessionParam target; in HWTEST_F() local 656 int32_t ret = CopyAsyncReqItemSessionParamIds(param, &target); in HWTEST_F() 711 SessionParam target; in HWTEST_F() local 713 int32_t ret = CopyAsyncReqItemSessionParamIds(param, &target); in HWTEST_F()
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
| H A D | lnn_connection_fsm.c | 1715 LnnConnectionFsm *LnnCreateConnectionFsm(const ConnectionAddr *target, const char *pkgName, in LnnCreateConnectionFsm() argument 1720 if (target == NULL) { in LnnCreateConnectionFsm() 1721 LNN_LOGE(LNN_BUILDER, "connection target is null"); in LnnCreateConnectionFsm() 1736 connFsm->connInfo.addr = *target; in LnnCreateConnectionFsm() 1746 connFsm->id, LnnPrintConnectionAddr(target), isNeedConnect); in LnnCreateConnectionFsm()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
| H A D | overlay_test_ng.cpp | 226 * @tc.steps: step1. create target node and popupInfo. in HWTEST_F() 237 popupInfo.target = targetNode; in HWTEST_F() 271 * @tc.steps: step1. create target node. in HWTEST_F() 282 * @tc.steps: step2. create target node. in HWTEST_F() 324 * @tc.steps: step1. create target node. in HWTEST_F() 340 * @tc.steps: step2. create target node. in HWTEST_F() 398 * @tc.steps: step1. create target node. in HWTEST_F() 451 * @tc.steps: step1. create target node. in HWTEST_F() 514 * @tc.steps: step1. create target node. in HWTEST_F() 579 * @tc.steps: step1. create target nod in HWTEST_F() [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
| H A D | jsEnumStyle.js | 850 var target = plugin; 852 target = target[key]; 853 if (!target) { 857 return typeof (target) !== 'undefined';
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
| H A D | bundle_profile.cpp | 108 uint32_t target = 0; member 134 uint32_t target = 0; member 400 apiVersion.target, in from_json() 533 reqVersion.target, in from_json() 1994 applicationInfo.apiTargetVersion = configJson.app.apiVersion.target; in ToApplicationInfo()
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
| H A D | ext_decoder.cpp | 467 bool ExtDecoder::IsSupportCropOnDecode(SkIRect &target)
in HeapMemAlloc() argument 473 SkIRect source = target;
in HeapMemAlloc() 474 if (orgbounds.contains(target) && codec_->getValidSubset(&target)) {
in HeapMemAlloc() 475 return source == target;
in HeapMemAlloc()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
| H A D | overlay_manager.cpp | 1623 popupInfo.target.Upgrade()->GetTag().c_str()); in ShowPopup() 1661 auto targetNode = popupInfo.target.Upgrade(); in MountPopup() 1676 rootNode = FindWindowScene(popupInfo.target.Upgrade()); in MountPopup() 1763 rootNode = FindWindowScene(popupInfo.target.Upgrade()); in HidePopup() 1916 if (popupInfo.isCurrentOnShow && popupInfo.target.Upgrade()) { in HideCustomPopups() 1917 auto targetNodeId = popupInfo.target.Upgrade()->GetId(); in HideCustomPopups() 1949 if (popupInfo.isCurrentOnShow && popupInfo.target.Upgrade()) { in HideAllPopups() 1950 auto targetNodeId = popupInfo.target.Upgrade()->GetId(); in HideAllPopups() 2345 auto target = popup.first; in CleanPopupInSubWindow() local 2350 auto removeNode = HidePopupWithoutAnimation(target, popupInf in CleanPopupInSubWindow() [all...] |
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
| H A D | mali_kbase_devfreq.c | 66 * Return: Real target frequency 145 dev_err(dev, "Failed to set clock %lu (target %lu)\n", in kbase_devfreq_target() 351 dp->target = kbase_devfreq_target; in kbase_devfreq_init()
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/ |
| H A D | mali_kbase_devfreq.c | 64 * Return: Real target frequency 141 dev_err(dev, "Failed to set clock %lu (target %lu)\n", freq, *target_freq); in kbase_devfreq_target() 344 dp->target = kbase_devfreq_target; in kbase_devfreq_init()
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_gesture_ffi.cpp | 85 ffiGestureEvent.target = &ffiEventTarget; in FormatGestureEvenFunction()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
| H A D | declarative_frontend.h | 190 void NavigatePage(uint8_t type, const PageTarget& target, const std::string& params) override;
|