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:KVDBWatcher
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H
A
D
kvdb_watcher.cpp
16
#define LOG_TAG "
KVDBWatcher
"
29
KVDBWatcher
::
KVDBWatcher
() {}
in KVDBWatcher()
function in OHOS::DistributedKv::KVDBWatcher
31
int32_t
KVDBWatcher
::OnChange(const Origin &origin, const PRIFields &primaryFields, ChangeInfo &&values)
in OnChange()
52
int32_t
KVDBWatcher
::OnChange(const Origin &origin, const Fields &fields, ChangeData &&datas)
in OnChange()
70
sptr<IKvStoreObserver>
KVDBWatcher
::GetObserver() const
in GetObserver()
76
void
KVDBWatcher
::SetObserver(sptr<IKvStoreObserver> observer)
in SetObserver()
82
std::vector<Entry>
KVDBWatcher
::ConvertToEntries(const std::vector<Values> &values)
in ConvertToEntries()
97
std::vector<std::string>
KVDBWatcher
::ConvertToKeys(const std::vector<PRIValue> &values)
in ConvertToKeys()
H
A
D
kvdb_watcher.h
27
class
KVDBWatcher
: public DistributedData::GeneralWatcher {
class
29
KVDBWatcher
();
H
A
D
kvdb_service_impl.h
105
std::map<std::string, std::set<std::shared_ptr<
KVDBWatcher
>>> watchers_;
H
A
D
kvdb_service_impl.cpp
554
auto watcher = std::make_shared<
KVDBWatcher
>();
in Subscribe()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
kvdb_service_test.cpp
45
using
KVDBWatcher
= OHOS::DistributedKv::
KVDBWatcher
;
304
* @tc.name:
KVDBWatcher
305
* @tc.desc:
KVDBWatcher
test the return result of input with different values.
309
HWTEST_F(KVDBWatcherTest,
KVDBWatcher
, TestSize.Level0)
in HWTEST_F()
314
std::shared_ptr<
KVDBWatcher
> watcher = std::make_shared<
KVDBWatcher
>();
in HWTEST_F()
355
std::shared_ptr<
KVDBWatcher
> watcher = std::make_shared<
KVDBWatcher
>();
in HWTEST_F()
373
std::shared_ptr<
KVDBWatcher
> watche
in HWTEST_F()
[all...]
Completed in 4 milliseconds