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:m_callbackRef
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/cj/include/
H
A
D
distributed_kv_store_impl.h
193
std::function<void()>
m_callbackRef
;
member in OHOS::DistributedKVStore::CJKVManager::DeathRecipient
332
std::function<void(DistributedKv::ChangeNotification)>
m_callbackRef
;
member in OHOS::DistributedKVStore::CJSingleKVStore::DataObserver
341
std::function<void(std::map<std::string, DistributedKv::Status>)>
m_callbackRef
;
member in OHOS::DistributedKVStore::CJSingleKVStore::SyncObserver
/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H
A
D
preferences_impl.h
36
std::function<void(std::string)>
m_callbackRef
;
member in OHOS::Preferences::CJPreferencesObserver
H
A
D
preferences_impl.cpp
526
m_callbackRef
= callbackRef;
in CJPreferencesObserver()
531
m_callbackRef
(key);
in OnChange()
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H
A
D
relational_store_impl_rdbstore.h
45
m_callbackRef
();
68
std::function<void()>
m_callbackRef
;
member in OHOS::Relational::RdbStoreObserverImpl
/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H
A
D
distributed_kv_store_impl.cpp
1261
m_callbackRef
= callbackRef;
in DeathRecipient()
1266
m_callbackRef
();
in OnRemoteDied()
1276
m_callbackRef
= callbackRef;
in DataObserver()
1281
m_callbackRef
(notification);
in OnChange()
1291
m_callbackRef
= callbackRef;
in SyncObserver()
1296
m_callbackRef
(results);
in SyncCompleted()
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H
A
D
relational_store_impl_rdbstore.cpp
342
m_callbackRef
= callbackRef;
in RdbStoreObserverImpl()
Completed in 7 milliseconds