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:drt
(Results
1 - 4
of
4
) sorted by relevance
/base/powermgr/battery_manager/frameworks/native/src/
H
A
D
battery_srv_client.cpp
51
sptr<IRemoteObject::DeathRecipient>
drt
= new(std::nothrow) BatterySrvDeathRecipient(*this);
in Connect()
local
52
if (
drt
== nullptr) {
in Connect()
56
if ((remoteObject_->IsProxyObject()) && (!remoteObject_->AddDeathRecipient(
drt
))) {
in Connect()
62
deathRecipient_ =
drt
;
in Connect()
/base/powermgr/thermal_manager/frameworks/native/
H
A
D
thermal_mgr_client.cpp
57
sptr<IRemoteObject::DeathRecipient>
drt
= new(std::nothrow) ThermalMgrDeathRecipient(*this);
in Connect()
local
58
if (
drt
== nullptr) {
in Connect()
63
if ((remoteObject_->IsProxyObject()) && (!remoteObject_->AddDeathRecipient(
drt
))) {
in Connect()
69
deathRecipient_=
drt
;
in Connect()
/base/powermgr/power_manager/frameworks/native/
H
A
D
power_mgr_client.cpp
93
sptr<IRemoteObject::DeathRecipient>
drt
= new(std::nothrow) PowerMgrDeathRecipient(*this);
in Connect()
local
94
if (
drt
== nullptr) {
in Connect()
98
if ((remoteObject_->IsProxyObject()) && (!remoteObject_->AddDeathRecipient(
drt
))) {
in Connect()
104
deathRecipient_ =
drt
;
in Connect()
/base/powermgr/power_manager/services/native/src/
H
A
D
power_mgr_service.cpp
1645
static sptr<InvokerDeathRecipient>
drt
=
in SetForceTimingOut()
local
1660
// even if
drt
is nullptr(unlikely), it will be checked in IPCObjectProxy::SendObituary()
in SetForceTimingOut()
1663
// The localMutex only ensures that the "remove, assign, add" actions for THIS
drt
are thread safe.
in SetForceTimingOut()
1669
thisInterfaceInvoker->RemoveDeathRecipient(
drt
);
in SetForceTimingOut()
1672
thisInterfaceInvoker->AddDeathRecipient(
drt
); // added to the new invoker
in SetForceTimingOut()
1684
static sptr<InvokerDeathRecipient>
drt
=
in LockScreenAfterTimingOut()
local
1703
thisInterfaceInvoker->RemoveDeathRecipient(
drt
);
in LockScreenAfterTimingOut()
1706
thisInterfaceInvoker->AddDeathRecipient(
drt
); // added to the new invoker
in LockScreenAfterTimingOut()
Completed in 6 milliseconds