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:dfxTaskHandler_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/ability/ability_runtime/services/appmgr/include/
H
A
D
app_mgr_service_inner.h
1868
std::shared_ptr<AAFwk::TaskHandlerWrap>
dfxTaskHandler_
;
member in OHOS::AppExecFwk::AppMgrServiceInner
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_mgr_service_inner.cpp
327
dfxTaskHandler_
= AAFwk::TaskHandlerWrap::CreateQueueHandler("dfx_freeze_task_queue");
in Init()
5869
if (!
dfxTaskHandler_
) {
in NotifyAppFault()
5874
dfxTaskHandler_
->SubmitTask(notifyAppTask, "NotifyAppFaultTask");
in NotifyAppFault()
5879
dfxTaskHandler_
->SubmitTask(task, "DeleteStack", delayTime);
in NotifyAppFault()
5903
if (faultData.timeoutMarkers != "" && !
dfxTaskHandler_
->CancelTask(faultData.timeoutMarkers)) {
in CheckAppFault()
5991
dfxTaskHandler_
->SubmitTask(timeoutNotifyApp, transformedFaultData.timeoutMarkers, timeout);
in TransformedNotifyAppFault()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/
H
A
D
app_mgr_service_inner_second_test.cpp
1396
appMgrServiceInner->
dfxTaskHandler_
= AAFwk::TaskHandlerWrap::CreateQueueHandler("dfx_freeze_task_queue_test");
in HWTEST_F()
1496
appMgrServiceInner->
dfxTaskHandler_
= AAFwk::TaskHandlerWrap::CreateQueueHandler("dfx_freeze_task_queue_test");
in HWTEST_F()
Completed in 23 milliseconds