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:HandleHostDied
(Results
1 - 14
of
14
) sorted by relevance
/foundation/ability/form_fwk/test/unittest/fms_form_supply_callback_test/
H
A
D
form_supply_callback_test.cpp
159
* @tc.desc: test
HandleHostDied
function and hostToken is not nullptr
167
// test
HandleHostDied
function
in HWTEST_F()
168
formSupplyCallback.
HandleHostDied
(hostToken);
in HWTEST_F()
174
* @tc.desc: test
HandleHostDied
function and hostToken is nullptr
181
// test
HandleHostDied
function
in HWTEST_F()
182
formSupplyCallback.
HandleHostDied
(nullptr);
in HWTEST_F()
188
* @tc.desc: test
HandleHostDied
function and hostToken is not nullptr GetHostToken is not nullptr
202
// test
HandleHostDied
function
in HWTEST_F()
203
formSupplyCallback.
HandleHostDied
(hostToken);
in HWTEST_F()
209
* @tc.desc: test
HandleHostDied
functio
[all...]
/foundation/ability/form_fwk/services/include/
H
A
D
form_supply_callback.h
94
void
HandleHostDied
(const sptr<IRemoteObject> &hostToken);
H
A
D
form_data_mgr.h
198
void
HandleHostDied
(const sptr<IRemoteObject> &remoteHost);
/foundation/ability/form_fwk/test/fuzztest/formrenderrecord_fuzzer/
H
A
D
formrenderrecord_fuzzer.cpp
50
formRenderRecord->
HandleHostDied
(hostRemoteObj);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formdatamgrone_fuzzer/
H
A
D
formdatamgrone_fuzzer.cpp
70
formDataMgr.
HandleHostDied
(remoteHost);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formsupplycallback_fuzzer/
H
A
D
formsupplycallback_fuzzer.cpp
67
formSupplyCallback.
HandleHostDied
(hostToken);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/form_render_service/include/
H
A
D
form_render_record.h
86
bool
HandleHostDied
(const sptr<IRemoteObject> hostRemoteObj);
/foundation/ability/form_fwk/services/src/
H
A
D
form_supply_callback.cpp
304
void FormSupplyCallback::
HandleHostDied
(const sptr<IRemoteObject> &hostToken)
in HandleHostDied()
function in OHOS::AppExecFwk::FormSupplyCallback
H
A
D
form_task_mgr.cpp
591
FormDataMgr::GetInstance().
HandleHostDied
(remoteHost);
in HostDied()
592
FormSupplyCallback::GetInstance()->
HandleHostDied
(remoteHost);
in HostDied()
H
A
D
form_data_mgr.cpp
701
void FormDataMgr::
HandleHostDied
(const sptr<IRemoteObject> &remoteHost)
in HandleHostDied()
function in OHOS::AppExecFwk::FormDataMgr
/foundation/ability/form_fwk/services/form_render_service/src/
H
A
D
form_render_impl.cpp
210
if (renderRecord && renderRecord->
HandleHostDied
(hostToken)) {
in CleanFormHost()
H
A
D
form_render_record.cpp
146
bool FormRenderRecord::
HandleHostDied
(const sptr<IRemoteObject> hostRemoteObj)
in HandleHostDied()
function in OHOS::AppExecFwk::FormRender::FormRenderRecord
/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H
A
D
fms_form_data_mgr_test.cpp
1048
* @tc.name:
HandleHostDied
1075
formDataMgr_.
HandleHostDied
(token_);
in HWTEST_F()
1082
* @tc.name:
HandleHostDied
1110
formDataMgr_.
HandleHostDied
(token_);
in HWTEST_F()
1117
* @tc.name:
HandleHostDied
1142
formDataMgr_.
HandleHostDied
(token_);
in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/
H
A
D
frs_form_render_record_test.cpp
99
* @tc.desc: test
HandleHostDied
function.
110
EXPECT_EQ(true, formRenderRecordPtr_->
HandleHostDied
(hostRemoteObj));
in HWTEST_F()
Completed in 21 milliseconds