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:fileMap_
(Results
1 - 12
of
12
) sorted by relevance
/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
H
A
D
ohos_resource_adapter_impl.cpp
244
const std::shared_ptr<Extractor>& extractor): extractor_(extractor),
fileMap_
(std::move(fileMap))
in OhosFileMapperImpl()
255
return
fileMap_
?
fileMap_
->GetOffset(): -1;
in GetOffset()
260
return
fileMap_
?
fileMap_
->GetFileName(): "";
in GetFileName()
265
return
fileMap_
?
fileMap_
->IsCompressed(): false;
in IsCompressed()
270
return
fileMap_
?
fileMap_
->GetDataPtr(): nullptr;
in GetDataPtr()
275
return
fileMap_
in GetDataLen()
[all...]
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H
A
D
fault_detector_manager.h
58
std::map<std::string, int>
fileMap_
;
member in OHOS::HiviewDFX::FaultDetectorManager
/base/hiviewdfx/hiview/base/test/unittest/common/
H
A
D
event_loop_test.h
53
std::map<std::string, int>
fileMap_
;
member in OHOS::HiviewDFX::DataFileEventReader
H
A
D
event_loop_test.cpp
114
for (const auto &it :
fileMap_
) {
in OnFileDescriptorEvent()
156
fileMap_
[EVENT_LOG_PATH] = wd;
in GetPollFd()
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/
H
A
D
bundle_event_source_example.cpp
104
for (const auto &it :
fileMap_
) {
in OnFileDescriptorEvent()
156
fileMap_
[SYSTEM_FAULT_LOG_PATH] = wd;
in GetPollFd()
H
A
D
bundle_event_source_example.h
86
std::map<std::string, int>
fileMap_
;
member in OHOS::HiviewDFX::BundleEventSourceExample
/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/
H
A
D
event_source_example.h
85
std::map<std::string, int>
fileMap_
;
member in OHOS::HiviewDFX::EventSourceExample
H
A
D
event_source_example.cpp
108
for (const auto &it :
fileMap_
) {
in OnFileDescriptorEvent()
160
fileMap_
[SYSTEM_FAULT_LOG_PATH] = wd;
in GetPollFd()
/base/web/webview/ohos_adapter/ohos_resource_adapter/include/
H
A
D
ohos_resource_adapter_impl.h
48
std::unique_ptr<OHOS::AbilityBase::FileMapper>
fileMap_
= nullptr;
member in OHOS::NWeb::OhosFileMapperImpl
/base/request/request/frameworks/js/napi/src/
H
A
D
js_task.cpp
55
std::map<std::string, int32_t> JsTask::
fileMap_
;
member in OHOS::Request::JsTask
1027
auto it =
fileMap_
.find(filepath);
in AddPathMap()
1028
if (it ==
fileMap_
.end()) {
in AddPathMap()
1029
fileMap_
[filepath] = 1;
in AddPathMap()
1031
fileMap_
[filepath] += 1;
in AddPathMap()
1067
auto it =
fileMap_
.find(filepath);
in RemovePathMap()
1068
if (it !=
fileMap_
.end()) {
in RemovePathMap()
1069
if (
fileMap_
[filepath] <= 1) {
in RemovePathMap()
1070
fileMap_
.erase(filepath);
in RemovePathMap()
1075
fileMap_
[filepat
in RemovePathMap()
[all...]
/base/hiviewdfx/hiview/plugins/eventlogger/include/
H
A
D
event_logger.h
70
std::unordered_map<int, std::string>
fileMap_
;
member in OHOS::HiviewDFX::EventLogger
/base/request/request/frameworks/js/napi/include/
H
A
D
js_task.h
62
static std::map<std::string, int32_t>
fileMap_
;
member in OHOS::Request::JsTask
Completed in 8 milliseconds