Home
last modified time | relevance | path

Searched refs:CheckSharedTableName (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dparam_check_utils.h61 static bool CheckSharedTableName(const DataBaseSchema &schema);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparam_check_utils.cpp267 bool ParamCheckUtils::CheckSharedTableName(const DataBaseSchema &schema) in CheckSharedTableName() function in DistributedDB::ParamCheckUtils
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_delegate_impl.cpp250 if (!ParamCheckUtils::CheckSharedTableName(cloudSchema)) { in SetCloudDbSchema()