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:mName
(Results
1 - 6
of
6
) sorted by relevance
/base/powermgr/display_manager/brightness_manager/include/
H
A
D
brightness_dimming.h
51
std::string
mName
{};
/base/global/resource_management/frameworks/resmgr/src/utils/
H
A
D
hap_parser.cpp
171
std::string
mName
= GetModuleName(reinterpret_cast<char *>(tmpBuf.get()), tmpLen);
in ParseModuleNameFromHap()
local
172
if (
mName
.size() == 0) {
in ParseModuleNameFromHap()
176
return
mName
;
in ParseModuleNameFromHap()
181
std::string
mName
= ParseModuleNameFromHap(uf);
in GetIndexFilePath()
local
183
indexFilePath.append(
mName
);
in GetIndexFilePath()
240
std::string
mName
= GetModuleName(reinterpret_cast<char *>(configBuf.get()), len);
in ParseModuleName()
local
241
if (
mName
.size() == 0) {
in ParseModuleName()
245
return
mName
;
in ParseModuleName()
/base/powermgr/display_manager/brightness_manager/src/
H
A
D
brightness_dimming.cpp
30
:
mName
(name), mCallback(callback)
in BrightnessDimming()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H
A
D
hap_parser.cpp
140
std::string
mName
= GetModuleName(static_cast<char *>(tmpBuf));
in ReadIndexFromFile()
local
141
if (
mName
.size() == 0) {
in ReadIndexFromFile()
148
indexFilePath.append(
mName
);
in ReadIndexFromFile()
/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
H
A
D
ohos_resource_adapter_impl.cpp
473
std::string
mName
= GetModuleName(reinterpret_cast<char *>(configBuf.get()), len);
in ParseModuleName()
local
474
if (
mName
.size() == 0) {
in ParseModuleName()
478
return
mName
;
in ParseModuleName()
/base/global/resource_management/frameworks/resmgr/src/
H
A
D
hap_resource.cpp
156
std::string
mName
= HapParser::ParseModuleName(extractor);
in GetIndexFilePath()
local
158
indexFilePath.append(
mName
);
in GetIndexFilePath()
Completed in 8 milliseconds