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
defs:deathRecipient
(Results
1 - 19
of
19
) sorted by relevance
/base/powermgr/display_manager/state_manager/test/unittest/src/
H
A
D
display_service_death_test.cpp
38
std::shared_ptr<IRemoteObject::DeathRecipient>
deathRecipient
=
in HWTEST_F()
local
/base/powermgr/thermal_manager/test/unittest/src/
H
A
D
thermal_service_death_test.cpp
40
std::shared_ptr<IRemoteObject::DeathRecipient>
deathRecipient
=
in HWTEST_F()
local
61
std::shared_ptr<IRemoteObject::DeathRecipient>
deathRecipient
=
in HWTEST_F()
local
H
A
D
thermal_observer_test.cpp
134
std::shared_ptr<IRemoteObject::DeathRecipient>
deathRecipient
=
in HWTEST_F()
local
154
std::shared_ptr<IRemoteObject::DeathRecipient>
deathRecipient
=
in HWTEST_F()
local
H
A
D
thermal_action_test.cpp
151
std::shared_ptr<IRemoteObject::DeathRecipient>
deathRecipient
=
in HWTEST_F()
local
/base/powermgr/battery_manager/test/unittest/src/interface_test/
H
A
D
battery_client_death_recipient_test.cpp
49
std::shared_ptr<IRemoteObject::DeathRecipient>
deathRecipient
=
in HWTEST_F()
local
80
std::shared_ptr<IRemoteObject::DeathRecipient>
deathRecipient
=
in HWTEST_F()
local
/base/powermgr/power_manager/test/unittest/src/
H
A
D
power_mgr_service_death_test.cpp
40
std::shared_ptr<IRemoteObject::DeathRecipient>
deathRecipient
=
in HWTEST_F()
local
61
std::shared_ptr<IRemoteObject::DeathRecipient>
deathRecipient
=
in HWTEST_F()
local
/base/powermgr/battery_statistics/test/unittest/src/clienttest/
H
A
D
stats_service_death_test.cpp
49
std::shared_ptr<IRemoteObject::DeathRecipient>
deathRecipient
=
in HWTEST_F()
local
/base/print/print_fwk/test/unittest/service_test/
H
A
D
scan_service_ability_test.cpp
43
sptr<IRemoteObject::DeathRecipient>
deathRecipient
;
member in OHOS::Scan::ScanServiceAbilityTest
/base/inputmethod/imf/test/fuzztest/perusersession_fuzzer/
H
A
D
perusersession_fuzzer.cpp
65
sptr<InputDeathRecipient>
deathRecipient
= new (std::nothrow) InputDeathRecipient();
in InitializeClientInfo()
local
/base/useriam/user_auth_framework/services/core/src/
H
A
D
auth_event_listener_manager.cpp
171
sptr<DeathRecipient>
deathRecipient
= iter->second;
in RemoveDeathRecipient()
local
/base/location/test/location_network/source/
H
A
D
network_ability_test.cpp
638
auto
deathRecipient
= new (std::nothrow) NlpServiceDeathRecipient();
in HWTEST_F()
local
/base/telephony/call_manager/services/call_report/src/
H
A
D
call_ability_report_proxy.cpp
62
sptr<CallAbilityCallbackDeathRecipient>
deathRecipient
=
in RegisterCallBack()
local
/base/hiviewdfx/hisysevent/test/moduletest/common/
H
A
D
hisysevent_adapter_native_test.cpp
383
auto
deathRecipient
= proxy.GetCallbackDeathRecipient();
in HWTEST_F()
local
/base/account/os_account/services/accountmgr/src/account_iam/
H
A
D
account_iam_callback.cpp
112
void AuthCallback::SetDeathRecipient(const sptr<AuthCallbackDeathRecipient> &
deathRecipient
)
in SetDeathRecipient()
argument
223
void AddCredCallback::SetDeathRecipient(const sptr<IDMCallbackDeathRecipient> &
deathRecipient
)
in SetDeathRecipient()
argument
311
void UpdateCredCallback::SetDeathRecipient(const sptr<IDMCallbackDeathRecipient> &
deathRecipient
)
in SetDeathRecipient()
argument
H
A
D
inner_account_iam_manager.cpp
114
sptr<IDMCallbackDeathRecipient>
deathRecipient
= new (std::nothrow) IDMCallbackDeathRecipient(userId);
in AddCredential()
local
154
sptr<IDMCallbackDeathRecipient>
deathRecipient
= new (std::nothrow) IDMCallbackDeathRecipient(userId);
in UpdateCredential()
local
332
sptr<AuthCallbackDeathRecipient>
deathRecipient
= new (std::nothrow) AuthCallbackDeathRecipient();
in AuthUser()
local
[all...]
/base/location/test/location_gnss/source/
H
A
D
gnss_ability_test.cpp
2771
auto
deathRecipient
= new (std::nothrow) LocationHdiDeathRecipient();
in HWTEST_F()
local
/base/inputmethod/imf/services/src/
H
A
D
peruser_session.cpp
858
sptr<InputDeathRecipient>
deathRecipient
= new (std::nothrow) InputDeathRecipient();
in AddImeData()
local
[all...]
H
A
D
input_method_system_ability.cpp
239
auto
deathRecipient
= new (std::nothrow) InputDeathRecipient();
in GenerateClientInfo()
local
/base/account/os_account/services/accountmgr/src/domain_account/
H
A
D
inner_domain_account_manager.cpp
164
auto
deathRecipient
= GetDeathRecipient();
in RegisterPlugin()
local
Completed in 24 milliseconds