/ohos5.0/base/security/huks/test/unittest/huks_common_test/include/ |
H A D | hks_test_common_h.h | 40 bool setPadding; \ 73 bool setPadding; member 85 bool setPadding; member 276 bool setPadding; member
|
/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/ |
H A D | hks_test_cipher_func.cpp | 50 encryptStructTest->cipherParms->setPadding, encryptStructTest->cipherParms->padding in EncryptTest() 74 encryptStructTest->cipherParms->setPadding, encryptStructTest->cipherParms->padding, in EncryptTest() 111 decryptStruct->cipherParms->decryptParamSetParams.setPadding, in DecryptCipherTest() 123 decryptStruct->cipherParms->decryptParamSetParams.setPadding, in DecryptCipherTest() 154 onlyDecryptStruct->cipherParms->setPadding, onlyDecryptStruct->cipherParms->padding in Decrypt() 178 onlyDecryptStruct->cipherParms->setPadding, onlyDecryptStruct->cipherParms->padding, in Decrypt()
|
H A D | hks_modify_key_test_func.cpp | 61 encryptStruct->cipherParms->setPadding, encryptStruct->cipherParms->padding, in Encrypt() 93 decryptStruct->cipherParms->decryptParamSetParams.setPadding, in DecryptCipher() 125 genKeyParamSetParams->setPadding, genKeyParamSetParams->padding, in GenerateKeyTwo()
|
H A D | hks_test_common_func.cpp | 115 if (paramStruct->setPadding) { in TestGenerateKeyParamSetPre() 201 paramStruct->setPadding, paramStruct->padding, in TestConstructRsaCipherParamSet() 230 if (paramStruct->setPadding) { in TestAesCipherParamSetPre() 553 genKeyParamSetParams->setPadding, genKeyParamSetParams->padding, in GenerateKey() 708 genKeyParam.paramSetParams.setPadding, genKeyParam.paramSetParams.padding, in TestGenDefaultKeyAndGetAlias()
|
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/ |
H A D | hks_generate_key_test.cpp | 101 …g_testGenKeyParams[index].paramSetParams.setPadding, g_testGenKeyParams[index].paramSetParams.padd…
|
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/ |
H A D | hks_generate_key_test.c | 103 …g_testGenKeyParams[index].paramSetParams.setPadding, g_testGenKeyParams[index].paramSetParams.padd… in LITE_TEST_CASE()
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/ |
H A D | hks_generate_key_test.cpp | 99 …g_testGenKeyParams[index].paramSetParams.setPadding, g_testGenKeyParams[index].paramSetParams.padd…
|
H A D | hks_safe_compare_key_test.cpp | 94 …g_testGenKeyParams[index].paramSetParams.setPadding, g_testGenKeyParams[index].paramSetParams.padd… in SafeTestGenerateKey()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkToggle.ts | 216 getUINativeModule().toggle.setPadding(node, top, right, bottom, left);
|
H A D | ArkTextArea.ts | 777 …getUINativeModule().textArea.setPadding(node, this.value.top, this.value.right, this.value.bottom,…
|
H A D | ArkTextInput.ts | 873 …getUINativeModule().textInput.setPadding(node, this.value.top, this.value.right, this.value.bottom…
|
H A D | ArkComponent.ts | 2339 getUINativeModule().common.setPadding(node, this.value.top,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 174 …void (*setPadding)(ArkUINodeHandle node, const struct ArkUISizeType* top, const struct ArkUISizeTy… member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 4116 GetArkUINodeModifiers()->getCommonModifier()->setPadding(nativeNode, in SetPadding() 4128 …GetArkUINodeModifiers()->getCommonModifier()->setPadding(nativeNode, &top, &right, &bottom, &left); in SetPadding()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 2164 …getUINativeModule().common.setPadding(node, this.value.top, this.value.right, this.value.bottom, t… 12678 …getUINativeModule().textArea.setPadding(node, this.value.top, this.value.right, this.value.bottom,… 14306 …getUINativeModule().textInput.setPadding(node, this.value.top, this.value.right, this.value.bottom… 17925 getUINativeModule().toggle.setPadding(node, top, right, bottom, left);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1670 …void (*setPadding)(ArkUINodeHandle node, const struct ArkUISizeType* top, const struct ArkUISizeTy… member
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 977 fullImpl->getNodeModifiers()->getCommonModifier()->setPadding( in SetPadding() 3449 …fullImpl->getNodeModifiers()->getCommonModifier()->setPadding(node->uiNodeHandle, &top, &right, &b… in SetPaddingPercent()
|