Home
last modified time | relevance | path

Searched refs:setPadding (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_common_test/include/
H A Dhks_test_common_h.h40 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 Dhks_test_cipher_func.cpp50 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 Dhks_modify_key_test_func.cpp61 encryptStruct->cipherParms->setPadding, encryptStruct->cipherParms->padding, in Encrypt()
93 decryptStruct->cipherParms->decryptParamSetParams.setPadding, in DecryptCipher()
125 genKeyParamSetParams->setPadding, genKeyParamSetParams->padding, in GenerateKeyTwo()
H A Dhks_test_common_func.cpp115 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 Dhks_generate_key_test.cpp101 …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 Dhks_generate_key_test.c103 …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 Dhks_generate_key_test.cpp99 …g_testGenKeyParams[index].paramSetParams.setPadding, g_testGenKeyParams[index].paramSetParams.padd…
H A Dhks_safe_compare_key_test.cpp94 …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 DArkToggle.ts216 getUINativeModule().toggle.setPadding(node, top, right, bottom, left);
H A DArkTextArea.ts777 …getUINativeModule().textArea.setPadding(node, this.value.top, this.value.right, this.value.bottom,…
H A DArkTextInput.ts873 …getUINativeModule().textInput.setPadding(node, this.value.top, this.value.right, this.value.bottom…
H A DArkComponent.ts2339 getUINativeModule().common.setPadding(node, this.value.top,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h174 …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 Darkts_native_common_bridge.cpp4116 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 DarkComponent.js2164 …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 Darkoala_api.h1670 …void (*setPadding)(ArkUINodeHandle node, const struct ArkUISizeType* top, const struct ArkUISizeTy… member
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp977 fullImpl->getNodeModifiers()->getCommonModifier()->setPadding( in SetPadding()
3449 …fullImpl->getNodeModifiers()->getCommonModifier()->setPadding(node->uiNodeHandle, &top, &right, &b… in SetPaddingPercent()