Home
last modified time | relevance | path

Searched refs:keyLength (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributed_test_tools.h128 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 Ddistributeddb_schema_test_tools.h246 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 Dinputmethod_private_command_capi.cpp21 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 Ddistributed_test_tools.cpp901 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 Dinputmethod_private_command_capi.h62 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 Dinputmethod__private__command__capi_8h.md31 …_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.md96 …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 Dinputmethod_controller_capi_test.cpp1147 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 Dinputmethod__private__command__capi_8h.md31 …_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 Dparam_persist.c84 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 Dparam_manager.c50 …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 Dapp_style_item.cpp23 uint8_t AppStyleItem::EstimatePseudoClassType(const char * const styleKey, uint16_t *keyLength) in EstimatePseudoClassType() argument
41 *keyLength = (uint16_t)(p - styleKey); in EstimatePseudoClassType()
H A Dapp_style_item.h187 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 Dwebgl_rendering_context_basic_base.cpp120 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 Dnode_drag_modifier.cpp111 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 Duse-jsvm-about-property.md377 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 Duse-napi-about-property.md399 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 Diso_auth_task_common.h30 int32_t keyLength; member
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_basic_base.h80 …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 Dparam_base.h66 … 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 Ddfx_tdd_test.cpp711 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 Dparam_common.h79 uint8_t keyLength; member
/ohos5.0/base/security/huks/utils/crypto_adapter/
H A Dhks_client_service_adapter.c62 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 Duse-jsvm-about-property.md377 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 Duse-napi-about-property.md399 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);

12