Home
last modified time | relevance | path

Searched refs:chains (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/model/
H A Dnetwork_config.cpp21 SetValue(node[GET_NAME(chains)], chains); in Marshal()
30 GetValue(node, GET_NAME(chains), chains); in Unmarshal()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dconfig_factory_test.cpp102 …std::vector<std::string> chains{ "loadBalance", "authentication", "traffic-control", "router", "tr… variable
104 ASSERT_EQ(networks->chains, chains);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.cpp731 std::unordered_map<std::string, ChainParam>& chains = in RecordOffsetInChain() local
762 std::unordered_map<std::string, ChainParam>& chains = in CalcOffsetInChain() local
764 if (chains[chainName].isCalculated) { in CalcOffsetInChain()
767 auto itemCount = chains[chainName].ids.size(); in CalcOffsetInChain()
793 chains[chainName].isCalculated = true; in CalcOffsetInChain()
885 std::unordered_map<std::string, ChainParam> &chains = in InitRemainingSpace() local
897 chains[chainName].remainingSpace += end - start; in InitRemainingSpace()
898 chains[chainName].isWeightCalculated = true; in InitRemainingSpace()
916 std::unordered_map<std::string, ChainParam> &chains = in CalcChainWeightSize() local
918 if (!chains[chainName].isWeightCalculated) { in CalcChainWeightSize()
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/model/
H A Dnetwork_config.h24 std::vector<std::string> chains;
/ohos5.0/base/security/certificate_framework/
H A DREADME-en.md4 …ions, and certificate revocation lists (CRLs), and verifying certificate chains. You can use the A…
13 … including parsing certificates, certificate extensions, and CRLs and verifying certificate chains.
/ohos5.0/docs/en/application-dev/performance/
H A Dapplication-performance-analysis.md31 …call chains of the functions represented by the time bar or time range. The right pane, **Heaviest…
103 …me graph. From this view you can initially see the end functions of call chains and their self tim…
105 …t, you can find its complete call chain, which may contain multiple call chains, all of which the …
125 … graph. From this view you can initially see the start functions of call chains and their total ti…
127 …t, you can find its complete call chain, which may contain multiple call chains, all of which star…
/ohos5.0/docs/en/application-dev/reference/apis-mdm-kit/
H A Djs-apis-enterprise-networkManager.md698chains to which the rule applies.<br>This parameter is mandatory when you add a firewall rule. If …
699 …is optional when a firewall rule is removed. If it is not specified, all chains that match the [Ac…
713 …If it is not specified when you remove a domain name filtering rule, all chains that match the [Ac…
717 Direction chains to which the rule applies.
H A Djs-apis-enterprise-networkManager-sys.md1113 | direction | [Direction](js-apis-enterprise-networkManager.md#direction) | Yes | Direction chains
1131 …ion](js-apis-enterprise-networkManager.md#direction) | Yes | Direction chains to which the rule …
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-location.md202 …ls, see [RelativeContainer Example 7](ts-container-relativecontainer.md#example-7-creating-chains).
223 …s, see [RelativeContainer Example 7](ts-container-relativecontainer.md#example-7-creating-chains).|
224 …s, see [RelativeContainer Example 7](ts-container-relativecontainer.md#example-7-creating-chains).|
225 …s, see [RelativeContainer Example 7](ts-container-relativecontainer.md#example-7-creating-chains).|
H A Dts-container-relativecontainer.md557 …ation.md#chainmode12) API to create horizontal chains, including [SPREAD, SPREAD_INSIDE, and PACKE…
/ohos5.0/docs/en/application-dev/security/DeviceCertificateKit/
H A Dcreate-verify-cerchainvalidator-object.md27 …amework provides a **CertChainValidator** object to validate certificate chains. However, the **Ce…
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Darkts-module-side-effects.md220 Some third-party libraries or frameworks may modify built-in global objects or prototype chains to …
/ohos5.0/docs/en/design/
H A DOpenHarmony-API-quality.md351 … On the contrary, if there are complex inter-module dependencies or call chains with opposite dire…
/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-v5.0-beta1.md308 …age editing NDK interface is open, supporting pipeline orchestration, effectors, and filter chains.