Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:KeyPrefix
(Results
1 - 25
of
26
) sorted by relevance
1
2
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H
A
D
kvstore_datashare_bridge_test.cpp
182
query.
KeyPrefix
("key");
in HWTEST_F()
202
query.
KeyPrefix
("test");
in HWTEST_F()
226
query.
KeyPrefix
("test");
in HWTEST_F()
264
query.
KeyPrefix
("test");
in HWTEST_F()
H
A
D
device_kvstore_test.cpp
228
dataQuery.
KeyPrefix
(prefix);
in HWTEST_F()
284
dataQuery.
KeyPrefix
(GetKey(prefix));
in HWTEST_F()
1240
dataQuery.
KeyPrefix
("name");
in HWTEST_F()
1257
dataQuery.
KeyPrefix
("name");
in HWTEST_F()
1275
dataQuery.
KeyPrefix
("name");
in HWTEST_F()
1292
dataQuery.
KeyPrefix
("name");
in HWTEST_F()
H
A
D
single_kvstore_client_test.cpp
262
dataQuery.
KeyPrefix
(prefix);
in HWTEST_F()
1159
dataQuery.
KeyPrefix
("name");
in HWTEST_F()
1176
dataQuery.
KeyPrefix
("name");
in HWTEST_F()
1193
dataQuery.
KeyPrefix
("name");
in HWTEST_F()
H
A
D
single_kvstore_client_query_test.cpp
885
query.
KeyPrefix
("");
in HWTEST_F()
887
query.
KeyPrefix
("prefix^");
in HWTEST_F()
909
query.
KeyPrefix
("prefix");
in HWTEST_F()
H
A
D
kv_utils_test.cpp
174
predicates.
KeyPrefix
("test");
in HWTEST_F()
/foundation/distributeddatamgr/kv_store/test/fuzztest/devicekvstore_fuzzer/
H
A
D
devicekvstore_fuzzer.cpp
153
dataQuery.
KeyPrefix
(prefix);
in GetEntriesFuzz2()
173
dataQuery.
KeyPrefix
(prefix);
in SyncCallbackFuzz()
216
dataQuery.
KeyPrefix
(prefix);
in GetResultSetFuzz2()
234
dataQuery.
KeyPrefix
(prefix);
in GetResultSetFuzz3()
285
query.
KeyPrefix
(prefix);
in GetCountFuzz1()
344
dataQuery.
KeyPrefix
("name");
in SyncFuzz2()
355
dataQuery.
KeyPrefix
(prefix);
in SubscribeKvStoreFuzz()
469
dataQuery.
KeyPrefix
("name");
in SubscribeWithQueryFuzz()
479
dataQuery.
KeyPrefix
("name");
in UnSubscribeWithQueryFuzz()
/foundation/distributeddatamgr/kv_store/test/fuzztest/singlekvstore_fuzzer/
H
A
D
singlekvstore_fuzzer.cpp
155
dataQuery.
KeyPrefix
(prefix);
in GetEntriesFuzz2()
172
dataQuery.
KeyPrefix
(prefix);
in SubscribeKvStoreFuzz()
193
dataQuery.
KeyPrefix
(prefix);
in SyncCallbackFuzz()
236
dataQuery.
KeyPrefix
(prefix);
in GetResultSetFuzz2()
254
dataQuery.
KeyPrefix
(prefix);
in GetResultSetFuzz3()
304
query.
KeyPrefix
(prefix);
in GetCountFuzz1()
405
dataQuery.
KeyPrefix
("name");
in SyncFuzz2()
470
dataQuery.
KeyPrefix
("name");
in SubscribeWithQueryFuzz()
480
dataQuery.
KeyPrefix
("name");
in UnSubscribeWithQueryFuzz()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H
A
D
single_store_impl_get_top_test.cpp
102
query.
KeyPrefix
("1");
in HWTEST_F()
135
query.
KeyPrefix
("1");
in HWTEST_F()
239
query.
KeyPrefix
("1");
in HWTEST_F()
H
A
D
single_store_impl_test.cpp
753
query.
KeyPrefix
("k_");
in HWTEST_F()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H
A
D
kv_utils.h
68
static void
KeyPrefix
(const DataShare::OperationItem &oper, DataQuery &query);
112
[DataShare::KEY_PREFIX] = &KvUtils::
KeyPrefix
,
H
A
D
data_query.h
415
DataQuery &
KeyPrefix
(const std::string &prefix);
/foundation/CastEngine/castengine_wifi_display/services/common/
H
A
D
kv_operator.cpp
113
dataQuery.
KeyPrefix
(key);
in SyncKvStore()
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/devices_info_interact/
H
A
D
devices_info_interact.cpp
87
dataQuery.
KeyPrefix
(key);
in SyncMLDeviceInfos()
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H
A
D
datashare_abs_predicates.h
245
* @brief The
KeyPrefix
of the predicate.
249
virtual DataShareAbsPredicates *
KeyPrefix
(const std::string &prefix) = 0;
H
A
D
datashare_predicates.h
376
* @brief The
KeyPrefix
of the predicate.
380
DataSharePredicates *
KeyPrefix
(const std::string &prefix)
in KeyPrefix()
function in OHOS::DataShare::DataSharePredicates
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/distributeddatafwk/src/
H
A
D
kv_utils.cpp
185
void KvUtils::
KeyPrefix
(const OperationItem &oper, DataQuery &query)
in KeyPrefix()
function in OHOS::DistributedKv::KvUtils
187
query.
KeyPrefix
(oper.GetSingle(0));
in KeyPrefix()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H
A
D
kv_utils.cpp
187
void KvUtils::
KeyPrefix
(const OperationItem &oper, DataQuery &query)
in KeyPrefix()
function in OHOS::DistributedKv::KvUtils
189
query.
KeyPrefix
(oper.GetSingle(0));
in KeyPrefix()
H
A
D
data_query.cpp
583
DataQuery& DataQuery::
KeyPrefix
(const std::string &prefix)
in KeyPrefix()
function in OHOS::DistributedKv::DataQuery
/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H
A
D
distributed_kv_store_impl.cpp
471
dataQuery.
KeyPrefix
(keyPrefix);
in GetEntries()
480
dataQuery.
KeyPrefix
(keyPrefix);
in GetResultSetByString()
782
dataQuery.
KeyPrefix
(keyPrefix);
in GetEntries()
799
dataQuery.
KeyPrefix
(keyPrefix);
in GetResultSet()
1237
query_.
KeyPrefix
(prefix);
in PrefixKey()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H
A
D
js_device_kv_store.cpp
150
va.dataQuery.
KeyPrefix
(keyPrefix);
in GetVariantArgs()
H
A
D
js_query.cpp
695
query.
KeyPrefix
(prefix);
in PrefixKey()
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H
A
D
distributed_data_storage.cpp
316
dataQuery.
KeyPrefix
(udid);
in SyncAndCompleted()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H
A
D
js_query.cpp
618
query.
KeyPrefix
(prefix);
in PrefixKey()
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H
A
D
datashare_predicates_proxy.cpp
834
nativePredicates->
KeyPrefix
(prefix);
in PrefixKey()
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H
A
D
mediadatashare_unit_test.cpp
1156
predicates.
KeyPrefix
("%Test");
in HWTEST_F()
Completed in 29 milliseconds
1
2