Home
last modified time | relevance | path

Searched defs:indexName (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery.cpp76 Query &Query::SuggestIndex(const std::string &indexName) in SuggestIndex()
H A Dquery_expression.cpp223 void QueryExpression::QueryBySuggestIndex(const std::string &indexName) in QueryBySuggestIndex()
H A Dschema_object.cpp711 const IndexName &indexName = indexPathVec.front(); in ParseCheckEachIndexFromStringArray() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Ddb_upgrade_utils.cpp119 for (auto &indexName : uniqueIndexNames) { in DropAllUniqueIndex() local
/ohos5.0/base/security/security_guard/test/unittest/mock/rdb/
H A Drdb_predicates.h55 virtual AbsPredicates *IndexedBy(std::string indexName) {return nullptr;}; in IndexedBy()
94 virtual AbsPredicates *IndexedBy(std::string indexName) {return nullptr;}; in IndexedBy()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_index_optimize_test.cpp75 bool CheckIndexFromDbFile(const::std::string &filePath, const std::string &indexName) in CheckIndexFromDbFile()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_rdb_predicates.cpp302 AbsRdbPredicates *AbsRdbPredicates::IndexedBy(const std::string &indexName) in IndexedBy()
H A Dabs_predicates.cpp447 AbsPredicates *AbsPredicates::IndexedBy(const std::string &indexName) in IndexedBy()
H A Dsqlite_sql_builder.cpp88const std::string &indexName, const std::string &orderBy, const int &limit, const int &offset, std… in BuildQueryString()
H A Drdb_store.cpp223 const std::string &indexName, const std::string &orderBy, const int &limit, const int &offset) in Query()
/ohos5.0/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_predicates.h369 DataSharePredicates *IndexedBy(const std::string &indexName) in IndexedBy()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp751 std::string indexName; in GetSchemaIndexList() local
769 int AnalysisSchemaIndexDefine(sqlite3 *db, const std::string &indexName, CompositeFields &indexDefi… in AnalysisSchemaIndexDefine()
808 for (const auto &indexName : indexList) { in AnalysisSchemaIndex() local
1309 std::string indexName = SchemaUtils::FieldPathString(name); in IncreaseIndex() local
1354 std::string indexName = SchemaUtils::FieldPathString(name); in DecreaseIndex() local
H A Dsqlite_query_helper.cpp809 IndexName indexName; in CheckAndFormatSuggestIndex() local
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_rdb.h95 …const std::vector<ValueObject>& bindArgs, const std::string& groupBy, const std::string& indexName, in Query()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp337 void TableInfo::AddIndexDefine(const std::string &indexName, const CompositeFields &indexDefine) in AddIndexDefine()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
H A Dnotification_rdb_data_mgr_test.cpp108 const std::string &indexName = "", const std::string &orderBy = "",
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H A Ddatashare_predicates_proxy.cpp773 …std::string indexName = DataShareJSUtils::Convert2String(env, args[0], DataShareJSUtils::DEFAULT_B… in IndexedBy() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/dataability/src/
H A Dnapi_data_ability_predicates.cpp595 std::string indexName; in IndexedBy() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_predicates.cpp684 std::string indexName = ""; in IndexedBy() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_predicates.cpp641 std::string indexName = ""; in IndexedBy() local