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:KVDBService
(Results
1 - 13
of
13
) sorted by relevance
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H
A
D
kvdb_service.h
23
class
KVDBService
{
class
34
API_EXPORT
KVDBService
() = default;
36
API_EXPORT virtual ~
KVDBService
() = default;
H
A
D
single_store_impl.h
36
using SyncInfo =
KVDBService
::SyncInfo;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H
A
D
kvdb_service_client.h
25
class KVDBServiceProxy : public
KVDBService
, public IRemoteBroker {
27
using
KVDBService
::
KVDBService
;
H
A
D
kvdb_service.h
26
class
KVDBService
{
class
45
API_EXPORT
KVDBService
() = default;
47
API_EXPORT virtual ~
KVDBService
() = default;
H
A
D
single_store_impl.h
45
using SyncInfo =
KVDBService
::SyncInfo;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H
A
D
auto_sync_timer_mock.cpp
109
KVDBService
::SyncInfo syncInfo;
in ProcessTask()
H
A
D
auto_sync_timer.cpp
109
KVDBService
::SyncInfo syncInfo;
in ProcessTask()
H
A
D
store_manager.cpp
92
auto status = service->GetBackupPassword(appId, storeId, key,
KVDBService
::PasswordType::SECRET_KEY);
in GetSecretKeyFromService()
H
A
D
backup_manager.cpp
208
service->GetBackupPassword({ appId }, { storeId }, pwd,
KVDBService
::PasswordType::BACKUP_SECRET_KEY);
in GetRestorePassword()
H
A
D
single_store_impl.cpp
580
KVDBService
::SyncInfo syncInfo;
in Sync()
592
KVDBService
::SyncInfo syncInfo;
in Sync()
614
KVDBService
::SyncInfo syncInfo;
in CloudSync()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H
A
D
kvdb_service_stub.h
24
class KVDBServiceStub : public
KVDBService
, public DistributedData::FeatureSystem::Feature {
H
A
D
kvdb_service_impl.cpp
598
if (passwordType ==
KVDBService
::PasswordType::BACKUP_SECRET_KEY) {
in GetBackupPassword()
601
if (passwordType ==
KVDBService
::PasswordType::SECRET_KEY) {
in GetBackupPassword()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
kvdb_service_impl_test.cpp
50
using SyncInfo = OHOS::DistributedKv::
KVDBService
::SyncInfo;
Completed in 13 milliseconds