/ohos5.0/base/startup/init/services/utils/ |
H A D | init_hashmap.c | 39 tab->keyHash = info->keyHash; in OH_HashMapCreate() 42 tab->nodeHash = info->nodeHash; in OH_HashMapCreate() 43 tab->nodeFree = info->nodeFree; in OH_HashMapCreate() 44 tab->tableId = g_tableId++; in OH_HashMapCreate() 45 *handle = (HashMapHandle)tab; in OH_HashMapCreate() 64 (void)tab; in GetHashNodeByKey() 87 HashNode *tmp = GetHashNodeByNode(tab, tab->buckets[hashCode], node); in OH_HashMapAdd() 132 return GetHashNodeByKey(tab, tab->buckets[hashCode], key, tab->keyCompare); in OH_HashMapGet() 155 HashListFree(tab, tab->buckets[i], context); in OH_HashMapDestory() 157 free(tab); in OH_HashMapDestory() [all …]
|
/ohos5.0/foundation/ability/idl_tool/metadata/ |
H A D | metadata_dumper.cpp | 21 const char* MetadataDumper::tab = " "; member in OHOS::Idl::MetadataDumper 50 DumpMetaNamespace(sb, mc->namespaces_[i], prefix + tab + tab); in DumpMetaComponent() 55 sb.Append("\n" + prefix + tab).Append("],\n"); in DumpMetaComponent() 63 DumpMetaSequenceable(sb, mc->sequenceables_[i], prefix + tab + tab); in DumpMetaComponent() 68 sb.Append("\n" + prefix + tab).Append("],\n"); in DumpMetaComponent() 76 DumpMetaInterface(sb, mc->interfaces_[i], prefix + tab + tab); in DumpMetaComponent() 105 sb.Append(prefix + tab + tab).AppendFormat("{ \"name\" : \"%s\" }", mp->name_); in DumpMetaNamespace() 119 sb.Append(prefix + tab + tab).AppendFormat("{ \"name\" : \"%s\" }", mi->name_); in DumpMetaNamespace() 133 DumpMetaNamespace(sb, innermn, prefix + tab + tab); in DumpMetaNamespace() 167 DumpMetaMethod(sb, mi->methods_[i], prefix + tab + tab); in DumpMetaInterface() [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-container-tabs.md | 16 Only [\<tab-bar>](js-components-container-tab-bar.md) and [\<tab-content>](js-components-container-… 25 …tab is vertical. Available values are as follows:<br>- **false**: The **\<tab-bar>** and **\<tab-c… 48 <tab-bar class="tab-bar" mode="fixed"> 49 <text class="tab-text">Home</text> 50 <text class="tab-text">Index</text> 51 <text class="tab-text">Detail</text> 52 </tab-bar> 63 </tab-content> 90 .tab-bar { 96 .tab-text { [all …]
|
H A D | js-components-container-tab-content.md | 1 # tab-content 7 …tab-content\>** is a child component of **[<tabs\>](js-components-container-tabs.md)** and is used… 25 …*. If this attribute is set to **false**, tab switching is implemented only through the associatio…
|
H A D | js-components-container-tab-bar.md | 1 # tab-bar 7 **\<tab-bar>** is a child component of **[\<tabs>](js-components-container-tabs.md)** and is used t… 25 …eater than the tab-bar width, the child components can scroll horizontally.<br>- **fixed**: The wi…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-container-tabs.md | 6 tab页签容器。 15 仅支持<[tab-bar](js-components-container-tab-bar.md)>和<[tab-content](js-components-container-… 47 <tab-bar class="tab-bar" mode="fixed"> 48 <text class="tab-text">Home</text> 49 <text class="tab-text">Index</text> 50 <text class="tab-text">Detail</text> 51 </tab-bar> 52 <tab-content class="tabcontent" scrollable="true"> 62 </tab-content> 89 .tab-bar { [all …]
|
H A D | js-components-container-tab-content.md | 1 # tab-content 6 …ts-container-tabs.md)>的子组件,用来展示tab的内容区,高度默认充满tabs剩余空间,子组件排列方式为横向排列,当作为容器组件的子元素时在主轴方向需要设置tab-con… 24 …| boolean | 否 | 是否可以通过左右滑动进行页面切换。默认为true,设置为false后,页面的切换只能通过tab-bar的点击实现。 |
|
H A D | js-components-container-tab-bar.md | 1 # tab-bar 6 <[tabs](js-components-container-tabs.md)>的子组件,用来展示tab的标签区,子组件排列方式为横向排列。 24 …- scrollable:子组件宽度为实际设置的宽度,当宽度之和(包括margin边距)大于tab-bar的宽度时,子组件可以横向滑动。<br/>- fixed:子组件宽度均分…
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | net_link_info.cpp | 232 str.append(tab); in ToString() 235 str.append(tab); in ToString() 239 str.append(tab); in ToString() 243 str.append(tab); in ToString() 246 str.append(tab); in ToString() 249 str.append(tab); in ToString() 253 str.append(tab); in ToString() 257 str.append(tab); in ToString() 261 str.append(tab); in ToString() 265 str.append(tab); in ToString() [all …]
|
H A D | route.cpp | 140 str.append(tab); in ToString() 143 str.append(tab); in ToString() 147 str.append(tab); in ToString() 149 str.append(destination_.ToString(tab)); in ToString() 152 str.append(tab); in ToString() 154 str.append(gateway_.ToString(tab)); in ToString() 157 str.append(tab); in ToString() 162 str.append(tab); in ToString() 167 str.append(tab); in ToString() 172 str.append(tab); in ToString() [all …]
|
H A D | net_supplier_info.cpp | 121 std::string NetSupplierInfo::ToString(const std::string &tab) const in ToString() 124 str.append(tab); in ToString() 127 str.append(tab); in ToString() 131 str.append(tab); in ToString() 135 str.append(tab); in ToString() 139 str.append(tab); in ToString() 143 str.append(tab); in ToString() 147 str.append(tab); in ToString() 151 str.append(tab); in ToString() 155 str.append(tab); in ToString()
|
H A D | inet_addr.cpp | 132 std::string INetAddr::ToString(const std::string &tab) const in ToString() 135 str.append(tab); in ToString() 138 str.append(tab); in ToString() 142 str.append(tab); in ToString() 146 str.append(tab); in ToString() 150 str.append(tab); in ToString() 154 str.append(tab); in ToString() 158 str.append(tab); in ToString() 162 str.append(tab); in ToString()
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ui-js-component-tabs.md | 14 <tab-bar> 17 </tab-bar> 25 </tab-content> 63 </tab-bar> 71 </tab-content> 118 </tab-bar> 126 </tab-content> 155 用tabs、tab-bar和tab-content实现点击切换功能,再定义数组,设置属性。使用change事件改变数组内的属性值实现变色及下划线的显示。 161 <tab-content> 173 </tab-content> [all …]
|
H A D | ui-js-building-ui-layout-external-container.md | 41 当页面经常需要动态加载时,推荐使用tabs组件。tabs组件支持change事件,在页签切换后触发。tabs组件仅支持一个tab-bar和一个tab-content。具体的使用示例如下: 46 <tab-bar> 50 </tab-bar> 51 <tab-content> 55 </tab-content> 70 tab-content组件用来展示页签的内容区,高度默认充满tabs剩余空间。
|
H A D | ui-js-components-chart.md | 85 <tab-bar class="tab-bar" mode="fixed"style="margin-bottom: 50px;"> 86 <text class="tab-text">线形图</text> 87 <text class="tab-text">柱状图</text> 88 <text class="tab-text">量规图</text> 89 </tab-bar> 90 <tab-content> 102 </tab-content> 104 </tab-content> 120 .tab-bar{ 437 </tab-content> [all …]
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ui-js-component-tabs.md | 15 <tab-bar> 18 </tab-bar> 26 </tab-content> 61 <tab-bar class="tabBar"> 64 </tab-bar> 72 </tab-content> 119 </tab-bar> 127 </tab-content> 162 <tab-content> 174 </tab-content> [all …]
|
H A D | arkts-navigation-tabs.md | 22 **Tabs** use braces to enclose the tab content, as shown in Figure 2. 34 Text('Home tab content').fontSize(30) 45 Text('Home tab content').fontSize(30) 50 Text('Recommended tab content').fontSize(30) 55 Text('Discover tab content').fontSize(30) 60 Text('Me tab content').fontSize(30) 245 Text('Me tab content') 260 **Figure 10** Content page and tab bar not synced 307 **Figure 11** Content page and tab bar synced 336 **Figure 12** Switching to a specific tab page [all …]
|
H A D | ui-js-building-ui-layout-external-container.md | 42 …event, which is triggered after tab switching. A <tabs> component can hold only one <tab-… 47 <tab-bar> 51 </tab-bar> 52 <tab-content> 56 </tab-content> 71 The <tab-content> component is used to display the tab content, which vertically fills the re…
|
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/ |
H A D | ringtone_datashare_extension.cpp | 165 tab = pair.second; in GetValidUriTab() 202 for (auto tab : tabFields) { in DumpDataShareValueBucket() local 216 tab.c_str(), value); in DumpDataShareValueBucket() 224 tab.c_str(), value); in DumpDataShareValueBucket() 228 tab.c_str(), value); in DumpDataShareValueBucket() 241 string tab(""); in Insert() local 242 int err = GetValidUriTab(uri, tab); in Insert() 264 string tab(""); in Update() local 284 string tab(""); in Delete() local 304 string tab(""); in Query() local [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-tabs.md | 93 Sets the tab bar layout mode. 273 Background color of the tab bar. 406 Enumerates the tab layout styles of the tab bar when not scrolling in scrollable mode. 414 …NTER | 0 | If the tab content exceeds the tab bar width, the tabs are scrollable.<br>If not, the t… 416 …tab content exceeds the tab bar width, the tabs are scrollable.<br>If the tab content exceeds half… 426 Triggered when a tab is switched. 436 4. A tab is clicked. 456 Triggered when a tab is clicked. 563 4. When the user clicks a tab on the tab bar to switch to a new page. 670 Switches to the specified tab. [all …]
|
H A D | ohos-atomicservice-AtomicServiceTabs.md | 61 | tabBarPosition | [TabBarPosition](#tabbarposition) | No |@Prop | Position of the tab bar.| 63 | index | number | No| @Prop | Index of the currently displayed tab.| 66 | onChange | Callback\<number\> | No| - | Callback invoked when a tab is switched.| 67 | onTabBarClick | Callback\<number\> | No| - |Callback invoked when a tab is clicked.| 84 Defines tab bar options, including **icon**, **text**, **unselectColor**, and **SelectedColor**. 97 | text | [ResourceStr](ts-types.md#resourcestr) | Yes| Text of the tab.| 99 | selectedColor | [ResourceColor](ts-types.md#resourcecolor) | Yes| Color of the tab when it is sel… 109 | LEFT | 0 | The tab bar is on the left side of the screen. | 110 | BOTTOM | 1 | The tab bar is at the bottom of the screen.| 122 | currentIndex | number | Yes| Index of the current tab.| [all …]
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.3/ |
H A D | changelogs-arkui.md | 17 … versions, when the **animationDuration** attribute is set to **null**, no tab switching animation… 19 …se, when the tab bar is set to **BottomTabBarStyle**,no tab switching animation is played; when th… 35 Since API version 11, if you want to disable the tab switching animation, you must set **animationD…
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | multimodal-bottom-tab.md | 10 - Use bottom tabs only on level-1 screens to provide quick switch between different tab pages. 14 - Use the combination of an icon and a text for each bottom tab. When users touch a tab, the tab is… 18 - Use concise text on each bottom tab. 31 For details about the development guide related to the bottom tab, see [Tabs](../../application-dev…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.3/ |
H A D | changelogs-arkui.md | 64 …tab switching animation is displayed when a specific tab is clicked; if it is set to a value less … 69 …rsions, if **animationDuration** is not set, no tab switching animation is displayed when a specif… 70 …sion 11, if **animationDuration** is not set, a tab switching animation is displayed when a specif… 82 Before the change, if you do not want to display a tab switching animation when a specific tab is c… 83 After the change, if you do not want to display a tab switching animation when a specific tab is cl…
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/ |
H A D | net_link_info.h | 50 std::string ToString(const std::string &tab) const; 51 std::string ToStringAddr(const std::string &tab) const; 52 std::string ToStringDns(const std::string &tab) const; 53 std::string ToStringRoute(const std::string &tab) const;
|