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:WSFFRTHelper
(Results
1 - 5
of
5
) sorted by relevance
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
ws_ffrt_helper.cpp
32
constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_WINDOW, "
WSFFRTHelper
"};
86
WSFFRTHelper
::
WSFFRTHelper
() : taskHandleMap_(std::make_unique<TaskHandleMap>()) {}
in WSFFRTHelper()
function in OHOS::Rosen::WSFFRTHelper
88
WSFFRTHelper
::~
WSFFRTHelper
() = default;
90
void
WSFFRTHelper
::SubmitTask(std::function<void()>&& task, const std::string& taskName, uint64_t delayTime,
in SubmitTask()
110
void
WSFFRTHelper
::CancelTask(const std::string& taskName)
in CancelTask()
115
bool
WSFFRTHelper
::IsTaskExisted(const std::string& taskName) const
in IsTaskExisted()
120
std::size_t
WSFFRTHelper
::CountTask() const
in CountTask()
H
A
D
scene_persistence.cpp
43
std::shared_ptr<
WSFFRTHelper
> ScenePersistence::snapshotFfrtHelper_;
77
snapshotFfrtHelper_ = std::make_shared<
WSFFRTHelper
>();
in ScenePersistence()
87
std::shared_ptr<
WSFFRTHelper
> ScenePersistence::GetSnapshotFfrtHelper() const
in GetSnapshotFfrtHelper()
/foundation/window/window_manager/window_scene/session/host/include/
H
A
D
ws_ffrt_helper.h
38
class
WSFFRTHelper
{
class
40
WSFFRTHelper
();
41
~
WSFFRTHelper
();
H
A
D
scene_persistence.h
45
std::shared_ptr<
WSFFRTHelper
> GetSnapshotFfrtHelper() const;
70
static std::shared_ptr<
WSFFRTHelper
> snapshotFfrtHelper_;
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
ws_ffrt_helper_test.cpp
29
static
WSFFRTHelper
* g_wsFfrtHelper = nullptr;
40
WSFFRTHelper
* wsFfrtHelper_;
53
wsFfrtHelper_ = new
WSFFRTHelper
();
in SetUp()
Completed in 2 milliseconds