/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
H A D | distributed_test_tools.h | 128 int keyLength; member 144 : putGetTimes(putGetTimes), keyLength(keyLength), valueLength(valueLength), in PerformanceData() 208 int keyLength; member 216 keyLength(keyLength), valueLength(valueLength), in KvPerfData() 246 int keyLength; member 259 int keyLength; member 264 keyLength(keyLength), valueLength(valueLength) in KvBackupPerfData() 280 unsigned int keyLength; member 288 : testCnt(testCnt), keyLength(keyLength), valueLength(valueLength), in NbGalleryPerfData() 295 unsigned int keyLength; member [all …]
|
H A D | distributeddb_schema_test_tools.h | 246 unsigned int keyLength; member 249 …RecordInfo(uint8_t keyFilledChr, unsigned int keyLength, uint8_t valueFilledChr, unsigned int valu… in RecordInfo() 250 …: keyFilledChr(keyFilledChr), keyLength(keyLength), valueFilledChr(valueFilledChr), valueLength(va… in RecordInfo()
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_private_command_capi.cpp | 21 InputMethod_PrivateCommand *OH_PrivateCommand_Create(char key[], size_t keyLength) in OH_PrivateCommand_Create() argument 23 return new InputMethod_PrivateCommand({ std::string(key, keyLength), false }); in OH_PrivateCommand_Create() 33 …rorCode OH_PrivateCommand_SetKey(InputMethod_PrivateCommand *command, char key[], size_t keyLength) in OH_PrivateCommand_SetKey() argument 43 command->key = std::string(key, keyLength); in OH_PrivateCommand_SetKey() 79 … OH_PrivateCommand_GetKey(InputMethod_PrivateCommand *command, const char **key, size_t *keyLength) in OH_PrivateCommand_GetKey() argument 89 if (keyLength == nullptr) { in OH_PrivateCommand_GetKey() 94 *keyLength = command->key.length(); in OH_PrivateCommand_GetKey()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributed_test_tools.cpp | 901 int keyLength, DistributedTestSysInfo &si) argument 920 int keyLength, DistributedTestSysInfo &si) argument 939 int keyLength, DistributedTestSysInfo &si) argument 958 int keyLength, DistributedTestSysInfo &si) argument 998 int keyLength = performanceData.keyLength; local 1038 int keyLength = performanceData.keyLength; local 1090 int keyLength = performanceData.keyLength; local 1145 int keyLength = performanceData.keyLength; local 1198 int keyLength = performanceData.keyLength; local 1247 int keyLength = performanceData.keyLength; local [all …]
|
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/ |
H A D | inputmethod_private_command_capi.h | 62 InputMethod_PrivateCommand *OH_PrivateCommand_Create(char key[], size_t keyLength); 82 …orCode OH_PrivateCommand_SetKey(InputMethod_PrivateCommand *command, char key[], size_t keyLength); 135 InputMethod_PrivateCommand *command, const char **key, size_t *keyLength);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | inputmethod__private__command__capi_8h.md | 31 …_Create](_input_method.md#oh_privatecommand_create) (char key[], size_t keyLength) | 创建一个新的[InputM… 33 …put_method.md#inputmethod_privatecommand) \*command, char key[], size_t keyLength) | 设置[InputMetho… 37 ….md#inputmethod_privatecommand) \*command, const char \*\*key, size_t \*keyLength) | 从[InputMethod…
|
H A D | _input_method.md | 96 …H_PrivateCommand_Create](#oh_privatecommand_create) (char key[], size_t keyLength) | 创建一个新的[InputM… 98 …vateCommand](#inputmethod_privatecommand) \*command, char key[], size_t keyLength) | 设置[InputMetho… 102 …d](#inputmethod_privatecommand) \*command, const char \*\*key, size_t \*keyLength) | 从[InputMethod… 1357 InputMethod_PrivateCommand* OH_PrivateCommand_Create (char key[], size_t keyLength ) 1371 | keyLength | key长度。 | 1460 …rivateCommand_GetKey (InputMethod_PrivateCommand * command, const char ** key, size_t * keyLength ) 1475 | keyLength | key长度。 | 1612 …Code OH_PrivateCommand_SetKey (InputMethod_PrivateCommand * command, char key[], size_t keyLength ) 1627 | keyLength | key长度。 |
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | inputmethod_controller_capi_test.cpp | 1147 size_t keyLength = strlen(key); variable 1148 auto ret = OH_PrivateCommand_SetKey(nullptr, nullptr, keyLength); 1150 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, keyLength); 1152 ret = OH_PrivateCommand_SetKey(command, nullptr, keyLength); 1193 size_t keyLength = strlen(key); variable 1209 size_t keyLength = strlen(key); variable 1232 size_t keyLength = strlen(key); variable 1249 size_t keyLength = strlen(key); variable 1273 size_t keyLength = strlen(key); variable 1297 size_t keyLength = strlen(key); variable [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/ |
H A D | inputmethod__private__command__capi_8h.md | 31 …_Create](_input_method.md#oh_privatecommand_create) (char key[], size_t keyLength) | Creates an [I… 33 …put_method.md#inputmethod_privatecommand) \*command, char key[], size_t keyLength) | Sets the key … 37 ….md#inputmethod_privatecommand) \*command, const char \*\*key, size_t \*keyLength) | Obtains the k…
|
/ohos5.0/base/startup/init/services/param/manager/ |
H A D | param_persist.c | 84 int ret = memcpy_s(name, PARAM_NAME_LEN_MAX - 1, entry->data, entry->keyLength); in SavePersistParam() 86 name[entry->keyLength] = '\0'; in SavePersistParam() 88 (PERSIST_SAVE_HANDLE)cookie, name, entry->data + entry->keyLength + 1); in SavePersistParam()
|
H A D | param_manager.c | 50 …if ((param->keyLength != nameLength) || (strncmp(param->data, name, nameLength) != 0)) { // compa… in SystemCheckMatchParamWait() 140 entry->commitId, entry->keyLength, entry->valueLength, entry->data); in DumpTrieDataNodeTraversal() 453 …PARAM_CHECK(entry->keyLength == strlen(name), return PARAM_CODE_INVALID_NAME, "Failed to check nam… in UpdateParam() 459 …int ret = PARAM_MEMCPY(entry->data + entry->keyLength + 1, PARAM_VALUE_LEN_MAX, value, valueLen + … in UpdateParam() 627 …PARAM_CHECK(length > entry->keyLength, return -1, "Invalid param size %u %u", entry->keyLength, le… in ReadParamName() 628 int ret = PARAM_MEMCPY(name, length, entry->data, entry->keyLength); in ReadParamName() 630 name[entry->keyLength] = '\0'; in ReadParamName()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/ |
H A D | app_style_item.cpp | 23 uint8_t AppStyleItem::EstimatePseudoClassType(const char * const styleKey, uint16_t *keyLength) in EstimatePseudoClassType() argument 41 *keyLength = (uint16_t)(p - styleKey); in EstimatePseudoClassType()
|
H A D | app_style_item.h | 187 static uint8_t EstimatePseudoClassType(const char * const styleKey, uint16_t *keyLength);
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_basic_base.cpp | 120 const std::string& str, const std::string& key, int keyLength, int value) in GetContextAttr() argument 124 string itemVar = str.substr(item + keyLength, value); in GetContextAttr()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_drag_modifier.cpp | 111 int32_t keyLength = static_cast<int32_t>(it->first.length()); in SetDragEventProperty() local 112 maxLength = std::max(maxLength, keyLength); in SetDragEventProperty() 299 int32_t keyLength = static_cast<int32_t>(it->first.length()); in SetOnDragEnd() local 300 maxLength = std::max(maxLength, keyLength); in SetOnDragEnd()
|
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | use-jsvm-about-property.md | 377 size_t keyLength; 378 OH_JSVM_GetValueStringUtf8(env, str, strKey, 32, &keyLength); 434 size_t keyLength; 435 OH_JSVM_GetValueStringUtf8(env, args[1], strKey, 32, &keyLength); 485 size_t keyLength; 486 OH_JSVM_GetValueStringUtf8(env, args[1], strKey, 32, &keyLength);
|
H A D | use-napi-about-property.md | 399 size_t keyLength; 400 napi_get_value_string_utf8(env, str, strKey, strLength, &keyLength); 455 size_t keyLength; 456 napi_get_value_string_utf8(env, args[1], strKey, strLength, &keyLength); 521 size_t keyLength; 522 napi_get_value_string_utf8(env, args[1], strKey, strLength, &keyLength);
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_related/auth/iso_auth_task/ |
H A D | iso_auth_task_common.h | 30 int32_t keyLength; member
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl_rendering_context_basic_base.h | 80 …std::string GetContextAttr(const std::string& str, const std::string& key, int keyLength, int valu…
|
/ohos5.0/base/startup/init/services/param/base/ |
H A D | param_base.h | 66 … int ret = PARAM_MEMCPY(value, *length, entry->data + entry->keyLength + 1, entry->valueLength); in ReadParamValue_()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/test/unittest/common/ |
H A D | dfx_tdd_test.cpp | 711 uint16_t keyLength = 0; in DfxTest005() local 712 char *keyName = MallocStringOf(domId, &keyLength); in DfxTest005()
|
/ohos5.0/base/startup/init/services/param/include/ |
H A D | param_common.h | 79 uint8_t keyLength; member
|
/ohos5.0/base/security/huks/utils/crypto_adapter/ |
H A D | hks_client_service_adapter.c | 62 uint32_t keyLength = (uint32_t)length; in EvpKeyToX509Format() local 63 uint8_t *key = (uint8_t *)HksMalloc(keyLength); in EvpKeyToX509Format() 68 if ((uint32_t)i2d_PUBKEY(pkey, &tmp) != keyLength) { in EvpKeyToX509Format() 74 x509Key->size = keyLength; in EvpKeyToX509Format()
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-jsvm-about-property.md | 377 size_t keyLength; 378 OH_JSVM_GetValueStringUtf8(env, str, strKey, 32, &keyLength); 434 size_t keyLength; 435 OH_JSVM_GetValueStringUtf8(env, args[1], strKey, 32, &keyLength); 485 size_t keyLength; 486 OH_JSVM_GetValueStringUtf8(env, args[1], strKey, 32, &keyLength);
|
H A D | use-napi-about-property.md | 399 size_t keyLength; 400 napi_get_value_string_utf8(env, str, strKey, strLength, &keyLength); 455 size_t keyLength; 456 napi_get_value_string_utf8(env, args[1], strKey, strLength, &keyLength); 521 size_t keyLength; 522 napi_get_value_string_utf8(env, args[1], strKey, strLength, &keyLength);
|