Searched refs:fileMap_ (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/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_ ? 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 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_; variable
|
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/ |
H A D | event_source_example.cpp | 108 for (const auto &it : fileMap_) { in OnFileDescriptorEvent() 160 fileMap_[SYSTEM_FAULT_LOG_PATH] = wd; in GetPollFd()
|
H A D | event_source_example.h | 85 std::map<std::string, int> fileMap_; variable
|
/ohos5.0/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 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 D | fault_detector_manager.h | 58 std::map<std::string, int> fileMap_; variable
|
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/ |
H A D | event_loop_test.h | 53 std::map<std::string, int> fileMap_; variable
|
H A D | event_loop_test.cpp | 114 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 D | ohos_resource_adapter_impl.h | 48 std::unique_ptr<OHOS::AbilityBase::FileMapper> fileMap_ = nullptr; variable
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/include/ |
H A D | event_logger.h | 105 std::unordered_map<int, std::string> fileMap_; variable
|
/ohos5.0/base/request/request/frameworks/js/napi/include/ |
H A D | js_task.h | 63 static std::map<std::string, int32_t> fileMap_; variable
|
/ohos5.0/base/hiviewdfx/hiview/ |
H A D | hiview_zh.md | 445 std::map<std::string, int> fileMap_;
|