| /foundation/graphic/standard/rosen/test/render_service/render_service/unittest/pipeline/ |
| D | rs_render_service_visitor_test.cpp | 64 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[1]; variable 79 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[2]; variable 94 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[3]; variable 109 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[4]; variable 124 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[5]; variable 139 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[6]; variable 154 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[7]; variable 169 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[0]; variable 184 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[1]; variable 200 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[2]; variable [all …]
|
| D | rs_software_processor_test.cpp | 72 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[1]; variable 87 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[2]; variable 102 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[3]; variable 117 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[4]; variable 132 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[5]; variable 147 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[6]; variable 162 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[7]; variable 177 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[0]; variable
|
| D | rs_hardware_processor_test.cpp | 72 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[1]; variable 87 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[2]; variable 102 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[3]; variable 117 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[4]; variable 132 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[5]; variable 147 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[6]; variable 162 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[7]; variable 177 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[0]; variable
|
| D | rs_render_service_listener_test.cpp | 61 constexpr NodeId nodeId = 0; variable 76 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[1]; variable 92 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[2]; variable 108 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[3]; variable 124 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[4]; variable 140 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[5]; variable 156 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[6]; variable 172 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[7]; variable 188 constexpr NodeId nodeId = TestSrc::limitNumber::Uint64[0]; variable
|
| /foundation/graphic/standard/rosen/modules/render_service_base/src/command/ |
| D | rs_base_node_command.cpp | 23 void BaseNodeCommandHelper::Destroy(RSContext& context, NodeId nodeId) in Destroy() 35 void BaseNodeCommandHelper::AddChild(RSContext& context, NodeId nodeId, NodeId childNodeId, int32_t… in AddChild() 45 void BaseNodeCommandHelper::RemoveChild(RSContext& context, NodeId nodeId, NodeId childNodeId) in RemoveChild() 55 void BaseNodeCommandHelper::RemoveFromTree(RSContext& context, NodeId nodeId) in RemoveFromTree() 65 void BaseNodeCommandHelper::ClearChildren(RSContext& context, NodeId nodeId) in ClearChildren()
|
| /foundation/ace/ace_engine/frameworks/bridge/js_frontend/ |
| D | js_command.h | 177 explicit JsCommandDomElementOperator(NodeId nodeId) : nodeId_(nodeId) {} in JsCommandDomElementOperator() 216 JsCommandDomElementCreator(const std::string& tagName, NodeId nodeId) in JsCommandDomElementCreator() 235 …JsCommandCreateDomBody(const std::string& tagName, NodeId nodeId) : JsCommandDomElementCreator(tag… in JsCommandCreateDomBody() 244 JsCommandCreateDomElement(const std::string& tagName, NodeId nodeId) in JsCommandCreateDomElement() 253 JsCommandAddDomElement(const std::string& tagName, NodeId nodeId, NodeId parentNodeId) in JsCommandAddDomElement() 266 JsCommandAppendElement(const std::string& tagName, NodeId nodeId, NodeId parentNodeId) in JsCommandAppendElement() 280 explicit JsCommandRemoveDomElement(NodeId nodeId) : nodeId_(nodeId) {} in JsCommandRemoveDomElement() 292 explicit JsCommandUpdateDomElementAttrs(NodeId nodeId) : JsCommandDomElementOperator(nodeId) {} in JsCommandUpdateDomElementAttrs() 301 explicit JsCommandUpdateDomElementStyles(NodeId nodeId) : JsCommandDomElementOperator(nodeId) {} in JsCommandUpdateDomElementStyles() 310 … JsCommandCallDomElementMethod(NodeId nodeId, const std::string& method, const std::string& param) in JsCommandCallDomElementMethod() [all …]
|
| D | js_ace_page.cpp | 135 RefPtr<ComposedComponent> JsAcePage::BuildPagePatch(int32_t nodeId) in BuildPagePatch() 184 RefPtr<BaseCanvasBridge> JsAcePage::GetBridgeById(NodeId nodeId) in GetBridgeById() 205 RefPtr<BaseXComponentBridge> JsAcePage::GetXComponentBridgeById(NodeId nodeId) in GetXComponentBridgeById() 215 RefPtr<BaseAnimationBridge> JsAcePage::GetAnimationBridge(NodeId nodeId) in GetAnimationBridge() 226 void JsAcePage::RemoveAnimationBridge(NodeId nodeId) in RemoveAnimationBridge() 253 void JsAcePage::AddAnimationBridge(NodeId nodeId, const RefPtr<BaseAnimationBridge>& animationBridg… in AddAnimationBridge() 353 void JsAcePage::PushCanvasBridge(NodeId nodeId, const RefPtr<BaseCanvasBridge>& bridge) in PushCanvasBridge() 368 void JsAcePage::PushXComponentBridge(NodeId nodeId, const RefPtr<BaseXComponentBridge>& bridge) in PushXComponentBridge() 377 void JsAcePage::AddNodeEvent(int32_t nodeId, const std::string& actionType, const std::string& even… in AddNodeEvent() 383 std::string JsAcePage::GetNodeEventAction(int32_t nodeId, const std::string& actionType) in GetNodeEventAction()
|
| /foundation/ace/ace_engine/frameworks/bridge/js_frontend/engine/quickjs/ |
| D | animation_bridge.cpp | 53 void HandleJsAnimationContext(JSContext* ctx, int32_t pageId, int32_t nodeId, AnimationOperation op… in HandleJsAnimationContext() 119 AnimationBridge::AnimationBridge(JSContext* ctx, JSValue animationContext, NodeId nodeId) in AnimationBridge() 152 int32_t nodeId = GetJsInt32Val(ctx, QJSUtils::GetPropertyStr(ctx, value, "__nodeId")); in JsAnimationStartTimeGet() local 188 int32_t nodeId = GetJsInt32Val(ctx, QJSUtils::GetPropertyStr(ctx, value, "__nodeId")); in JsAnimationStartTimeSet() local 208 int32_t nodeId = GetJsInt32Val(ctx, QJSUtils::GetPropertyStr(ctx, value, "__nodeId")); in JsAnimationPendingGet() local 271 int32_t nodeId = GetJsInt32Val(ctx, QJSUtils::GetPropertyStr(ctx, value, "__nodeId")); in JsAnimationPlayStateSet() local 443 int32_t nodeId = GetJsInt32Val(ctx, QJSUtils::GetPropertyStr(ctx, value, "__nodeId")); in JsAnimationPlay() local 457 int32_t nodeId = GetJsInt32Val(ctx, QJSUtils::GetPropertyStr(ctx, value, "__nodeId")); in JsAnimationFinish() local 471 int32_t nodeId = GetJsInt32Val(ctx, QJSUtils::GetPropertyStr(ctx, value, "__nodeId")); in JsAnimationPause() local 485 int32_t nodeId = GetJsInt32Val(ctx, QJSUtils::GetPropertyStr(ctx, value, "__nodeId")); in JsAnimationCancel() local [all …]
|
| D | component_api_bridge.cpp | 24 JSValue ComponentApiBridge::JsGetScrollOffset(JSContext* ctx, NodeId nodeId) in JsGetScrollOffset() 72 JSValue ComponentApiBridge::JsGetBoundingRect(JSContext* ctx, NodeId nodeId) in JsGetBoundingRect() 91 JSValue ComponentApiBridge::JsGetInspector(JSContext* ctx, NodeId nodeId) in JsGetInspector() 106 void ComponentApiBridge::JsScrollTo(JSContext* ctx, const std::string& args, NodeId nodeId) in JsScrollTo() 199 JSValue ComponentApiBridge::JsCreateObserver(JSContext* ctx, const std::string& args, NodeId nodeId) in JsCreateObserver() 245 JSValue nodeId = JS_GetPropertyStr(ctx, value, "__nodeId"); in JsObserverOn() local 302 JSValue nodeId = JS_GetPropertyStr(ctx, value, "__nodeId"); in JsObserverOff() local 311 …isibleListenerCallback::QJSVisibleListenerCallback(JSContext* ctx, JSValue callback, NodeId nodeId) in QJSVisibleListenerCallback()
|
| /foundation/ace/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
| D | jsi_animation_bridge.cpp | 102 …const shared_ptr<JsRuntime>& runtime, int32_t pageId, int32_t nodeId, AnimationOperation operation) in HandleJsAnimationContext() 245 … const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& animationContext, NodeId nodeId) in JsiAnimationBridge() 258 int32_t nodeId = GetCurrentNodeId(runtime, thisObj); in JsAnimationStartTimeGet() local 304 int32_t nodeId = GetCurrentNodeId(runtime, thisObj); in JsAnimationStartTimeSet() local 324 int32_t nodeId = GetCurrentNodeId(runtime, thisObj); in JsAnimationPendingGet() local 393 int32_t nodeId = GetCurrentNodeId(runtime, thisObj); in JsAnimationPlayStateSet() local 553 int32_t nodeId = GetCurrentNodeId(runtime, thisObj); in JsAnimationPlay() local 562 int32_t nodeId = GetCurrentNodeId(runtime, thisObj); in JsAnimationFinish() local 571 int32_t nodeId = GetCurrentNodeId(runtime, thisObj); in JsAnimationPause() local 580 int32_t nodeId = GetCurrentNodeId(runtime, thisObj); in JsAnimationCancel() local [all …]
|
| D | jsi_component_api_bridge.cpp | 24 …alue> JsiComponentApiBridge::JsGetScrollOffset(const shared_ptr<JsRuntime>& runtime, NodeId nodeId) in JsGetScrollOffset() 78 …alue> JsiComponentApiBridge::JsGetBoundingRect(const shared_ptr<JsRuntime>& runtime, NodeId nodeId) in JsGetBoundingRect() 103 …JsValue> JsiComponentApiBridge::JsGetInspector(const shared_ptr<JsRuntime>& runtime, NodeId nodeId) in JsGetInspector() 125 const shared_ptr<JsRuntime>& runtime, const std::string& arguments, NodeId nodeId) in JsScrollTo()
|
| /foundation/ace/ace_engine/frameworks/bridge/common/accessibility/ |
| D | accessibility_node_manager.cpp | 93 RefPtr<InspectNode> InspectNodeCreator(NodeId nodeId, const std::string& tag) in InspectNodeCreator() 175 int32_t nodeId = cardAccessibilityId % CARD_BASE; in ConvertToNodeId() local 273 WeakPtr<ComposedElement> AccessibilityNodeManager::GetComposedElementFromPage(NodeId nodeId) in GetComposedElementFromPage() 376 const std::string& tag, int32_t nodeId, int32_t parentNodeId) in CreateSpecializedNode() 388 const std::string& tag, int32_t nodeId, int32_t parentNodeId, int32_t itemIndex) in CreateAccessibilityNode() 398 const std::string& tag, int32_t nodeId, int32_t parentNodeId, int32_t itemIndex) in CreateDeclarativeAccessibilityNode() 444 const std::string& tag, int32_t nodeId, int32_t parentNodeId, int32_t itemIndex) in CreateCommonAccessibilityNode() 522 void AccessibilityNodeManager::RemoveAccessibilityNodeById(NodeId nodeId) in RemoveAccessibilityNodeById() 595 void AccessibilityNodeManager::AddVisibleChangeNode(NodeId nodeId, double ratio, VisibleRatioCallba… in AddVisibleChangeNode() 612 void AccessibilityNodeManager::RemoveVisibleChangeNode(NodeId nodeId) in RemoveVisibleChangeNode() [all …]
|
| /foundation/ace/ace_engine/frameworks/bridge/common/dom/ |
| D | dom_svg_animate_motion.h | 27 …DOMSvgAnimateMotion(NodeId nodeId, const std::string& nodeName) : DOMSvgAnimate(nodeId, nodeName) … in DOMSvgAnimateMotion()
|
| D | dom_svg_animate_transform.h | 27 …DOMSvgAnimateTransform(NodeId nodeId, const std::string& nodeName) : DOMSvgAnimate(nodeId, nodeNam… in DOMSvgAnimateTransform()
|
| D | dom_picker_dialog.cpp | 20 DOMPickerDialog::DOMPickerDialog(NodeId nodeId, const std::string& nodeName) : DOMPickerBase(nodeId… in DOMPickerDialog()
|
| D | dom_picker_view.cpp | 20 DOMPickerView::DOMPickerView(NodeId nodeId, const std::string& nodeName) : DOMPickerBase(nodeId, no… in DOMPickerView()
|
| /foundation/ace/ace_engine/frameworks/bridge/js_frontend/engine/v8/ |
| D | v8_animation_bridge.cpp | 66 const v8::Local<v8::Context>& ctx, int32_t pageId, int32_t nodeId, AnimationOperation operation) in HandleJsAnimationContext() 271 …al<v8::Context>& ctx, v8::Isolate* instance, v8::Local<v8::Object> animationContext, NodeId nodeId) in V8AnimationBridge() 284 int32_t nodeId = GetCurrentNodeId(context, info.Holder()); in JsAnimationStartTimeGet() local 331 int32_t nodeId = GetCurrentNodeId(ctx, info.Holder()); in JsAnimationStartTimeSet() local 349 int32_t nodeId = GetCurrentNodeId(context, info.Holder()); in JsAnimationPendingGet() local 410 int32_t nodeId = GetCurrentNodeId(ctx, info.Holder()); in JsAnimationPlayStateSet() local 557 int32_t nodeId = GetCurrentNodeId(ctx, args.Holder()); in JsAnimationPlay() local 572 int32_t nodeId = GetCurrentNodeId(ctx, args.Holder()); in JsAnimationFinish() local 586 int32_t nodeId = GetCurrentNodeId(ctx, args.Holder()); in JsAnimationPause() local 600 int32_t nodeId = GetCurrentNodeId(ctx, args.Holder()); in JsAnimationCancel() local [all …]
|
| /foundation/ace/ace_engine/frameworks/core/accessibility/js_inspector/ |
| D | inspect_toolbar.cpp | 21 InspectToolbar::InspectToolbar(NodeId nodeId, const std::string& nodeName) : InspectNode(nodeId, no… in InspectToolbar()
|
| D | inspect_picker.cpp | 21 InspectPicker::InspectPicker(NodeId nodeId, const std::string& nodeName) : InspectNode(nodeId, node… in InspectPicker()
|
| D | inspect_stack.cpp | 21 InspectStack::InspectStack(NodeId nodeId, const std::string& nodeName) : InspectNode(nodeId, nodeNa… in InspectStack()
|
| D | inspect_switch.cpp | 21 InspectSwitch::InspectSwitch(NodeId nodeId, const std::string& nodeName) : InspectNode(nodeId, node… in InspectSwitch()
|
| D | inspect_grid_row.cpp | 21 InspectGridRow::InspectGridRow(NodeId nodeId, const std::string& nodeName) : InspectNode(nodeId, no… in InspectGridRow()
|
| D | inspect_stepper_item.cpp | 21 InspectStepperItem::InspectStepperItem(NodeId nodeId, const std::string& nodeName) : InspectNode(no… in InspectStepperItem()
|
| D | inspect_canvas.cpp | 21 InspectCanvas::InspectCanvas(NodeId nodeId, const std::string& nodeName) : InspectNode(nodeId, node… in InspectCanvas()
|
| D | inspect_div.cpp | 21 InspectDiv::InspectDiv(NodeId nodeId, const std::string& nodeName) : InspectNode(nodeId, nodeName) … in InspectDiv()
|