| /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);
|
| /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/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()
|
| /test/testfwk/developer_test/src/core/driver/ |
| H A D | drivers.py | 452 def is_exist_target_in_device(self, path, target): 454 command = '\"ls -l %s | grep %s\"' % (path, target) 456 command = "ls -l %s | grep %s" % (path, target) 460 if stdout_info != "" and stdout_info.find(target) != -1: 624 self.config.device.connector_command("target mount") 1082 self.config.device.connector_command("target mount") 1231 self.config.device.connector_command("target mount")
|
| /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...] |
| /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/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
| H A D | rs_render_node.cpp | 1172 auto target = context->GetNodeMap().GetAnimationFallbackNode(); in FallbackAnimationsToRoot() local 1173 if (!target) { in FallbackAnimationsToRoot() 1177 context->RegisterAnimatingRenderNode(target); in FallbackAnimationsToRoot() 1183 target->animationManager_.AddAnimation(std::move(animation)); in FallbackAnimationsToRoot() 1727 // save types of dirty region of target dirty manager for dfx in UpdateDirtyRegion() 3180 auto target = modifiers_.find(id); in CheckGroupableAnimation() local 3181 if (target == modifiers_.end() || !target->second) { in CheckGroupableAnimation() 3185 if (GROUPABLE_ANIMATION_TYPE.count(target->second->GetType())) { in CheckGroupableAnimation() 3187 } else if (CACHEABLE_ANIMATION_TYPE.count(target in CheckGroupableAnimation() [all...] |
| /foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
| H A D | hdi_sink.c | 2303 static void PaSinkRenderIntoOffload(pa_sink *s, pa_mix_info *infoInputs, unsigned nInputs, pa_memchunk *target) in PaSinkRenderIntoOffload() argument 2311 size_t length = target->length; in PaSinkRenderIntoOffload() 2344 if (target->length > length) in PaSinkRenderIntoOffload() 2345 target->length = length; in PaSinkRenderIntoOffload() 2347 pa_silence_memchunk(target, &s->sample_spec); in PaSinkRenderIntoOffload() 2349 if (target->length > length) in PaSinkRenderIntoOffload() 2350 target->length = length; in PaSinkRenderIntoOffload() 2357 // if target lead pa_memblock_new memory leak, fixed chunk length can solve it. in PaSinkRenderIntoOffload() 2358 pa_memchunk_memcpy(target, &vchunk); in PaSinkRenderIntoOffload() 2361 InputsDropFromInputs(infoInputs, nInputs, info, n, target); in PaSinkRenderIntoOffload() [all...] |
| /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;
|
| /foundation/arkui/ace_engine/test/unittest/core/base/ |
| H A D | frame_node_test_ng_coverage_new.cpp | 230 [](RefPtr<NGGestureRecognizer> target, std::vector<RefPtr<NGGestureRecognizer>> targets) { in HWTEST_F()
|
| /foundation/arkui/ui_lite/interfaces/kits/components/ |
| H A D | ui_view.h | 646 * @brief Obtains the current view and target view based on specified coordinates. The obtained current view must 648 * obtained target view must be the top view that includes the specified coordinates. 651 * <b>nullptr</b> indicates that the target view fails to be obtained. 652 * @param target Indicates the double pointer to the target view to obtain. 653 * <b>nullptr</b> indicates that the target view fails to be obtained. 657 virtual void GetTargetView(const Point& point, UIView** current, UIView** target);
|
| /foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
| H A D | node_impl.h | 160 void CloneEcs(const BASE_NS::string& name, META_NS::IObject::Ptr target) const;
|
| /foundation/graphic/graphic_3d/lume/metaobject/src/serialization/ |
| H A D | importer.cpp | 59 d.target->SetValue(obj); in Import()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
| H A D | rs_surface_render_params.h | 399 virtual void OnSync(const std::unique_ptr<RSRenderParams>& target) override;
|
| /foundation/communication/dsoftbus/tests/core/bus_center/service/unittest/ |
| H A D | bus_center_event_test.cpp | 180 (void)strcpy_s(info2.target.targetNetworkId, NETWORK_ID_BUF_LEN, NODE1_NETWORK_ID); in HWTEST_F()
|
| /test/testfwk/developer_test/local_coverage/code_coverage/ |
| H A D | multiprocess_code_coverage.py | 389 p = Process(target=generate_coverage_info,
|