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:folderName
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H
A
D
avrcp_tg_browse.cpp
145
for (std::string
folderName
: folderNames_) {
in AssemblePacket()
146
folderNamesSize +=
folderName
.size();
in AssemblePacket()
179
for (std::string
folderName
: folderNames_) {
in AssemblePacket()
180
offset += PushOctets2((buffer + offset),
folderName
.size());
in AssemblePacket()
181
HILOGI("folderNameLength_: %{public}zu",
folderName
.size());
in AssemblePacket()
183
for (auto it =
folderName
.begin(); it !=
folderName
.end(); it++) {
in AssemblePacket()
186
HILOGI("folderName_: %{public}s",
folderName
.c_str());
in AssemblePacket()
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H
A
D
product_adapter.cpp
316
const char * const
folderName
= "i18n";
in UpdateDefaultFont()
local
317
char *curLanguageFilePath = RelocateResourceFilePath(filePath,
folderName
);
in UpdateDefaultFont()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H
A
D
cjson_parser.cpp
55
const char * const
folderName
= "i18n";
in Init()
local
56
filePath_ = RelocateResourceFilePath(filePath,
folderName
);
in Init()
/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
H
A
D
file_trash_n_exporter.cpp
224
string
folderName
= "";
in Mkdirs()
local
239
folderName
= recoveredPath.substr(lastPos + 1, i);
in Mkdirs()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H
A
D
plugin_frontend_delegate.cpp
208
for (const auto&
folderName
: sortedResourceFolderPath) {
in LoadResourceConfiguration()
209
auto fileFullPath = std::string(RESOURCES_FOLDER) +
folderName
+ std::string(I18N_FILE_SUFFIX);
in LoadResourceConfiguration()
233
for (auto
folderName
: sortedResourceFolderPath) {
in LoadResourceConfiguration()
238
auto fullFileName =
folderName
+ fileName;
in LoadResourceConfiguration()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
frontend_delegate_impl.cpp
2006
for (const auto&
folderName
: sortedResourceFolderPath) {
in LoadResourceConfiguration()
2007
auto fileFullPath = std::string(RESOURCES_FOLDER) +
folderName
+ std::string(I18N_FILE_SUFFIX);
in LoadResourceConfiguration()
2031
for (auto
folderName
: sortedResourceFolderPath) {
in LoadResourceConfiguration()
2036
auto fullFileName =
folderName
+ fileName;
in LoadResourceConfiguration()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H
A
D
thumbnail_utils.cpp
159
string
folderName
= MediaFileUtils::GetFileName(dir);
in DeleteBeginTimestampDir()
local
160
if (
folderName
.find("beginTimeStamp") == 0) {
in DeleteBeginTimestampDir()
161
string folderPath = dirName + '/' +
folderName
;
in DeleteBeginTimestampDir()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
frontend_delegate_declarative.cpp
278
for (const auto&
folderName
: sortedResourceFolderPath) {
in LoadResourceConfiguration()
279
auto fileFullPath = std::string(RESOURCES_FOLDER) +
folderName
+ std::string(I18N_FILE_SUFFIX);
in LoadResourceConfiguration()
306
for (const auto&
folderName
: sortedResourceFolderPath) {
in LoadResourceConfiguration()
311
auto fullFileName =
folderName
+ fileName;
in LoadResourceConfiguration()
Completed in 20 milliseconds