Home
last modified time | relevance | path

Searched refs:MAX_APP_ID_LENGTH (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h60 static constexpr uint64_t MAX_APP_ID_LENGTH = 128; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Druntime_config.cpp37 if (appId.size() > DBConstant::MAX_APP_ID_LENGTH || appId.empty() || in SetProcessLabel()
H A Dkv_store_delegate_manager.cpp437 if (appId.size() > DBConstant::MAX_APP_ID_LENGTH || appId.empty() || in SetProcessLabel()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparam_check_utils.cpp82 if (appId.empty() || appId.length() > DBConstant::MAX_APP_ID_LENGTH) { in CheckStoreParameter()