Home
last modified time | relevance | path

Searched refs:CLOUD_PRIVILEGE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/
H A Dcloud_db_constant.h43 static constexpr const char *CLOUD_PRIVILEGE = "cloud_privilege"; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dschema_meta.h62 static constexpr const char *CLOUD_PRIVILEGE = "cloud_privilege"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dschema_mgr.cpp187 … Field privilegeField = { CloudDbConstant::CLOUD_PRIVILEGE, TYPE_INDEX<std::string>, false, true }; in SetCloudDbSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparam_check_utils.cpp296 field.colName == CloudDbConstant::CLOUD_PRIVILEGE) { in CheckSharedTableName()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp1025 Field privilegeField = { CloudDbConstant::CLOUD_PRIVILEGE, TYPE_INDEX<std::string> }; in PrepareSharedTable()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp630 createTableSql += CloudDbConstant::CLOUD_PRIVILEGE; in CreateSharedTable()