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:RingtoneUtils
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimedia/ringtone_library/services/utils/src/
H
A
D
ringtone_utils.cpp
42
std::string
RingtoneUtils
::ReplaceAll(std::string str, const std::string &oldValue, const std::string &newValue)
in ReplaceAll()
54
std::map<int, std::string>
RingtoneUtils
::GetDefaultSystemtoneInfo()
in GetDefaultSystemtoneInfo()
101
int32_t
RingtoneUtils
::ChecMoveDb()
in ChecMoveDb()
103
auto ret =
RingtoneUtils
::CheckNeedScanner(COMMON_XML_EL1);
in ChecMoveDb()
112
ret =
RingtoneUtils
::CheckNeedScanner(DFX_COMMON_XML);
in ChecMoveDb()
120
if (!
RingtoneUtils
::MoveEL2DBToEL1DB()) {
in ChecMoveDb()
124
RingtoneUtils
::SetMoveEL2DBToEL1();
in ChecMoveDb()
128
int32_t
RingtoneUtils
::CheckNeedScanner(const std::string &xmlFilePath)
in CheckNeedScanner()
145
bool
RingtoneUtils
::MoveEL2DBToEL1DB()
in MoveEL2DBToEL1DB()
172
bool
RingtoneUtils
[all...]
H
A
D
ringtone_rdb_callbacks.cpp
231
auto infos =
RingtoneUtils
::GetDefaultSystemtoneInfo();
in UpdateDefaultSystemTone()
/foundation/multimedia/ringtone_library/services/utils/include/
H
A
D
ringtone_utils.h
24
class
RingtoneUtils
{
class
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H
A
D
ringtone_rdbstore.cpp
85
auto ret =
RingtoneUtils
::ChecMoveDb();
in Init()
/foundation/multimedia/ringtone_library/services/ringtone_scanner/src/
H
A
D
ringtone_default_setting.cpp
184
auto infos =
RingtoneUtils
::GetDefaultSystemtoneInfo();
in UpdateDefaultSystemTone()
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H
A
D
dualfwk_sound_setting.cpp
112
std::string fileName =
RingtoneUtils
::ReplaceAll(setting.second.toneFileName + ".ogg", " ", "_");
in GetDisplayNames()
H
A
D
ringtone_dualfwk_restore.cpp
343
keyName =
RingtoneUtils
::ReplaceAll(keyName + ".ogg", " ", "_");
in MergeQueries()
Completed in 4 milliseconds