Home
last modified time | relevance | path

Searched refs:fileMap_ (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
H A Dohos_resource_adapter_impl.cpp244 … 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_ ? fileMap_->GetDataLen(): 0; in GetDataLen()
282 bool result = extractor_->UnzipData(std::move(fileMap_), data, len); in UnzipData()
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/
H A Dbundle_event_source_example.cpp104 for (const auto &it : fileMap_) { in OnFileDescriptorEvent()
156 fileMap_[SYSTEM_FAULT_LOG_PATH] = wd; in GetPollFd()
H A Dbundle_event_source_example.h86 std::map<std::string, int> fileMap_; variable
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/
H A Devent_source_example.cpp108 for (const auto &it : fileMap_) { in OnFileDescriptorEvent()
160 fileMap_[SYSTEM_FAULT_LOG_PATH] = wd; in GetPollFd()
H A Devent_source_example.h85 std::map<std::string, int> fileMap_; variable
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Djs_task.cpp55 std::map<std::string, int32_t> JsTask::fileMap_; member in OHOS::Request::JsTask
1026 auto it = fileMap_.find(filepath); in AddPathMap()
1027 if (it == fileMap_.end()) { in AddPathMap()
1028 fileMap_[filepath] = 1; in AddPathMap()
1030 fileMap_[filepath] += 1; in AddPathMap()
1066 auto it = fileMap_.find(filepath); in RemovePathMap()
1067 if (it != fileMap_.end()) { in RemovePathMap()
1068 if (fileMap_[filepath] <= 1) { in RemovePathMap()
1069 fileMap_.erase(filepath); in RemovePathMap()
1074 fileMap_[filepath] -= 1; in RemovePathMap()
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_manager.h58 std::map<std::string, int> fileMap_; variable
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Devent_loop_test.h53 std::map<std::string, int> fileMap_; variable
H A Devent_loop_test.cpp114 for (const auto &it : fileMap_) { in OnFileDescriptorEvent()
156 fileMap_[EVENT_LOG_PATH] = wd; in GetPollFd()
/ohos5.0/base/web/webview/ohos_adapter/ohos_resource_adapter/include/
H A Dohos_resource_adapter_impl.h48 std::unique_ptr<OHOS::AbilityBase::FileMapper> fileMap_ = nullptr; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/include/
H A Devent_logger.h105 std::unordered_map<int, std::string> fileMap_; variable
/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Djs_task.h63 static std::map<std::string, int32_t> fileMap_; variable
/ohos5.0/base/hiviewdfx/hiview/
H A Dhiview_zh.md445 std::map<std::string, int> fileMap_;