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:dmsDeath_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/window/window_manager/dm_lite/test/unittest/
H
A
D
display_manager_adapter_lite_test.cpp
56
sptr<IRemoteObject::DeathRecipient>
dmsDeath_
= nullptr;
in HWTEST_F()
local
57
dmsDeath_
= new(std::nothrow) DMSDeathRecipientLite(SingletonContainer::Get<DisplayManagerAdapterLite>());
in HWTEST_F()
58
dmsDeath_
->OnRemoteDied(nullptr);
in HWTEST_F()
59
ASSERT_NE(
dmsDeath_
, nullptr);
in HWTEST_F()
69
sptr<IRemoteObject::DeathRecipient>
dmsDeath_
= nullptr;
in HWTEST_F()
local
70
dmsDeath_
= new(std::nothrow) DMSDeathRecipientLite(SingletonContainer::Get<DisplayManagerAdapterLite>());
in HWTEST_F()
75
dmsDeath_
->OnRemoteDied(wptrDeath);
in HWTEST_F()
76
ASSERT_NE(
dmsDeath_
, nullptr);
in HWTEST_F()
/foundation/window/window_manager/dm_lite/src/
H
A
D
display_manager_adapter_lite.cpp
82
dmsDeath_
= new(std::nothrow) DMSDeathRecipientLite(*this);
in InitDMSProxy()
83
if (
dmsDeath_
== nullptr) {
in InitDMSProxy()
87
if (remoteObject->IsProxyObject() && !remoteObject->AddDeathRecipient(
dmsDeath_
)) {
in InitDMSProxy()
299
displayManagerServiceProxy_->AsObject()->RemoveDeathRecipient(
dmsDeath_
);
in Clear()
/foundation/window/window_manager/dm/test/unittest/
H
A
D
display_manager_adapter_test.cpp
215
sptr<IRemoteObject::DeathRecipient>
dmsDeath_
= nullptr;
in HWTEST_F()
local
216
dmsDeath_
= new(std::nothrow) DMSDeathRecipient(SingletonContainer::Get<ScreenManagerAdapter>());
in HWTEST_F()
217
dmsDeath_
->OnRemoteDied(nullptr);
in HWTEST_F()
218
EXPECT_NE(nullptr,
dmsDeath_
);
in HWTEST_F()
228
sptr<IRemoteObject::DeathRecipient>
dmsDeath_
= nullptr;
in HWTEST_F()
local
229
dmsDeath_
= new(std::nothrow) DMSDeathRecipient(SingletonContainer::Get<ScreenManagerAdapter>());
in HWTEST_F()
233
dmsDeath_
->OnRemoteDied(wptrDeath);
in HWTEST_F()
234
EXPECT_NE(nullptr,
dmsDeath_
);
in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
distributed_client.cpp
57
dmsDeath_
= sptr<DmsDeathRecipient>::MakeSptr();
in ConnectDistributedSchedLocked()
58
if (proxy->IsProxyObject() && !proxy->AddDeathRecipient(
dmsDeath_
)) {
in ConnectDistributedSchedLocked()
71
dmsDeath_
= nullptr;
in ClearDmsProxy()
/foundation/window/window_manager/window_scene/session_manager/include/
H
A
D
distributed_client.h
70
sptr<DmsDeathRecipient>
dmsDeath_
= nullptr;
member in OHOS::Rosen::DistributedClient
/foundation/window/window_manager/dm_lite/include/
H
A
D
display_manager_adapter_lite.h
41
sptr<IRemoteObject::DeathRecipient>
dmsDeath_
= nullptr;
member in OHOS::Rosen::BaseAdapterLite
/foundation/window/window_manager/dm/src/
H
A
D
display_manager_adapter.cpp
420
dmsDeath_
= new(std::nothrow) DMSDeathRecipient(*this);
in InitDMSProxy()
421
if (
dmsDeath_
== nullptr) {
in InitDMSProxy()
425
if (remoteObject->IsProxyObject() && !remoteObject->AddDeathRecipient(
dmsDeath_
)) {
in InitDMSProxy()
471
displayManagerServiceProxy_->AsObject()->RemoveDeathRecipient(
dmsDeath_
);
in Clear()
/foundation/window/window_manager/dm/include/
H
A
D
display_manager_adapter.h
44
sptr<IRemoteObject::DeathRecipient>
dmsDeath_
= nullptr;
member in OHOS::Rosen::BaseAdapter
Completed in 7 milliseconds