/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitycontext_fuzzer/ |
H A D | abilitycontext_fuzzer.cpp | 83 int mode = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/resourceschedule/soc_perf/test/testutil/ |
H A D | socperf_test.cpp | 120 std::string mode = argv[2]; in RequestDeviceMode() local
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/ |
H A D | deferred_photo_processor.cpp | 229 int DeferredPhotoProcessor::GetConcurrency(ExecutionMode mode) in GetConcurrency()
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | ressched_report.h | 87 void RequestPerfIfNeed(WindowSizeChangeReason reason, WindowType type, WindowMode mode) in RequestPerfIfNeed()
|
/ohos5.0/base/update/updater/test/unittest/applypatch_test/ |
H A D | all_cmd_unittest.cpp | 190 mode_t mode = (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); variable
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/ |
H A D | audio_stream_collector.cpp | 239 int32_t AudioStreamCollector::RegisterTracker(AudioMode &mode, AudioStreamChangeInfo &streamChangeI… in RegisterTracker() 602 int32_t AudioStreamCollector::UpdateTracker(const AudioMode &mode, DeviceInfo &deviceInfo) in UpdateTracker() 614 int32_t AudioStreamCollector::UpdateTracker(AudioMode &mode, AudioStreamChangeInfo &streamChangeInf… in UpdateTracker() 628 int32_t AudioStreamCollector::UpdateTrackerInternal(AudioMode &mode, AudioStreamChangeInfo &streamC… in UpdateTrackerInternal() 1083 void AudioStreamCollector::WriterStreamChangeSysEvent(AudioMode &mode, AudioStreamChangeInfo &strea… in WriterStreamChangeSysEvent()
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | BitmapDrawable.java | 422 public void setTileModeX(Shader.TileMode mode) { in setTileModeX() 438 public final void setTileModeY(Shader.TileMode mode) { in setTileModeY() 889 final Shader.TileMode mode = parseTileMode(tileMode); in updateStateFromTypedArray() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_canvas_autocache.cpp | 252 static inline bool BlendModeCanCache(SkBlendMode mode) in BlendModeCanCache() 316 void SkiaCanvasAutoCache::onDrawPoints(PointMode mode, size_t count, const SkPoint pts[], in onDrawPoints() 563 QuadAAFlags aa, const SkColor4f& color, SkBlendMode mode) in onDrawEdgeAAQuad()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | path.cpp | 183 void Path::AddPath(const Path& src, scalar dx, scalar dy, PathAddMode mode) in AddPath() 188 void Path::AddPath(const Path& src, PathAddMode mode) in AddPath() 193 void Path::AddPath(const Path& src, const Matrix& matrix, PathAddMode mode) in AddPath()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/ |
H A D | capture_session.cpp | 229 Camera_VideoStabilizationMode mode, bool* isSupported) in OH_CaptureSession_IsVideoStabilizationModeSupported() 246 Camera_VideoStabilizationMode* mode) in OH_CaptureSession_GetVideoStabilizationMode() 256 Camera_VideoStabilizationMode mode) in OH_CaptureSession_SetVideoStabilizationMode()
|
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/ |
H A D | player_impl.cpp | 448 int32_t PlayerImpl::RewindInner(int64_t mSeconds, PlayerSeekMode mode) in RewindInner() 481 bool PlayerImpl::IsValidRewindMode(PlayerSeekMode mode) in IsValidRewindMode() 496 int32_t PlayerImpl::Rewind(int64_t mSeconds, int32_t mode) in Rewind()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationSettings.java | 357 private void transitToMagnificationMode(int mode) { in transitToMagnificationMode() 450 int mode = getMagnificationMode(); in updateUIControlsIfNeeded() local
|
/aosp14/frameworks/base/core/java/android/transition/ |
H A D | Visibility.java | 100 int mode = a.getInt(R.styleable.VisibilityTransition_transitionVisibilityMode, 0); in Visibility() local 124 public void setMode(@VisibilityMode int mode) { in setMode()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavBarHelper.java | 342 public void onAccessibilityButtonModeChanged(int mode) { in onAccessibilityButtonModeChanged() 471 public void onNavigationModeChanged(int mode) { in onNavigationModeChanged()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/ |
H A D | render_drag_bar.cpp | 123 PanelMode mode = PanelMode::HALF; in ShowArrow() local 132 void RenderDragBar::ShowInPanelMode(PanelMode mode) in ShowInPanelMode()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/service/src/ |
H A D | client_bus_center.c | 184 static void DfxRecordSdkShiftGearStart(const char *packageName, const GearMode *mode) in DfxRecordSdkShiftGearStart() 540 …NGear(const char *pkgName, const char *callerId, const char *targetNetworkId, const GearMode *mode) in ShiftLNNGear()
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_ability.cpp | 115 std::shared_ptr<RawFileDescriptor> Ability::OpenRawFile(const Uri& uri, const std::string& mode) in OpenRawFile() 232 int Ability::OpenFile(const Uri& uri, const std::string& mode) in OpenFile()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_render_service_client_test.cpp | 656 ScreenColorGamut mode = COLOR_GAMUT_NATIVE; variable 670 ScreenGamutMap mode = ScreenGamutMap::GAMUT_MAP_CONSTANT; variable
|
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/adapter/ |
H A D | audio_adapter_benchmarktest.cpp | 246 enum AudioPortPassthroughMode mode = PORT_PASSTHROUGH_LPCM; in BENCHMARK_F() local 265 enum AudioPortPassthroughMode mode; in BENCHMARK_F() local
|
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | tar_file.cpp | 166 static bool CopyData(TarHeader &hdr, const string &mode, const string &uid, const string &gid, cons… in CopyData() 199 string mode = I2Ocs(sizeof(hdr.mode), st.st_mode & PERMISSION_MASK); in I2OcsConvert() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | recording_handle.h | 95 BlendMode mode = BlendMode::SRC_OVER; member 112 BlendMode mode = BlendMode::SRC_OVER; member
|
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/ |
H A D | socperf.cpp | 387 void SocPerf::RequestDeviceMode(const std::string& mode, bool status) in RequestDeviceMode() 421 for (auto mode : recordDeviceMode_) { in MatchDeviceModeCmd() local
|
/ohos5.0/base/request/request/services/include/ |
H A D | c_task_info.h | 31 uint8_t mode; member 107 uint8_t mode; member
|
/ohos5.0/base/powermgr/display_manager/state_manager/frameworks/napi/ |
H A D | brightness.cpp | 144 int32_t mode = 0; in SetMode() local 318 bool Brightness::BrightnessInfo::SetAutoMode(bool mode) in SetAutoMode()
|
/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
H A D | Tracer.java | 118 public void setOutputMode(Mode mode) { in setOutputMode()
|