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:OnRemoteSaDied
(Results
1 - 20
of
20
) sorted by relevance
/base/theme/screenlock_mgr/interfaces/inner_api/include/
H
A
D
screenlock_manager.h
62
ScreenLockManager::GetInstance()->
OnRemoteSaDied
(object);
69
void
OnRemoteSaDied
(const wptr<IRemoteObject> &object);
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H
A
D
print_sa_death_recipient.cpp
27
PrintManagerClient::GetInstance()->
OnRemoteSaDied
(object);
in OnRemoteDied()
H
A
D
print_manager_client.cpp
79
void PrintManagerClient::
OnRemoteSaDied
(const wptr<IRemoteObject> &remote)
in OnRemoteSaDied()
function in OHOS::Print::PrintManagerClient
82
PRINT_HILOGD("
OnRemoteSaDied
start");
in OnRemoteSaDied()
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H
A
D
scan_sa_death_recipient.cpp
27
ScanManagerClient::GetInstance()->
OnRemoteSaDied
(object);
in OnRemoteDied()
H
A
D
scan_manager_client.cpp
71
void ScanManagerClient::
OnRemoteSaDied
(const wptr<IRemoteObject> &remote)
in OnRemoteSaDied()
function in OHOS::Scan::ScanManagerClient
/base/theme/screenlock_mgr/frameworks/native/src/
H
A
D
screenlock_app_manager.cpp
188
void ScreenLockAppManager::
OnRemoteSaDied
(const wptr<IRemoteObject> &remote)
in OnRemoteSaDied()
function in OHOS::ScreenLock::ScreenLockAppManager
221
ScreenLockAppManager::GetInstance()->
OnRemoteSaDied
(object);
in OnRemoteDied()
H
A
D
screenlock_manager.cpp
163
void ScreenLockManager::
OnRemoteSaDied
(const wptr<IRemoteObject> &remote)
in OnRemoteSaDied()
function in OHOS::ScreenLock::ScreenLockManager
/base/theme/screenlock_mgr/frameworks/native/include/
H
A
D
screenlock_app_manager.h
50
SCREENLOCK_API void
OnRemoteSaDied
(const wptr<IRemoteObject> &object);
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H
A
D
ime_system_channel.h
96
void
OnRemoteSaDied
(const wptr<IRemoteObject> &object);
H
A
D
input_method_controller.h
837
void
OnRemoteSaDied
(const wptr<IRemoteObject> &object);
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/include/
H
A
D
scan_manager_client.h
40
void
OnRemoteSaDied
(const wptr<IRemoteObject> &object);
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H
A
D
ime_system_channel.cpp
80
deathRecipient_->SetDeathRecipient([this](const wptr<IRemoteObject> &remote) {
OnRemoteSaDied
(remote); });
in GetSystemAbilityProxy()
89
void ImeSystemCmdChannel::
OnRemoteSaDied
(const wptr<IRemoteObject> &remote)
in OnRemoteSaDied()
function in OHOS::MiscServices::ImeSystemCmdChannel
H
A
D
input_method_controller.cpp
162
deathRecipient_->SetDeathRecipient([this](const wptr<IRemoteObject> &remote) {
OnRemoteSaDied
(remote); });
in GetSystemAbilityProxy()
556
void InputMethodController::
OnRemoteSaDied
(const wptr<IRemoteObject> &remote)
in OnRemoteSaDied()
function in OHOS::MiscServices::InputMethodController
596
handler_->PostTask(restoreListenTask, "
OnRemoteSaDied
", DELAY_TIME * (i + 1));
in RestoreListenInfoInSaDied()
636
handler_->PostTask(attachTask, "
OnRemoteSaDied
", DELAY_TIME * (i + 1));
in RestoreAttachInfoInSaDied()
/base/request/request/frameworks/native/include/
H
A
D
request_manager_impl.h
81
void
OnRemoteSaDied
(const wptr<IRemoteObject> &object);
/base/request/request/frameworks/native/src/
H
A
D
request_manager_impl.cpp
571
void RequestManagerImpl::
OnRemoteSaDied
(const wptr<IRemoteObject> &remote)
in OnRemoteSaDied()
function in OHOS::Request::RequestManagerImpl
573
REQUEST_HILOGD(" RequestManagerImpl::
OnRemoteSaDied
");
in OnRemoteSaDied()
593
RequestManagerImpl::GetInstance()->
OnRemoteSaDied
(object);
in OnRemoteDied()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H
A
D
input_method_ability.h
132
void
OnRemoteSaDied
(const wptr<IRemoteObject> &object);
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/
H
A
D
print_manager_client.h
44
void
OnRemoteSaDied
(const wptr<IRemoteObject> &object);
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H
A
D
input_method_ability.cpp
99
deathRecipient_->SetDeathRecipient([this](const wptr<IRemoteObject> &remote) {
OnRemoteSaDied
(remote); });
in GetImsaProxy()
738
void InputMethodAbility::
OnRemoteSaDied
(const wptr<IRemoteObject> &object)
in OnRemoteSaDied()
function in OHOS::MiscServices::InputMethodAbility
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
input_method_controller_test.cpp
115
static void
OnRemoteSaDied
(const wptr<IRemoteObject> &remote);
350
deathRecipient_->SetDeathRecipient([](const wptr<IRemoteObject> &remote) {
OnRemoteSaDied
(remote); });
in SetInputDeathRecipient()
357
void InputMethodControllerTest::
OnRemoteSaDied
(const wptr<IRemoteObject> &remote)
in OnRemoteSaDied()
function in OHOS::MiscServices::InputMethodControllerTest
359
IMSA_HILOGI("InputMethodControllerTest::
OnRemoteSaDied
");
in OnRemoteSaDied()
/base/request/request/test/unittest/cpp_test/fwkTest/src/
H
A
D
request_manager_impl_test.cpp
410
* @tc.desc: Test OnRemoteSaDiedTest001 interface base function -
OnRemoteSaDied
418
RequestManagerImpl::GetInstance()->
OnRemoteSaDied
(remote);
in HWTEST_F()
Completed in 16 milliseconds