Home
last modified time | relevance | path

Searched refs:Expand (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/security/CryptoArchitectureKit/
H A Dcrypto-key-derivation-overview.md23 HKDF(HMAC-based Extract-and-Expand Key Derivation Function,是基于[HMAC](crypto-compute-mac.md))消息身份验证代…
25 HKDF包含俩个基本模块,提取(Extract)、拓展(Expand)。
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/
H A Dcrypto-key-derivation-overview.md23 HMAC-based Extract-and-Expand Key Derivation Function (HKDF) is a simple key derivation function (K…
25 HKDF consists of two modules: HKDF-Extract and HKDF-Expand.
27 HKDF-Expand: expands the PRK to a key of the specified length.
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-container-list-item-group.md72 <button type="capsule" value="Expand first" onclick="expandOne"></button>
76 <button type="capsule" value="Expand all" onclick="expandAll"></button>
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-container-list-item-group.md73 <button type="capsule" value="Expand first" onclick="expandOne"></button>
77 <button type="capsule" value="Expand all" onclick="expandAll"></button>
/ohos5.0/foundation/arkui/advanced_ui_component/source/TreeView/
H A DTreeView.ets393 Expand = 0,
475 if (nodeStatus == NodeStatus.Expand) {
1469 if (this.expandAndCollapseInfo.get(nodeId) == NodeStatus.Expand) {
1473 this.expandAndCollapseInfo.set(nodeId, NodeStatus.Expand);
1503 if (rootNodeStatus == NodeStatus.Expand) {
1508 if(this.expandAndCollapseInfo.get(nodeId) == NodeStatus.Expand) {
1614 this.expandAndCollapseInfo.set(addNodeInfo.getNodeParentNodeId(), NodeStatus.Expand);
2366 if (this.expandAndCollapseInfo.get(rearCurrentNodeId) == NodeStatus.Expand) {
2378 this.expandAndCollapseInfo.set(rearCurrentNodeId, NodeStatus.Expand);
2419 if (this.expandAndCollapseInfo.get(node.currentNodeId) == NodeStatus.Expand) {
[all …]
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-graphics-simulator-guide.md77 Expand the project tree.
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dparser.cpp43 if (!ast_->Expand()) { in Parse()
H A Dast.h292 bool Expand();
H A Dast.cpp965 bool Ast::Expand() in Expand() function in Ast
/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/
H A Dtreeview.js291 e[e.Expand=0] = "Expand";
372 …e == I.Expand ? this.imageCollapseSource = this.imageCollapseDownSource : e == I.Collapse && (this…
2716 if (this.listNodeDataSource.getExpandAndCollapseInfo(l) == I.Expand) {
/ohos5.0/docs/en/application-dev/performance/
H A Dperformance-optimization-using-smartperf-host.md261 Expand the lane of the corresponding application and locate the time frame in which the application…
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-shared-element-transition.md64 2. Expand the component to be expanded. Use state variables to control the disappearance or appeara…
92 Text('Expand')
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/source/
H A Dtreeview.ets1378 /* Expand insert node. */