Home
last modified time | relevance | path

Searched refs:IndexedBy (Results 1 - 25 of 29) sorted by relevance

12

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_query.h70 void IndexedBy(const RdbPredicateOperation& operation);
99 &RdbQuery::IndexedBy
H A Drdb_query.cpp320 void RdbQuery::IndexedBy(const RdbPredicateOperation& operation) in IndexedBy() function in OHOS::DistributedRdb::RdbQuery
322 predicates_->IndexedBy(operation.field_); in IndexedBy()
/foundation/distributeddatamgr/relational_store/frameworks/native/dataability/src/
H A Dpredicates_utils.cpp56 predicates->IndexedBy(index); in SetAttributes()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_share_adapter/include/
H A Drdb_utils.h125 static void IndexedBy(const OperationItem &item, RdbPredicates &predicates);
167 [DataShare::INDEXED_BY] = &RdbUtils::IndexedBy,
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_ability_adapter/src/
H A Drdb_data_ability_utils.cpp57 dataSharePredicates.IndexedBy(predicates.GetIndex()); in ToDataSharePredicates()
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_impl_rdbpredicatesproxy.h77 void IndexedBy(const char* field);
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_asset_rdbstore.cpp189 predicates.IndexedBy(PhotoColumn::PHOTO_SCHPT_DAY_INDEX); in AddQueryIndex()
193 predicates.IndexedBy(PhotoColumn::PHOTO_SCHPT_MEDIA_TYPE_INDEX); in AddQueryIndex()
197 predicates.IndexedBy(PhotoColumn::PHOTO_SCHPT_DAY_INDEX); in AddQueryIndex()
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H A Ddatashare_predicates_proxy.h70 static napi_value IndexedBy(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_share_adapter/src/
H A Drdb_utils.cpp202 void RdbUtils::IndexedBy(const DataShare::OperationItem &item, RdbPredicates &predicates) in IndexedBy() function in RdbUtils
204 predicates.IndexedBy(item.GetSingle(0)); in IndexedBy()
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbpredicatesproxy.cpp161 void RdbPredicatesImpl::IndexedBy(const char* field) in IndexedBy() function in OHOS::Relational::RdbPredicatesImpl
164 predicates_->IndexedBy(cfield); in IndexedBy()
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_abs_predicates.h238 * @brief The IndexedBy of the predicate.
242 virtual DataShareAbsPredicates *IndexedBy(const std::string &indexName) = 0;
H A Ddatashare_predicates.h365 * @brief The IndexedBy of the predicate.
369 DataSharePredicates *IndexedBy(const std::string &indexName) in IndexedBy() function in OHOS::DataShare::DataSharePredicates
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_rdb_predicates.cpp302 AbsRdbPredicates *AbsRdbPredicates::IndexedBy(const std::string &indexName) in IndexedBy() function in OHOS::NativeRdb::AbsRdbPredicates
305 return (AbsRdbPredicates *)AbsPredicates::IndexedBy(indexName); in IndexedBy()
H A Dabs_predicates.cpp447 AbsPredicates *AbsPredicates::IndexedBy(const std::string &indexName) in IndexedBy() function in OHOS::NativeRdb::AbsPredicates
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/dataability/include/
H A Dnapi_data_ability_predicates.h69 static napi_value IndexedBy(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/mock/include/
H A Dnapi_rdb_predicates.h88 static napi_value IndexedBy(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dabs_rdb_predicates.h225 * @brief Adds an IndexedBy condition to the remote AbsRdbPredicates.
229 API_EXPORT AbsRdbPredicates *IndexedBy(const std::string &indexName) override;
H A Dabs_predicates.h100 API_EXPORT virtual AbsPredicates *IndexedBy(const std::string &indexName);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_rdb_predicates.h88 static napi_value IndexedBy(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_predicates.h87 static napi_value IndexedBy(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H A Ddatashare_predicates_proxy.cpp67 DECLARE_NAPI_FUNCTION("indexedBy", IndexedBy), in CreateConstructor()
766 napi_value DataSharePredicatesProxy::IndexedBy(napi_env env, napi_callback_info info) in IndexedBy() function in OHOS::DataShare::DataSharePredicatesProxy
779 nativePredicates->IndexedBy(indexName); in IndexedBy()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/dataability/src/
H A Dnapi_data_ability_predicates.cpp61 DECLARE_NAPI_FUNCTION("indexedBy", IndexedBy), in Init()
594 napi_value DataAbilityPredicatesProxy::IndexedBy(napi_env env, napi_callback_info info) in IndexedBy() function in OHOS::DataAbilityJsKit::DataAbilityPredicatesProxy
600 NAPI_ASSERT(env, argc > 0, "DataAbilityPredicatesProxy::IndexedBy Invalid argvs!"); in IndexedBy()
607 nativePredicates->IndexedBy(indexName); in IndexedBy()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_predicates.cpp62 DECLARE_NAPI_FUNCTION("indexedBy", IndexedBy), in Init()
646 napi_value RdbPredicatesProxy::IndexedBy(napi_env env, napi_callback_info info) in IndexedBy() function in OHOS::RelationalStoreJsKit::RdbPredicatesProxy
652 predicatesProxy->GetInstance()->IndexedBy(indexName); in IndexedBy()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_predicates.cpp69 DECLARE_NAPI_FUNCTION("indexedBy", IndexedBy), in Init()
688 napi_value RdbPredicatesProxy::IndexedBy(napi_env env, napi_callback_info info) in IndexedBy() function in OHOS::RdbJsKit::RdbPredicatesProxy
695 predicatesProxy->predicates_->IndexedBy(indexName); in IndexedBy()
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_album_napi.cpp464 context->predicates.IndexedBy(PhotoColumn::PHOTO_HIDDEN_TIME_INDEX); in ParseArgsGetPhotoAssets()

Completed in 26 milliseconds

12