/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/ |
H A D | link_stack_test.cpp | 36 LinkStack stack; variable 37 stack.InitStack(); 42 stack.FreeNode(); 53 LinkStack stack; variable 58 stack.FreeNode(); 72 stack.Push(inputStack1); 89 LinkStack stack; variable 91 stack.Pop(&getvalue); 97 stack.Pop(&getvalue); 102 stack.Pop(&getvalue); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_focus_test_ng.cpp | 230 stack->Push(frameNode); 255 stack->Push(frameNode); 278 stack->Push(frameNode); 304 stack->Push(frameNode); 329 stack->Push(frameNode); 352 stack->Push(frameNode); 376 stack->Push(frameNode); 400 stack->Push(frameNode); 422 stack->Push(frameNode); 444 stack->Push(frameNode); [all …]
|
H A D | web_pattern_test_ng.cpp | 169 stack->Push(frameNode); 220 stack->Push(frameNode); 254 stack->Push(frameNode); 322 stack->Push(frameNode); 364 stack->Push(frameNode); 416 stack->Push(frameNode); 444 stack->Push(frameNode); 467 stack->Push(frameNode); 495 stack->Push(frameNode); 524 stack->Push(frameNode); [all …]
|
H A D | richtext_model_test_ng.cpp | 84 auto* stack = ViewStackProcessor::GetInstance(); variable 85 auto nodeId = stack->ClaimNodeId(); 90 stack->Push(frameNode); 104 auto* stack = ViewStackProcessor::GetInstance(); variable 105 auto nodeId = stack->ClaimNodeId(); 110 stack->Push(frameNode); 124 auto* stack = ViewStackProcessor::GetInstance(); variable 125 auto nodeId = stack->ClaimNodeId(); 130 stack->Push(frameNode); 145 auto nodeId = stack->ClaimNodeId(); [all …]
|
H A D | web_context_select_overlay_test.cpp | 152 stack->Push(frameNode); 213 stack->Push(frameNode); 251 stack->Push(frameNode); 296 stack->Push(frameNode); 326 stack->Push(frameNode); 364 stack->Push(frameNode); 419 stack->Push(frameNode); 459 stack->Push(frameNode); 482 stack->Push(frameNode); 527 stack->Push(frameNode); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | navigation_lifecycle_test_ng.cpp | 96 std::function<void()>&& callback = [stack = stack, expectValue = expectValue]() { in SetEvent() 194 stack->SetLifecycleIndex(0); 211 stack->SetLifecycleIndex(0); 230 stack->SetLifecycleIndex(0); 275 stack->Pop(); 286 stack->SetLifecycleIndex(0); 325 stack->Remove(); 444 stack->Remove(); 513 stack->Remove(); 627 stack->Remove(); [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | js-apis-stack.md | 133 stack.push(2); 134 stack.push(4); 135 stack.push(5); 136 stack.push(2); 137 stack.push(4); 169 stack.push(2); 170 stack.push(4); 171 stack.push(5); 172 stack.push(2); 210 stack.push(2); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | shape_abstract_model_impl.cpp | 26 auto stack = ViewStackProcessor::GetInstance(); in SetStroke() local 36 auto stack = ViewStackProcessor::GetInstance(); in SetFill() local 48 auto stack = ViewStackProcessor::GetInstance(); in SetStrokeDashOffset() local 58 auto stack = ViewStackProcessor::GetInstance(); in SetStrokeLineCap() local 75 auto stack = ViewStackProcessor::GetInstance(); in SetStrokeLineJoin() local 92 auto stack = ViewStackProcessor::GetInstance(); in SetStrokeMiterLimit() local 103 auto stack = ViewStackProcessor::GetInstance(); in SetStrokeOpacity() local 113 auto stack = ViewStackProcessor::GetInstance(); in SetFillOpacity() local 123 auto stack = ViewStackProcessor::GetInstance(); in SetStrokeWidth() local 135 auto stack = ViewStackProcessor::GetInstance(); in SetStrokeDashArray() local [all …]
|
H A D | shape_model_impl.cpp | 36 auto* stack = ViewStackProcessor::GetInstance(); in SetBitmapMesh() local 46 auto* stack = ViewStackProcessor::GetInstance(); in SetViewPort() local 70 auto* stack = ViewStackProcessor::GetInstance(); in SetWidth() local 86 auto* stack = ViewStackProcessor::GetInstance(); in SetHeight() local 107 auto stack = ViewStackProcessor::GetInstance(); in SetStroke() local 117 auto stack = ViewStackProcessor::GetInstance(); in SetFill() local 129 auto stack = ViewStackProcessor::GetInstance(); in SetStrokeDashOffset() local 139 auto stack = ViewStackProcessor::GetInstance(); in SetStrokeLineCap() local 156 auto stack = ViewStackProcessor::GetInstance(); in SetStrokeLineJoin() local 173 auto stack = ViewStackProcessor::GetInstance(); in SetStrokeMiterLimit() local [all …]
|
H A D | stack_model_impl.cpp | 48 if (stack) { in SetStackFit() 49 stack->SetStackFit(fit); in SetStackFit() 56 if (stack) { in SetOverflow() 57 stack->SetOverflow(overflow); in SetOverflow() 64 if (stack) { in SetAlignment() 65 stack->SetAlignment(alignment); in SetAlignment() 72 if (stack) { in SetHasWidth() 73 …if (stack->GetMainStackSize() == MainStackSize::MAX || stack->GetMainStackSize() == MainStackSize:… in SetHasWidth() 74 stack->SetMainStackSize(MainStackSize::MAX); in SetHasWidth() 84 if (stack) { in SetHasHeight() [all …]
|
H A D | side_bar_container_model_impl.cpp | 34 auto stack = ViewStackProcessor::GetInstance(); in SetSideBarContainerType() local 35 stack->Push(sideBarContainer); in SetSideBarContainerType() 42 auto stack = ViewStackProcessor::GetInstance(); in SetShowSideBar() local 50 auto stack = ViewStackProcessor::GetInstance(); in SetShowControlButton() local 61 auto stack = ViewStackProcessor::GetInstance(); in ParseAndSetWidth() local 90 auto stack = ViewStackProcessor::GetInstance(); in SetAutoHide() local 98 auto stack = ViewStackProcessor::GetInstance(); in SetSideBarPosition() local 106 auto stack = ViewStackProcessor::GetInstance(); in SetControlButtonWidth() local 115 auto stack = ViewStackProcessor::GetInstance(); in SetControlButtonHeight() local 124 auto stack = ViewStackProcessor::GetInstance(); in SetControlButtonLeft() local [all …]
|
H A D | text_field_model_impl.cpp | 74 auto* stack = ViewStackProcessor::GetInstance(); in InitTextAreaDefaultStyle() local 163 auto* stack = ViewStackProcessor::GetInstance(); in InitTextInputDefaultStyle() local 226 auto* stack = ViewStackProcessor::GetInstance(); in SetType() local 235 auto* stack = ViewStackProcessor::GetInstance(); in SetPlaceholderColor() local 244 auto* stack = ViewStackProcessor::GetInstance(); in SetPlaceholderFont() local 265 auto* stack = ViewStackProcessor::GetInstance(); in SetEnterKeyType() local 273 auto* stack = ViewStackProcessor::GetInstance(); in SetTextAlign() local 281 auto* stack = ViewStackProcessor::GetInstance(); in SetInputStyle() local 289 auto* stack = ViewStackProcessor::GetInstance(); in SetCaretColor() local 301 auto* stack = ViewStackProcessor::GetInstance(); in SetMaxLength() local [all …]
|
H A D | button_model_impl.cpp | 36 auto stack = ViewStackProcessor::GetInstance(); in SetFontSize() local 88 auto stack = ViewStackProcessor::GetInstance(); in SetType() local 97 auto stack = ViewStackProcessor::GetInstance(); in SetStateEffect() local 165 auto stack = ViewStackProcessor::GetInstance(); in Padding() local 221 auto stack = ViewStackProcessor::GetInstance(); in BackgroundColor() local 226 if (!stack->IsVisualStateSet()) { in BackgroundColor() 247 auto stack = ViewStackProcessor::GetInstance(); in SetWidth() local 251 if (!stack->IsVisualStateSet()) { in SetWidth() 265 auto stack = ViewStackProcessor::GetInstance(); in SetHeight() local 270 if (!stack->IsVisualStateSet()) { in SetHeight() [all …]
|
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/ |
H A D | ability_stack_manager.cpp | 73 amsContext.SetTopMissionStacks(stack); in GeneratePageAbility() 92 if (stack != nullptr) { in RemovePageAbility() 137 if (stack != nullptr) { in FindPageAbility() 138 record = stack->FindPageAbility(token); in FindPageAbility() 144 if (stack != nullptr) { in FindPageAbility() 145 record = stack->FindPageAbility(token); in FindPageAbility() 196 if (stack == nullptr) { in ExistAppInStack() 208 if (stack != nullptr) { in DumpAllAbilityRecord() 210 if (stack->GetStackType() == LAUNCHER) { in DumpAllAbilityRecord() 212 if (stack != nullptr) { in DumpAllAbilityRecord() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | repeat_model_ng.cpp | 30 auto* stack = ViewStackProcessor::GetInstance(); in StartRender() local 31 auto nodeId = stack->ClaimNodeId(); in StartRender() 33 stack->Push(repeatNode); in StartRender() 41 auto* stack = ViewStackProcessor::GetInstance(); in FinishRender() local 45 stack->PopContainer(); in FinishRender() 51 auto* stack = ViewStackProcessor::GetInstance(); in MoveChild() local 61 stack->PushKey(key); in CreateNewChildStart() 62 const auto stacksKey = stack->GetKey(); in CreateNewChildStart() 65 stack->Push(node); in CreateNewChildStart() 72 stack->PopKey(); in CreateNewChildFinish() [all …]
|
H A D | for_each_model_ng.cpp | 28 auto* stack = ViewStackProcessor::GetInstance(); in Pop() local 29 stack->PopContainer(); in Pop() 39 auto* stack = ViewStackProcessor::GetInstance(); in Create() local 40 auto nodeId = stack->ClaimNodeId(); in Create() 42 stack->Push(forEachNode); in Create() 57 auto* stack = ViewStackProcessor::GetInstance(); in SetNewIds() local 74 stack->PushKey(id); in CreateNewChildStart() 75 const auto stacksKey = stack->GetKey(); in CreateNewChildStart() 78 stack->Push(node); in CreateNewChildStart() 84 stack->PopKey(); in CreateNewChildFinish() [all …]
|
H A D | if_else_model_ng.cpp | 28 auto* stack = ViewStackProcessor::GetInstance(); in Create() local 29 auto nodeId = stack->ClaimNodeId(); in Create() 31 stack->Push(ifElseNode); in Create() 41 auto* stack = ViewStackProcessor::GetInstance(); in SetBranchId() local 42 auto node = AceType::DynamicCast<IfElseNode>(stack->GetMainElementNode()); in SetBranchId() 49 auto* stack = ViewStackProcessor::GetInstance(); in GetBranchId() local 50 auto node = AceType::DynamicCast<IfElseNode>(stack->GetMainElementNode()); in GetBranchId() 57 auto* stack = ViewStackProcessor::GetInstance(); in CanRetake() local 58 auto node = AceType::DynamicCast<IfElseNode>(stack->GetMainElementNode()); in CanRetake()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-stack.md | 133 stack.push(2); 134 stack.push(4); 135 stack.push(5); 136 stack.push(2); 137 stack.push(4); 169 stack.push(2); 170 stack.push(4); 171 stack.push(5); 172 stack.push(2); 210 stack.push(2); [all …]
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-cmd-stack.md | 1 # stack chapter 6 This command is used to check the usage of each stack in the system. 11 stack 26 Run **stack**. 31 System stack usage: 34 OHOS # stack 35 stack name cpu id stack addr total size used size 47 | stack name | Name of the stack.| 49 | stack addr | Stack address.| 50 | total size | Total stack size.| [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/ |
H A D | btstack_blocklist.txt | 14 src:*/bluetooth/services/bluetooth/stack/src/btm/btm_acl.c 15 src:*/bluetooth/services/bluetooth/stack/src/btm/btm_sco.c 16 src:*/bluetooth/services/bluetooth/stack/src/btm/btm.c 17 src:*/bluetooth/services/bluetooth/stack/src/l2cap/l2cap_cmn.c 19 src:*/bluetooth/services/bluetooth/stack/src/l2cap/l2cap_if.c 20 src:*/bluetooth/services/bluetooth/stack/src/gap/gap_le_sec.c 21 src:*/bluetooth/services/bluetooth/stack/src/gap/gap_le_adv.c 24 src:*/bluetooth/services/bluetooth/stack/src/gap/gap_br_sec.c 26 src:*/bluetooth/services/bluetooth/stack/src/att/att_common.c 28 src:*/bluetooth/services/bluetooth/stack/platform/src/queue.c [all …]
|
/ohos5.0/base/hiviewdfx/hiview/ |
H A D | kernel_vendor.yaml | 46 FIRST_FRAME: {type: STRING, desc: first stack info} 48 LAST_FRAME: {type: STRING, desc: last stack info} 60 FIRST_FRAME: {type: STRING, desc: first stack info} 62 LAST_FRAME: {type: STRING, desc: last stack info} 76 LAST_FRAME: {type: STRING, desc: last stack info} 90 LAST_FRAME: {type: STRING, desc: last stack info} 104 LAST_FRAME: {type: STRING, desc: last stack info} 118 LAST_FRAME: {type: STRING, desc: last stack info} 132 LAST_FRAME: {type: STRING, desc: last stack info} 146 LAST_FRAME: {type: STRING, desc: last stack info} [all …]
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/ |
H A D | condition_arbitrator.cpp | 312 LinkStack stack; in IsValid() local 315 stack.Push("("); in IsValid() 317 if (stack.IsEmpty() || strcmp("(", stack.Peak()) != 0) { in IsValid() 428 LinkStack stack; in TransformExpression() local 434 while (!stack.IsEmpty() && strcmp(stack.Peak(), "(") != 0) { in TransformExpression() 440 if (!stack.IsEmpty() && strcmp("(", stack.Peak()) != 0) { in TransformExpression() 451 while (!stack.IsEmpty()) { in TransformExpression() 452 stack.Pop(&getvalue); in TransformExpression() 487 LinkStack stack; in Calculate() local 518 result ? stack.Push(resultTrue) : stack.Push(resultFalse); in Calculate() [all …]
|
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/ |
H A D | log_parse.cpp | 94 bool LogParse::GetValidStack(int num, stack<string>& inStack, stack<string>& outStack) const in GetValidStack() 115 stack<string> stackTop; in GetStackTop() 126 stack<string> partStack; in StackToMultipart() 139 partStack = stack<string>(); in StackToMultipart() 208 stack<string> src = inStack; in GetValidStack() 210 stack<string> outStatck; in GetValidStack() 240 void LogParse::MatchIgnoreLibrary(stack<string> inStack, stack<string>& outStack, size_t num) const in MatchIgnoreLibrary() 253 stack<string> src = inStack; in MatchIgnoreLibrary() 283 std::stack<std::string> traceStack; in GetFilterTrace() 294 size_t len = stack.size(); in SetFrame() [all …]
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-debug-shell-cmd-stack.md | 1 # stack chapter 11 stack 26 输入:stack 34 OHOS # stack 35 stack name cpu id stack addr total size used size 47 | stack name | 系统堆栈名 | 49 | stack addr | 栈地址 |
|
/ohos5.0/drivers/hdf_core/framework/tools/idl-gen/ |
H A D | _header_parser.py | 167 def _extract_union(self, stack): argument 177 for mb in stack["members"]: 185 def _extract_struct(self, stack): argument 192 if len(stack["methods"]["public"]) != 0: 196 struct_dict["name"] = stack["name"] 200 for mb in stack["properties"]["public"]: 224 def _extract_interface(self, stack): argument 232 …if len(stack["methods"]["public"]) <= 0 and not self._has_function_pointer(stack["properties"]["pu… 234 interface_dict["name"] = stack["name"] 236 for mb in stack["methods"]["public"]: [all …]
|