Home
last modified time | relevance | path

Searched defs:MAX_KEY_LENGTH (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/security/device_auth/services/session_manager/inc/session/v1/compatible_auth_sub_session/
H A Dcompatible_auth_sub_session_common.h22 #define MAX_KEY_LENGTH 1024 macro
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_utils.h28 static constexpr uint32_t MAX_KEY_LENGTH = 1024; variable
/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences.h71 PREF_API_EXPORT static constexpr uint32_t MAX_KEY_LENGTH = 1024; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/distributeddb/distributeddataservice/adapter/autils/
H A Dconstant.h110 KVSTORE_API static const size_t MAX_KEY_LENGTH; variable
H A Dconstant.cpp46 const size_t Constant::MAX_KEY_LENGTH = 1024; member in OHOS::DistributedKv::Constant
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_const_properties.cpp36 constexpr int32_t MAX_KEY_LENGTH = 1024; in ExportConstants() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_const_properties.cpp47 constexpr int32_t MAX_KEY_LENGTH = 1024; in ExportConstants() local
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddns_config_client.h44 #define MAX_KEY_LENGTH (MAX_HOST_NAME_LEN + 1 + MAX_SERVER_LENGTH + 1 + sizeof(uint32_t) * 4 + 3 + … macro
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/system_storage/src/
H A Dnapi_system_storage.cpp42 static constexpr uint32_t MAX_KEY_LENGTH = 32; variable
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetsys_client.c144 char key[static MAX_KEY_LENGTH]) in MakeKey()
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dtypes.h201 static constexpr size_t MAX_KEY_LENGTH = 1024; member
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences.cpp33 #define MAX_KEY_LENGTH Preferences::MAX_KEY_LENGTH macro
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences.cpp34 #define MAX_KEY_LENGTH Preferences::MAX_KEY_LENGTH macro
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage.cpp33 #define MAX_KEY_LENGTH Preferences::MAX_KEY_LENGTH macro