Home
last modified time | relevance | path

Searched defs:mode (Results 926 - 950 of 4448) sorted by relevance

1...<<31323334353637383940>>...178

/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_observer_proxy.cpp183 void BluetoothHostObserverProxy::OnScanModeChanged(int32_t mode) in OnScanModeChanged() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_installd_proxy.cpp62 Mkdir( const std::string &dir, const int32_t mode, const int32_t uid, const int32_t gid) Mkdir() argument
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_file_utils.cpp71 mode_t mode = S_IRWXU | S_IRWXG | S_IXOTH; in MkRecursiveDir() local
98 mode_t mode = S_IRWXU | S_IRWXG; in MkOwnerDir() local
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_ffi.cpp83 void FfiBluetoothConSetBluetoothScanMode(int32_t mode, int32_t duration, int32_t* errCode) in FfiBluetoothConSetBluetoothScanMode() argument
/foundation/bundlemanager/bundle_tool/test/unittest/bm/
H A Dbm_command_test.cpp114 int32_t mode = GetIntParameter(IS_ROOT_MODE_PARAM, ROOT_MODE); in HWTEST_F() local
147 int32_t mode = GetIntParameter(IS_ROOT_MODE_PARAM, ROOT_MODE); in HWTEST_F() local
180 int32_t mode = GetIntParameter(IS_ROOT_MODE_PARAM, ROOT_MODE); in HWTEST_F() local
213 int32_t mode in HWTEST_F() local
246 int32_t mode = GetIntParameter(IS_ROOT_MODE_PARAM, ROOT_MODE); HWTEST_F() local
[all...]
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_inner_feature.cpp236 bool mode; in SetExternalInstallMode() local
250 bool mode; in SetInnerDebugMode() local
264 bool mode; in SetInnerSignMode() local
/foundation/multimedia/av_codec/frameworks/native/avdemuxer/
H A Davdemuxer_impl.cpp160 int32_t AVDemuxerImpl::SeekToTime(int64_t millisecond, SeekMode mode) in SeekToTime() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Daa_rect_modes.cpp105 static float drawCell(OH_Drawing_Canvas *canvas, OH_Drawing_BlendMode mode, uint8_t a0, uint8_t a1) in drawCell() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/colorfilter_fuzzer/
H A Dcolor_filter_fuzzer.cpp66 uint32_t mode = GetObject<uint32_t>(); in ColorFilterFuzzTest002() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_material_filter_test.cpp49 BLUR_COLOR_MODE mode = BLUR_COLOR_MODE::DEFAULT; in HWTEST_F() local
68 BLUR_COLOR_MODE mode = BLUR_COLOR_MODE::DEFAULT; in HWTEST_F() local
198 BLUR_COLOR_MODE mode = BLUR_COLOR_MODE::DEFAULT; in HWTEST_F() local
346 BLUR_COLOR_MODE mode = BLUR_COLOR_MODE::DEFAULT; in HWTEST_F() local
370 BLUR_COLOR_MODE mode = BLUR_COLOR_MODE::DEFAULT; HWTEST_F() local
396 BLUR_COLOR_MODE mode = BLUR_COLOR_MODE::DEFAULT; HWTEST_F() local
410 BLUR_COLOR_MODE mode = BLUR_COLOR_MODE::DEFAULT; HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dhierarchy_controller.cpp47 void NodeHierarchyController::SetTarget(const IObject::Ptr& hierarchyRoot, HierarchyChangeModeValue mode) in SetTarget() argument
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Ddirectory_ex.cpp235 bool ChangeMode(const string& fileName, const mode_t& mode) in ChangeMode() argument
240 bool ChangeModeFile(const string& fileName, const mode_t& mode) in ChangeModeFile() argument
250 bool ChangeModeDirectory(const string& path, const mode_t& mode) in ChangeModeDirectory() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/luminance/
H A Drs_luminance_control.cpp238 float RSLuminanceControl::GetHdrTmoNits(ScreenId screenId, int32_t mode) in GetHdrTmoNits() argument
258 double RSLuminanceControl::GetHdrBrightnessRatio(ScreenId screenId, int32_t mode) in GetHdrBrightnessRatio() argument
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_screen.cpp25 HgmScreen::HgmScreen(ScreenId id, int32_t mode, ScreenSize& screenSize) in HgmScreen() argument
173 int32_t mode in GetModeIdViaRate() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_paint.cpp109 void TexginePaint::SetBlendMode(TexgineBlendMode mode) in SetBlendMode() argument
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_replayer.cpp236 void DrawingSampleReplayer::SetCaptureMode(CaptureMode mode) in SetCaptureMode() argument
/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/common/
H A Dhelp_utils.cpp153 bool StorageTestUtils::MkDir(const std::string &path, mode_t mode) in MkDir() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_framebuffer.h104 void SetReadBufferMode(GLenum mode) in SetReadBufferMode() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dbrush.cpp102 void Brush::SetBlendMode(const BlendMode& mode) in SetBlendMode() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_vertices.cpp39 bool SkiaVertices::MakeCopy(VertexMode mode, int vertexCount, in MakeCopy() argument
78 bool SkiaVertices::MakeCopy(VertexMode mode, in MakeCopy() argument
143 void SkiaVertices::SkiaBuilder::Init(VertexMode mode, int vertexCount, int indexCount, uint32_t flags) in Init() argument
H A Dskia_color_filter.cpp37 void SkiaColorFilter::InitWithBlendMode(ColorQuad c, BlendMode mode) in InitWithBlendMode() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/hyper_graphic_manager/src/
H A Dhyper_graphic_manager_napi.cpp52 int32_t mode; in SetRefreshRateMode() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dstd_file.cpp52 std::ios_base::openmode OpenFileAccessMode(IFile::Mode mode) in OpenFileAccessMode() argument
67 std::ios_base::openmode CreateFileAccessMode(IFile::Mode mode) in CreateFileAccessMode() argument
89 StdFile::StdFile(Mode mode, std::fstream&& stream) : mode_(mode), file_(BASE_NS::move(stream)) {} in StdFile() argument
107 IFile::Ptr StdFile::Open(const string_view path, Mode mode) in Open() argument
137 Create(const string_view path, Mode mode) Create() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_filter.cpp46 std::shared_ptr<RSFilter> RSFilter::CreateMaterialFilter(int style, float dipScale, BLUR_COLOR_MODE mode, float ratio) in CreateMaterialFilter() argument
51 CreateMaterialFilter(float radius, float saturation, float brightness, uint32_t colorValue, BLUR_COLOR_MODE mode) CreateMaterialFilter() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/paint_fuzzer/
H A Dpaint_fuzzer.cpp104 uint32_t mode = GetObject<uint32_t>(); in PaintFuzzTest002() local

Completed in 13 milliseconds

1...<<31323334353637383940>>...178