Home
last modified time | relevance | path

Searched refs:fileMap_ (Results 1 - 12 of 12) sorted by relevance

/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_ in GetDataLen()
[all...]
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_manager.h58 std::map<std::string, int> fileMap_; member in OHOS::HiviewDFX::FaultDetectorManager
/base/hiviewdfx/hiview/base/test/unittest/common/
H A Devent_loop_test.h53 std::map<std::string, int> fileMap_; member in OHOS::HiviewDFX::DataFileEventReader
H A Devent_loop_test.cpp114 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 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_; member in OHOS::HiviewDFX::BundleEventSourceExample
/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/
H A Devent_source_example.h85 std::map<std::string, int> fileMap_; member in OHOS::HiviewDFX::EventSourceExample
H A Devent_source_example.cpp108 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 Dohos_resource_adapter_impl.h48 std::unique_ptr<OHOS::AbilityBase::FileMapper> fileMap_ = nullptr; member in OHOS::NWeb::OhosFileMapperImpl
/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
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 Devent_logger.h70 std::unordered_map<int, std::string> fileMap_; member in OHOS::HiviewDFX::EventLogger
/base/request/request/frameworks/js/napi/include/
H A Djs_task.h62 static std::map<std::string, int32_t> fileMap_; member in OHOS::Request::JsTask

Completed in 8 milliseconds