Home
last modified time | relevance | path

Searched refs:LIKE (Results 1 - 16 of 16) sorted by relevance

/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_predicates_def.h56 /** Indicates the parameters is LIKE.*/
57 LIKE, enumerator
H A Ddatashare_predicates.h256 SetOperationList(LIKE, field, value); in Like()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_query_test.cpp121 predicates.AddOperation(DistributedRdb::RdbPredicateOperator::LIKE, "test", values); in HWTEST_F()
168 predicates.AddOperation(DistributedRdb::RdbPredicateOperator::LIKE, "test", values); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dkv_utils.h94 [DataShare::LIKE] = &KvUtils::Like,
H A Ddata_query.h498 static const char * const LIKE; member in OHOS::DistributedKv::DataQuery
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery_expression.h47 LIKE = 0x0201, member in DistributedDB::QueryObjType
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_share_adapter/include/
H A Drdb_utils.h154 [DataShare::LIKE] = &RdbUtils::Like,
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_types.h175 LIKE, enumerator
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_query_test.cpp154 std::list<QueryObjNode> result = CreateCheckList(QueryObjType::LIKE, TEST_FIELD_NAME, testValue); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddata_query.cpp32 const char * const DataQuery::LIKE = "^LIKE"; member in OHOS::DistributedKv::DataQuery
480 AppendCommonString(LIKE, myField, myValue); in Like()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery_expression.cpp143 AssemblyQueryInfo(QueryObjType::LIKE, field, QueryValueType::VALUE_TYPE_STRING, fieldValues); in Like()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_rdb_predicates.cpp284 predicates_.AddOperation(DistributedRdb::LIKE, field, value); in Like()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dquery_helper.cpp96 } else if (keyword == DataQuery::LIKE) { in Handle()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_query_helper.cpp53 {QueryObjType::LIKE, " LIKE "}, member in DistributedDB::__anon8099::QueryObjType
54 {QueryObjType::NOT_LIKE, " NOT LIKE "},
859 conditionStr += "(hex(" + accessStr + "key) LIKE '" + DBCommon::VectorToHexString(prefixKey_) + "%')"; in GetSubscribeCondition()
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_medialibrary_napi_utils.cpp895 case OHOS::DataShare::OperationType::LIKE : { in IsFeaturedSinglePortraitAlbum()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedialibrary_napi_utils.cpp980 case OHOS::DataShare::OperationType::LIKE : { in IsFeaturedSinglePortraitAlbum()

Completed in 19 milliseconds