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:notifier_
(Results
1 - 15
of
15
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H
A
D
rdb_watcher.cpp
56
return
notifier_
;
in GetNotifier()
62
if (
notifier_
== notifier) {
in SetNotifier()
65
notifier_
= notifier;
in SetNotifier()
H
A
D
rdb_watcher.h
36
sptr<RdbNotifierProxy>
notifier_
;
member in OHOS::DistributedRdb::RdbWatcher
H
A
D
rdb_service_impl.h
119
sptr<RdbNotifierProxy>
notifier_
= nullptr;
member
H
A
D
rdb_service_impl.cpp
330
notifier = it->second.
notifier_
;
in OnAsyncComplete()
374
notifiers.push_back(item.second.
notifier_
);
in GetCallbacks()
958
notifier_
= notifier;
969
watcher_->SetNotifier(
notifier_
);
976
notifier_
= nullptr;
/foundation/multimedia/av_session/services/session/adapter/
H
A
D
distributed_object_adapter.cpp
37
notifier_
= notifier;
in AVSessionStatusNotifier()
45
if (onlineStatus == "offline" &&
notifier_
) {
in OnChanged()
46
notifier_
(networkId);
in OnChanged()
H
A
D
distributed_object_adapter.h
60
ObjectDisconnectNotifier
notifier_
;
member in OHOS::AVSession::DistributedObjectAdapter::AVSessionStatusNotifier
/foundation/multimedia/media_foundation/src/common/
H
A
D
avsharedmemorypool.cpp
64
notifier_
= option.notifier;
in Init()
98
if (
notifier_
!= nullptr) {
in ReleaseMemory()
99
notifier_
();
in ReleaseMemory()
238
notifier_
= nullptr;
in Reset()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H
A
D
kvdb_pragma.h
115
explicit PragmaRemotePushNotify(RemotePushFinishedNotifier notifier) :
notifier_
(notifier) {}
in PragmaRemotePushNotify()
117
RemotePushFinishedNotifier
notifier_
;
member
/foundation/multimedia/media_foundation/interface/inner_api/common/
H
A
D
avsharedmemorypool.h
104
MemoryAvailableNotifier
notifier_
;
member in OHOS::Media::AVSharedMemoryPool
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
rdb_asset_loader_test.cpp
150
EXPECT_EQ(watcher->
notifier_
, nullptr);
in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
rdb_service_proxy.cpp
66
notifier_
= new (std::nothrow) RdbNotifierStub(
in InitNotifier()
76
if (
notifier_
== nullptr) {
in InitNotifier()
81
if (InitNotifier(param,
notifier_
->AsObject()) != RDB_OK) {
in InitNotifier()
82
notifier_
= nullptr;
in InitNotifier()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H
A
D
kvdb_service_impl.cpp
235
if (success && agent.
notifier_
!= nullptr) {
in OnAsyncComplete()
236
agent.
notifier_
->SyncCompleted(seqNum, std::move(detail));
in OnAsyncComplete()
344
value.
notifier_
= notifier;
in RegServiceNotifier()
358
value.
notifier_
= nullptr;
in UnregServiceNotifier()
373
notifier = value.
notifier_
;
in SubscribeSwitchData()
1138
notifier = agent.
notifier_
;
in DoComplete()
1345
notifier_
== nullptr);
in ReInit()
1348
notifier_
= nullptr;
in ReInit()
H
A
D
kvdb_service_impl.h
103
sptr<IKVDBNotifier>
notifier_
;
member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H
A
D
sync_able_kvdb_connection.cpp
329
if (notifyParma->
notifier_
!= nullptr) {
in SetRemotePushFinishedNotify()
330
tmpListener = kvDB->AddRemotePushFinishedNotify(notifyParma->
notifier_
, errCode);
in SetRemotePushFinishedNotify()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H
A
D
rdb_service_proxy.h
129
sptr<RdbNotifierStub>
notifier_
;
member in OHOS::DistributedRdb::RdbServiceProxy
Completed in 11 milliseconds