Home
last modified time | relevance | path

Searched defs:maxStr (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_version_util.c188 const char *maxStr = GetStringFromJson(jsonObj, FIELD_CURRENT_VERSION); in GetVersionFromJson() local
208 char maxStr[TMP_VERSION_STR_LEN] = { 0 }; in AddVersionToJson() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dslider_tdd_test.cpp80 const char* maxStr = "max"; in ComponentSliderAttributeMaxTest002() local
/ohos5.0/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_baselib_utils_test.cpp290 uint8_t *maxStr = (uint8_t *)MALLOC(sizeof(uint8_t) * maxStrLen); variable
/ohos5.0/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_session.c196 char maxStr[TMP_VERSION_STR_LEN] = { 0 }; in AddVersionToJson() local
226 const char *maxStr = GetStringFromJson(jsonObj, FIELD_SDK_CURRENT_VERSION); in GetVersionFromJson() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_cloud_syncable_storage_test.cpp467 const string maxStr(DBConstant::MAX_KEY_SIZE + 1, 'k'); variable