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:SMSDeathRecipient
(Results
1 - 3
of
3
) sorted by relevance
/foundation/window/window_manager/wmserver/include/
H
A
D
mock_session_manager_service.h
63
class
SMSDeathRecipient
: public IRemoteObject::DeathRecipient {
class in OHOS::Rosen::MockSessionManagerService
65
explicit
SMSDeathRecipient
(int32_t userId);
75
sptr<
SMSDeathRecipient
> GetSMSDeathRecipientByUserId(int32_t userId);
106
std::map<int32_t, sptr<
SMSDeathRecipient
>> smsDeathRecipientMap_;
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
mock_session_manager_service_test.cpp
68
MockSessionManagerService::
SMSDeathRecipient
smsDeathRecipient(100);
in HWTEST_F()
84
MockSessionManagerService::
SMSDeathRecipient
* mService = new MockSessionManagerService::
SMSDeathRecipient
(100);
in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H
A
D
mock_session_manager_service.cpp
99
MockSessionManagerService::
SMSDeathRecipient
::
SMSDeathRecipient
(int32_t userId)
in SMSDeathRecipient()
function in OHOS::Rosen::MockSessionManagerService::SMSDeathRecipient
103
void MockSessionManagerService::
SMSDeathRecipient
::OnRemoteDied(const wptr<IRemoteObject>& object)
in OnRemoteDied()
122
void MockSessionManagerService::
SMSDeathRecipient
::SetScreenId(int32_t screenId)
in SetScreenId()
211
smsDeathRecipient = new
SMSDeathRecipient
(currentWMSUserId_);
in SetSessionManagerService()
231
sptr<MockSessionManagerService::
SMSDeathRecipient
> MockSessionManagerService::GetSMSDeathRecipientByUserId(
in GetSMSDeathRecipientByUserId()
684
bool MockSessionManagerService::
SMSDeathRecipient
::IsSceneBoardTestMode()
in IsSceneBoardTestMode()
Completed in 3 milliseconds