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:DfxWorker
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/ringtone_library/services/ringtone_dfx/src/
H
A
D
dfx_worker.cpp
15
#define MLOG_TAG "
DfxWorker
"
29
shared_ptr<
DfxWorker
>
DfxWorker
::dfxWorkerInstance_{nullptr};
31
shared_ptr<
DfxWorker
>
DfxWorker
::GetInstance()
in GetInstance()
34
dfxWorkerInstance_ = make_shared<
DfxWorker
>();
in GetInstance()
39
DfxWorker
::
DfxWorker
()
in DfxWorker()
function in OHOS::Media::DfxWorker
45
DfxWorker
::~
DfxWorker
()
in ~DfxWorker()
[all...]
H
A
D
dfx_manager.cpp
65
DfxWorker
::GetInstance()->Init();
in Init()
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H
A
D
dfx_worker.cpp
15
#define MLOG_TAG "
DfxWorker
"
31
shared_ptr<
DfxWorker
>
DfxWorker
::dfxWorkerInstance_{nullptr};
33
shared_ptr<
DfxWorker
>
DfxWorker
::GetInstance()
in GetInstance()
36
dfxWorkerInstance_ = make_shared<
DfxWorker
>();
in GetInstance()
41
DfxWorker
::
DfxWorker
() : isThreadRunning_(false)
in DfxWorker()
function in OHOS::Media::DfxWorker
45
DfxWorker
::~
DfxWorker
()
in ~DfxWorker()
[all...]
H
A
D
dfx_manager.cpp
70
dfxWorker_ =
DfxWorker
::GetInstance();
in Init()
/foundation/multimedia/ringtone_library/services/ringtone_dfx/include/
H
A
D
dfx_worker.h
25
class
DfxWorker
{
class
27
DfxWorker
();
28
~
DfxWorker
();
29
EXPORT static std::shared_ptr<
DfxWorker
> GetInstance();
37
static std::shared_ptr<
DfxWorker
> dfxWorkerInstance_;
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H
A
D
dfx_worker.h
51
class
DfxWorker
{
class
53
DfxWorker
();
54
~
DfxWorker
();
55
static std::shared_ptr<
DfxWorker
> GetInstance();
75
static std::shared_ptr<
DfxWorker
> dfxWorkerInstance_;
H
A
D
dfx_manager.h
84
std::shared_ptr<
DfxWorker
> dfxWorker_;
/foundation/multimedia/ringtone_library/test/unittest/ringtone_dfx_test/src/
H
A
D
ringtone_dfx_test.cpp
80
auto dfxWorker =
DfxWorker
::GetInstance();
in HWTEST_F()
Completed in 3 milliseconds