/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/model/ |
H A D | network_config.cpp | 21 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 D | config_factory_test.cpp | 102 …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 D | relative_container_layout_algorithm.cpp | 731 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 D | network_config.h | 24 std::vector<std::string> chains;
|
/ohos5.0/base/security/certificate_framework/ |
H A D | README-en.md | 4 …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 D | application-performance-analysis.md | 31 …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 D | js-apis-enterprise-networkManager.md | 698 …chains 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 D | js-apis-enterprise-networkManager-sys.md | 1113 | 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 D | ts-universal-attributes-location.md | 202 …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 D | ts-container-relativecontainer.md | 557 …ation.md#chainmode12) API to create horizontal chains, including [SPREAD, SPREAD_INSIDE, and PACKE…
|
/ohos5.0/docs/en/application-dev/security/DeviceCertificateKit/ |
H A D | create-verify-cerchainvalidator-object.md | 27 …amework provides a **CertChainValidator** object to validate certificate chains. However, the **Ce…
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkts-module-side-effects.md | 220 Some third-party libraries or frameworks may modify built-in global objects or prototype chains to …
|
/ohos5.0/docs/en/design/ |
H A D | OpenHarmony-API-quality.md | 351 … On the contrary, if there are complex inter-module dependencies or call chains with opposite dire…
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v5.0-beta1.md | 308 …age editing NDK interface is open, supporting pipeline orchestration, effectors, and filter chains.
|