/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/ |
H A D | std_file.h | 31 StdFile(Mode mode, std::fstream&& stream); 34 Mode GetMode() const override; 37 static IFile::Ptr Open(BASE_NS::string_view path, Mode mode); 40 static IFile::Ptr Create(BASE_NS::string_view path, Mode mode); 64 Mode mode_ { Mode::INVALID };
|
H A D | std_file.cpp | 52 std::ios_base::openmode OpenFileAccessMode(IFile::Mode mode) in OpenFileAccessMode() 55 case IFile::Mode::INVALID: in OpenFileAccessMode() 58 case IFile::Mode::READ_ONLY: in OpenFileAccessMode() 60 case IFile::Mode::READ_WRITE: in OpenFileAccessMode() 67 std::ios_base::openmode CreateFileAccessMode(IFile::Mode mode) in CreateFileAccessMode() 70 case IFile::Mode::INVALID: in CreateFileAccessMode() 71 case IFile::Mode::READ_ONLY: in CreateFileAccessMode() 74 case IFile::Mode::READ_WRITE: in CreateFileAccessMode() 89 StdFile::StdFile(Mode mode, std::fstream&& stream) : mode_(mode), file_(BASE_NS::move(stream)) {} in StdFile() 96 IFile::Mode StdFil [all...] |
H A D | memory_file.cpp | 45 IFile::Mode MemoryFile::GetMode() const in GetMode() 47 return IFile::Mode::READ_ONLY; in GetMode()
|
H A D | std_filesystem.cpp | 92 return StdFile::Open(path, IFile::Mode::READ_ONLY); in OpenFile() 101 return StdFile::Create(path, IFile::Mode::READ_WRITE); in CreateFile()
|
H A D | memory_file.h | 66 Mode GetMode() const override;
|
H A D | rofs_filesystem.cpp | 60 Mode GetMode() const override 62 return IFile::Mode::READ_ONLY;
|
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/io/ |
H A D | intf_file.h | 31 enum class Mode { class in IFile 41 * @return Mode of the file, either read only or read / write. 43 virtual Mode GetMode() const = 0;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_base.cpp | 50 static Mode g_mode; 169 if ((g_mode != Mode::READ && g_mode != Mode::READ_EMUL) || !IsParcelMock(parcel)) { in PatchPlainNodeId() 182 if (g_mode == Mode::READ_EMUL) { in PatchTypefaceId() 184 } else if (g_mode == Mode::READ) { in PatchTypefaceId() 197 if ((g_mode != Mode::READ && g_mode != Mode::READ_EMUL) || !IsParcelMock(parcel)) { in PatchPlainPid() 204 void RSProfiler::SetMode(Mode mode) in SetMode() 207 if (g_mode == Mode::NONE) { in SetMode() 213 Mode RSProfile [all...] |
H A D | rs_profiler.cpp | 278 SetMode(Mode::READ); in OnRemoteRequest() 280 SetMode(Mode::WRITE); in OnRemoteRequest() 282 SetMode(Mode::NONE); in OnRemoteRequest() 413 if (GetMode() == Mode::READ) { in ProcessSignalFlag() 416 if (GetMode() == Mode::WRITE) { in ProcessSignalFlag() 524 return GetMode() == Mode::READ; in OnParallelRenderBegin() 646 const bool useMockPid = pid > 0 && GetMode() == Mode::READ; in OnParallelRenderBegin() 761 return (GetMode() == Mode::WRITE_EMUL || GetMode() == Mode::READ_EMUL); in OnParallelRenderBegin() 827 SetMode(Mode in OnParallelRenderBegin() [all...] |
H A D | rs_profiler_pixelmap.cpp | 293 if (Rosen::RSProfiler::GetMode() != Rosen::Mode::WRITE && Rosen::RSProfiler::GetMode() != Rosen::Mode::WRITE_EMUL) { in CacheImage() 595 if (RSProfiler::IsEnabled() && RSProfiler::GetMode() == Mode::WRITE) { in SkipPixelMap()
|
H A D | rs_profiler.h | 132 enum class Mode { NONE = 0, READ = 1, WRITE = 2, READ_EMUL = 3, WRITE_EMUL = 4 }; class 202 RSB_EXPORT static Mode GetMode(); 231 RSB_EXPORT static void SetMode(Mode mode);
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | object_context.h | 41 META_FORWARD_PROPERTY(ProxyModeBitsValue, Mode, proxy_->Mode())
|
H A D | proxy_object.h | 55 META_IMPLEMENT_INTERFACE_PROPERTY(IProxyObject, ProxyModeBitsValue, Mode, ProxyMode::REFLECT_PROXY_HIERARCHY)
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
H A D | water_flow_pattern.cpp | 67 if (layoutInfo_->Mode() == LayoutMode::TOP_DOWN && GreatNotEqual(delta, 0.0f)) { in UpdateCurrentOffset() 113 if (layoutInfo_->Mode() == LayoutMode::SLIDING_WINDOW) { in UpdateScrollBarOffset() 165 if (layoutInfo_->Mode() == LayoutMode::SLIDING_WINDOW) { in CreateLayoutAlgorithm() 210 if (layoutInfo_->Mode() == LayoutMode::SLIDING_WINDOW) { in OnModifyDone() 499 if (layoutInfo_->Mode() == LayoutMode::SLIDING_WINDOW && keepContentPosition_) { in OnSectionChanged() 605 if (layoutInfo_->Mode() == WaterFlowLayoutMode::SLIDING_WINDOW) { in AnimateTo() 613 if (layoutInfo_->Mode() == WaterFlowLayoutMode::SLIDING_WINDOW) { in ScrollTo() 666 if (!layoutInfo_ || mode != layoutInfo_->Mode()) { in SetLayoutMode() 683 if (layoutInfo_->Mode() == LayoutMode::SLIDING_WINDOW && keepContentPosition_) { in NotifyDataChange() 774 if (layoutInfo_->Mode() [all...] |
H A D | water_flow_pattern.h | 50 return layoutInfo_->Mode(); in GetLayoutMode()
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/ |
H A D | serialisation_utils.cpp | 32 MemFile::Mode MemFile::GetMode() const in GetMode() 34 return Mode::READ_WRITE; in GetMode()
|
H A D | serialisation_utils.h | 31 Mode GetMode() const override;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_blender.cpp | 35 sk_sp<SkBlender> skBlender = SkBlender::Mode(static_cast<SkBlendMode>(mode)); in CreateWithBlendMode()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/blender_fuzzer/ |
H A D | blender_fuzzer.cpp | 49 sk_sp<SkBlender> skBlender = SkBlender::Mode(static_cast<SkBlendMode>(skBlendMode % BLENDMODE_SIZE)); in BlenderFuzzTest001()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_proxy_object.h | 41 META_PROPERTY(ProxyModeBitsValue, Mode)
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/ |
H A D | water_flow_layout_info_base.h | 42 virtual WaterFlowLayoutMode Mode() const = 0;
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/ |
H A D | ohos_file.cpp | 183 IFile::Mode OhosFile::GetMode() const in GetMode() 185 return IFile::Mode::READ_ONLY; in GetMode()
|
H A D | ohos_file.h | 138 Mode GetMode() const override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/ |
H A D | water_flow_layout_info_sw.h | 36 WaterFlowLayoutMode Mode() const override
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/ |
H A D | water_flow_layout_info.h | 46 WaterFlowLayoutMode Mode() const override
|