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:deathCallback
(Results
1 - 23
of
23
) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H
A
D
bundle_mgr_service_death_recipient.cpp
20
BundleMgrServiceDeathRecipient( const std::function<void(const wptr<IRemoteObject>& object)>&
deathCallback
)
BundleMgrServiceDeathRecipient()
argument
H
A
D
bundle_mgr_client_impl.cpp
565
auto
deathCallback
= [weakPtr](const wptr<IRemoteObject>& object) {
in Connect()
local
/foundation/multimodalinput/input/common/anco/comm/src/
H
A
D
anco_channel_death_recipient.cpp
20
AncoChannelDeathRecipient( std::function<void(const wptr<IRemoteObject>&)>
deathCallback
)
AncoChannelDeathRecipient()
argument
/foundation/multimodalinput/input/service/connect_manager/src/
H
A
D
multimodal_input_connect_death_recipient.cpp
25
MultimodalInputConnectDeathRecipient( const std::function<void(const wptr<IRemoteObject> &object)> &
deathCallback
)
MultimodalInputConnectDeathRecipient()
argument
H
A
D
input_binder_client_death_recipient.cpp
27
InputBinderClientDeathRecipient( const std::function<void(const wptr<IRemoteObject> &object)> &
deathCallback
)
InputBinderClientDeathRecipient()
argument
H
A
D
multimodal_input_connect_manager.cpp
506
auto
deathCallback
= [weakPtr](const wptr<IRemoteObject> &object) {
in ConnectMultimodalInputService()
local
/foundation/multimodalinput/input/service/filter/src/
H
A
D
event_filter_death_recipient.cpp
23
EventFilterDeathRecipient( const std::function<void(const wptr<IRemoteObject> &object)> &
deathCallback
)
EventFilterDeathRecipient()
argument
H
A
D
event_filter_handler.cpp
80
auto
deathCallback
= [weakPtr, filterId, clientPid](const wptr<IRemoteObject> &object) {
in AddInputEventFilter()
local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_service_death_recipient_test/
H
A
D
bms_bundle_mgr_service_death_recipient_test.cpp
51
const std::function<void(const wptr<IRemoteObject>& object)>
deathCallback
;
in HWTEST_F()
local
66
const std::function<void(const wptr<IRemoteObject>& object)>
deathCallback
;
in HWTEST_F()
local
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/
H
A
D
cloud_sync_manager_impl_lite.cpp
49
auto
deathCallback
= [this](const wptr<IRemoteObject> &obj) {
in SetDeathRecipient()
local
/foundation/filemanagement/dfs_service/frameworks/native/cloud_daemon_kit_inner/src/
H
A
D
cloud_daemon_manager_impl.cpp
47
auto
deathCallback
= [this](const wptr<IRemoteObject> &obj) {
in SetDeathRecipient()
local
/foundation/filemanagement/dfs_service/test/mock/
H
A
D
cloud_daemon_manager_impl_mock.cpp
42
auto
deathCallback
= [this](const wptr<IRemoteObject> &obj) {
in SetDeathRecipient()
local
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H
A
D
egl_bundle_mgr_helper.cpp
50
auto
deathCallback
= [weakPtr](const wptr<IRemoteObject> &object) {
in Connect()
local
93
EGLBundleMgrServiceDeathRecipient( const std::function<void(const wptr<IRemoteObject>& object)>&
deathCallback
)
EGLBundleMgrServiceDeathRecipient()
argument
/foundation/multimodalinput/input/service/message_handle/src/
H
A
D
client_death_handler.cpp
91
auto
deathCallback
= [this](const wptr<IRemoteObject> &object) {
in RegisterClientDeathRecipient()
local
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H
A
D
cloud_sync_asset_manager_impl.cpp
140
auto
deathCallback
= [this](const wptr<IRemoteObject> &obj) {
in SetDeathRecipient()
local
H
A
D
cloud_sync_manager_impl.cpp
334
auto
deathCallback
= [this](const wptr<IRemoteObject> &obj) {
in SetDeathRecipient()
local
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_death_callback_test/
H
A
D
fms_form_mgr_death_callback_test.cpp
176
std::shared_ptr<FormCallbackInterface>
deathCallback
= std::make_shared<MockFormDeathCallback>();
in HWTEST_F()
local
234
std::shared_ptr<FormCallbackInterface>
deathCallback
= std::make_shared<MockFormDeathCallback>();
in HWTEST_F()
local
/foundation/multimodalinput/input/service/message_handle/test/
H
A
D
client_death_handler_test.cpp
90
auto
deathCallback
= [this](const wptr<IRemoteObject> &object) {
in HWTEST_F()
local
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H
A
D
data_share_manager_impl.cpp
179
void DataShareManagerImpl::SetDeathCallback(std::function<void(std::shared_ptr<DataShareServiceProxy>)>
deathCallback
)
in SetDeathCallback()
argument
/foundation/multimodalinput/input/service/connect_manager/test/
H
A
D
multimodal_input_connect_proxy_ex_test.cpp
348
auto
deathCallback
= [&callbackCalled](const wptr<IRemoteObject>& object) {
in HWTEST_F()
local
/foundation/communication/ipc/ipc/native/c/manager/src/
H
A
D
ipc_process_skeleton.c
382
void SendObituary(DeathCallback *
deathCallback
)
in SendObituary()
argument
419
DeleteDeathCallback(DeathCallback *
deathCallback
)
DeleteDeathCallback()
argument
[all...]
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H
A
D
bundle_mgr_helper.cpp
244
auto
deathCallback
= [weakPtr](const wptr<IRemoteObject>& object) {
in Connect()
local
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H
A
D
cloud_sync_service.cpp
294
auto
deathCallback
= [this](const wptr<IRemoteObject> &obj) {
in SetDeathRecipient()
local
Completed in 15 milliseconds