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:diedRemote
(Results
1 - 4
of
4
) sorted by relevance
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H
A
D
sync_subscriber_death_recipient.cpp
45
sptr<IRemoteObject>
diedRemote
= remote.promote();
in OnRemoteDied()
local
46
if (
diedRemote
== nullptr) {
in OnRemoteDied()
47
HILOGE("
diedRemote
is nullptr!");
in OnRemoteDied()
50
ProfileCache::GetInstance().RemoveSyncListener(
diedRemote
);
in OnRemoteDied()
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H
A
D
distributed_input_source_sa_cli_mgr.cpp
53
sptr<IRemoteObject>
diedRemote
= remote.promote();
in OnRemoteDied()
local
54
if (
diedRemote
== nullptr) {
in OnRemoteDied()
59
DInputSourceSACliMgr::GetInstance().ProcRemoteCliDied(
diedRemote
);
in OnRemoteDied()
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H
A
D
local_call_container.cpp
259
auto
diedRemote
= remote.promote();
in OnCallStubDied()
local
260
auto isExist = [&
diedRemote
](auto& record) {
in OnCallStubDied()
261
return record->IsSameObject(
diedRemote
);
in OnCallStubDied()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H
A
D
daemon.cpp
654
sptr<IRemoteObject>
diedRemote
= remote.promote();
in OnRemoteDied()
local
655
if (
diedRemote
== nullptr) {
in OnRemoteDied()
Completed in 4 milliseconds