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:TASK_NAME
(Results
1 - 5
of
5
) sorted by relevance
/foundation/ability/ability_runtime/service_router_framework/services/srms/src/
H
A
D
service_router_mgr_service.cpp
41
const std::string
TASK_NAME
= "ServiceRouterUnloadTask";
member
91
handler_->RemoveTask(
TASK_NAME
);
in DelayUnloadTask()
107
handler_->PostTask(task,
TASK_NAME
, UNLOAD_DELAY_TIME);
in DelayUnloadTask()
/foundation/window/window_manager/wm/include/
H
A
D
ressched_report.h
39
const std::string
TASK_NAME
= "SlideOff";
member
146
handler->RemoveTask(
TASK_NAME
);
in StatusBarDrag()
157
handler->PostTask(task,
TASK_NAME
, 990, AppExecFwk::EventQueue::Priority::HIGH);
in StatusBarDrag()
/foundation/multimedia/player_framework/services/services/sa_media/ipc/
H
A
D
media_service_stub.cpp
24
const std::string
TASK_NAME
= "OHOS::Media::MediaServiceStub::GetSystemAbility";
member
164
TASK_NAME
+ ":" + std::to_string(mediaSystemAbility), false, TIME_OUT_SECOND);
in GetSystemAbility()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
application_cleaner.cpp
45
static const char
TASK_NAME
[] = "ApplicationCleaner::ClearTempData";
member
104
attr.name(
TASK_NAME
);
in ClearTempData()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H
A
D
aot_handler.cpp
68
constexpr const char*
TASK_NAME
= "OTACompileTimer";
member
531
serialQueue_->ScheduleDelayTask(
TASK_NAME
, delayTimeSeconds * CONVERSION_FACTOR, task);
in BeforeOTACompile()
549
serialQueue_->CancelDelayTask(
TASK_NAME
);
in OTACompileInternal()
Completed in 4 milliseconds