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:remoteCallback_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H
A
D
mdns_service.cpp
97
if (!
remoteCallback_
.empty()) {
in OnIdle()
200
std::find_if(
remoteCallback_
.cbegin(),
remoteCallback_
.cend(), [&cb](const sptr<IDiscoveryCallback> &item) {
in AddClientDeathRecipient()
203
if (iter ==
remoteCallback_
.cend()) {
in AddClientDeathRecipient()
204
remoteCallback_
.emplace_back(cb);
in AddClientDeathRecipient()
213
std::find_if(
remoteCallback_
.cbegin(),
remoteCallback_
.cend(), [&cb](const sptr<IDiscoveryCallback> &item) {
in RemoveClientDeathRecipient()
216
if (iter ==
remoteCallback_
.cend()) {
in RemoveClientDeathRecipient()
220
remoteCallback_
.erase(iter);
in RemoveClientDeathRecipient()
221
if (!
remoteCallback_
in RemoveClientDeathRecipient()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H
A
D
db_status_adapter.cpp
84
remoteCallback_
= remote;
in SetDBStatusChangeCallback()
137
if (!isLocal &&
remoteCallback_
!= nullptr) {
in NotifyDBInfos()
138
remoteCallback_
(devInfos.identifier, dbInfos);
in NotifyDBInfos()
290
callback =
remoteCallback_
;
in NotifyRemoteOffline()
/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H
A
D
mdns_service.h
89
std::vector<sptr<IDiscoveryCallback>>
remoteCallback_
;
member in OHOS::NetManagerStandard::MDnsService
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H
A
D
db_status_adapter.h
57
RemoteDBChangeCallback
remoteCallback_
;
member in DistributedDB::DBStatusAdapter
/foundation/communication/netmanager_base/services/netconnmanager/src/
H
A
D
net_conn_service.cpp
2684
std::find_if(
remoteCallback_
.cbegin(),
remoteCallback_
.cend(), [&callback](const sptr<INetConnCallback> &item) {
in RemoveClientDeathRecipient()
2687
if (iter ==
remoteCallback_
.cend()) {
in RemoveClientDeathRecipient()
2691
remoteCallback_
.erase(iter);
in RemoveClientDeathRecipient()
2709
std::find_if(
remoteCallback_
.cbegin(),
remoteCallback_
.cend(), [&callback](const sptr<INetConnCallback> &item) {
in AddClientDeathRecipient()
2712
if (iter ==
remoteCallback_
.cend()) {
in AddClientDeathRecipient()
2713
remoteCallback_
.emplace_back(callback);
in AddClientDeathRecipient()
2720
for (auto &item :
remoteCallback_
) {
in RemoveALLClientDeathRecipient()
2723
remoteCallback_
in RemoveALLClientDeathRecipient()
[all...]
/foundation/multimedia/av_session/services/session/server/
H
A
D
avsession_item.h
360
std::shared_ptr<AVSessionCallback>
remoteCallback_
;
member in OHOS::AVSession::AVSessionItem
/foundation/communication/netmanager_base/services/netconnmanager/include/
H
A
D
net_conn_service.h
586
std::vector<sptr<INetConnCallback>>
remoteCallback_
;
member in OHOS::NetManagerStandard::NetConnService
Completed in 8 milliseconds