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
defs:kvStore
(Results
1 - 25
of
66
) sorted by relevance
1
2
3
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/
H
A
D
KvManagerDataCallbackJsTest.js
23
var
kvStore
= null;
variable
[all...]
H
A
D
KvStoreDataResultSetJsTest.js
23
var
kvStore
= null;
variable
[all...]
H
A
D
KvManagerDataPromiseJsTest.js
25
var
kvStore
= null;
variable
[all...]
H
A
D
SchemaJsTest.js
22
var
kvStore
= null;
variable
[all...]
H
A
D
SingleKvStoreDataPromiseJsTest.js
33
var
kvStore
= null;
variable
[all...]
H
A
D
DeviceKvStoreDataPromiseJsTest.js
35
var
kvStore
= null;
variable
[all...]
H
A
D
SingleKvStoreDataCallbackJsTest.js
33
var
kvStore
= null;
variable
[all...]
H
A
D
DeviceKvStoreDataCallbackJsTest.js
35
var
kvStore
= null;
variable
[all...]
/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/
H
A
D
SchemaJsTest.js
25
var
kvStore
= null;
variable
[all...]
H
A
D
KvManagerKVCallbackJsTest.js
25
var
kvStore
= null;
variable
H
A
D
KvStoreResultSetKVJsTest.js
24
var
kvStore
= null;
variable
H
A
D
KvManagerKVPromiseJsTest.js
25
var
kvStore
= null;
variable
H
A
D
SingleKvStoreKVCallbackJsTest.js
37
var
kvStore
= null;
variable
[all...]
H
A
D
SingleKvStoreKVPromiseJsTest.js
39
var
kvStore
= null;
variable
[all...]
H
A
D
DeviceKvStoreKVPromiseJsTest.js
39
var
kvStore
= null;
variable
[all...]
H
A
D
DeviceKvStoreKVCallbackJsTest.js
37
var
kvStore
= null;
variable
[all...]
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/
H
A
D
distributed_screen_status_manager_branch_test.cpp
117
std::shared_ptr<MockSingleKvStore>
kvStore
= std::make_shared<MockSingleKvStore>();
in HWTEST_F()
local
230
std::shared_ptr<MockSingleKvStore>
kvStore
= std::make_shared<MockSingleKvStore>();
in HWTEST_F()
local
252
std::shared_ptr<MockSingleKvStore>
kvStore
= std::make_shared<MockSingleKvStore>();
in HWTEST_F()
local
276
std::shared_ptr<MockSingleKvStore>
kvStore
= std::make_shared<MockSingleKvStore>();
in HWTEST_F()
local
302
std::shared_ptr<MockSingleKvStore>
kvStore
= std::make_shared<MockSingleKvStore>();
in HWTEST_F()
local
328
std::shared_ptr<MockSingleKvStore>
kvStore
= std::make_shared<MockSingleKvStore>();
HWTEST_F()
local
351
std::shared_ptr<MockSingleKvStore>
kvStore
= std::make_shared<MockSingleKvStore>();
HWTEST_F()
local
370
std::shared_ptr<MockSingleKvStore>
kvStore
= std::make_shared<MockSingleKvStore>();
HWTEST_F()
local
391
std::shared_ptr<MockSingleKvStore>
kvStore
= std::make_shared<MockSingleKvStore>();
HWTEST_F()
local
[all...]
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
H
A
D
distributed_preferences_database_test.cpp
105
std::shared_ptr<MockSingleKvStore>
kvStore
= std::make_shared<MockSingleKvStore>();
in HWTEST_F()
local
121
std::shared_ptr<MockSingleKvStore>
kvStore
= std::make_shared<MockSingleKvStore>();
in HWTEST_F()
local
151
std::shared_ptr<MockSingleKvStore>
kvStore
= std::make_shared<MockSingleKvStore>();
in HWTEST_F()
local
167
std::shared_ptr<MockSingleKvStore>
kvStore
= std::make_shared<MockSingleKvStore>();
in HWTEST_F()
local
184
std::shared_ptr<MockSingleKvStore>
kvStore
= std::make_shared<MockSingleKvStore>();
in HWTEST_F()
local
215
std::shared_ptr<MockSingleKvStore>
kvStore
= std::make_shared<MockSingleKvStore>();
HWTEST_F()
local
231
std::shared_ptr<MockSingleKvStore>
kvStore
= std::make_shared<MockSingleKvStore>();
HWTEST_F()
local
260
std::shared_ptr<MockSingleKvStore>
kvStore
= std::make_shared<MockSingleKvStore>();
HWTEST_F()
local
275
std::shared_ptr<MockSingleKvStore>
kvStore
= std::make_shared<MockSingleKvStore>();
HWTEST_F()
local
[all...]
/foundation/multimedia/media_library/frameworks/services/media_distributed/include/database_manage/
H
A
D
medialibrary_sync_operation.h
36
std::shared_ptr<DistributedKv::SingleKvStore>
kvStore
;
member
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H
A
D
distributed_kv_data_manager.cpp
30
GetSingleKvStore(const Options &options, const AppId &appId, const StoreId &storeId, std::shared_ptr<SingleKvStore> &
kvStore
)
GetSingleKvStore()
argument
/base/notification/distributed_notification_service/services/test/moduletest/mock/
H
A
D
distributed_kv_data_manager.cpp
30
GetSingleKvStore(const Options &options, const AppId &appId, const StoreId &storeId, std::shared_ptr<SingleKvStore> &
kvStore
)
GetSingleKvStore()
argument
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H
A
D
distributed_kv_data_manager.cpp
30
GetSingleKvStore(const Options &options, const AppId &appId, const StoreId &storeId, std::shared_ptr<SingleKvStore> &
kvStore
)
GetSingleKvStore()
argument
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H
A
D
thumbnail_utils.h
38
EXPORT std::shared_ptr<DistributedKv::SingleKvStore>
kvStore
;
member
/foundation/communication/dsoftbus/tests/core/adapter/unittest/
H
A
D
lnn_kv_adapter_test.cpp
30
shared_ptr<KVAdapter>
kvStore
= nullptr;
member
[all...]
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H
A
D
kv_adapter_test.cpp
42
shared_ptr<IKVAdapter>
kvStore
= nullptr;
member
[all...]
Completed in 11 milliseconds
1
2
3