Home
last modified time | relevance | path

Searched defs:force (Results 1 – 25 of 185) sorted by relevance

12345678

/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dinterval.cpp56 void PerfCtrl::Update(bool force) in Update()
70 void PerfCtrl::Update(uint64_t deadlineNs, uint64_t load, bool force) in Update()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarTransitions.java154 private void applyLightsOut(boolean animate, boolean force) { in applyLightsOut()
156 applyLightsOut(isLightsOut(getMode()), animate, force); in applyLightsOut() local
159 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) { in applyLightsOut()
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_sched/
H A Dsched_scheduler_mock.cpp35 void SchedScheduler::TryUnloadServiceTimer(bool force) {} in TryUnloadServiceTimer()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/
H A Dvolume_info_test.cpp283 bool force = true; variable
305 bool force = true; variable
340 bool force = true; variable
374 bool force = false; variable
/aosp14/frameworks/base/libs/androidfw/tests/
H A DTheme_test.cpp268 const uint8_t force[] = {true, true}; in TEST_F() local
288 const uint8_t force[] = {false, false}; in TEST_F() local
307 const uint8_t force[] = {false, true}; in TEST_F() local
/ohos5.0/drivers/peripheral/usb/test/fuzztest/usbclaiminterface_fuzzer/
H A Dusbclaiminterface_fuzzer.cpp29 uint8_t force; member
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeController.java67 void animateCollapseShade(int flags, boolean force, boolean delayed, float speedUpFactor); in animateCollapseShade()
153 void makeExpandedVisible(boolean force); in makeExpandedVisible()
H A DShadeControllerImpl.java121 public void animateCollapseShade(int flags, boolean force, boolean delayed, in animateCollapseShade()
325 public void makeExpandedVisible(boolean force) { in makeExpandedVisible()
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/
H A Djs_file_access_ext_ability_test.cpp1136 bool force = false; variable
1167 bool force = false; variable
1222 bool force = false; variable
1259 bool force = false; variable
1299 bool force = false; variable
1340 bool force = false; variable
1382 bool force = false; variable
1428 bool force = false; variable
H A Djs_file_access_ext_ability_other_test.cpp218 bool force = false; variable
249 bool force = false; variable
304 bool force = false; variable
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DMessagingLayoutTransformState.java419 public void setVisible(boolean visible, boolean force) { in setVisible()
431 setVisible(ownGroup.getAvatar(), visible, force); in setVisible() local
432 setVisible(ownGroup.getSenderView(), visible, force); in setVisible() local
441 private void setVisible(View child, boolean visible, boolean force) { in setVisible()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
H A DTvNotificationPanel.java80 public void animateCollapsePanels(int flags, boolean force) { in animateCollapsePanels()
/ohos5.0/base/powermgr/power_manager/services/native/src/actions/default/display/
H A Ddefault_device_state_action.cpp64 const std::function<void()> onSuspend, const std::function<void()> onWakeup, bool force) in GoToSleep()
/aosp14/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
H A DCompanionDeviceDiscoveryService.java290 List<BluetoothDeviceFilter> filters, boolean force) { in startBtScanningIfNeeded()
305 List<WifiDeviceFilter> filters, boolean force) { in startWifiScanningIfNeeded()
321 List<BluetoothLeDeviceFilter> filters, boolean force) { in startBleScanningIfNeeded()
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpaddresspool_fuzzer/
H A Ddhcpaddresspool_fuzzer.cpp55 int force = static_cast<int>(data[index++]); in DhcpAddressPoolFuzzTest() local
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Devent_handler_wrap.cpp89 bool EventHandlerWrap::RemoveEvent(EventWrap event, bool force) in RemoveEvent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGuts.java109 public boolean handleCloseControls(boolean save, boolean force); in handleCloseControls()
257 public void closeControls(boolean leavebehinds, boolean controls, int x, int y, boolean force) { in closeControls()
290 private void closeControls(int x, int y, boolean save, boolean force) { in closeControls()
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_device_pipe.cpp43 int32_t USBDevicePipe::ClaimInterface(const UsbInterface &interface, bool force) in ClaimInterface()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dvolume_info.cpp130 int32_t VolumeInfo::UMount(bool force) in UMount()
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dfile_access_ext_ability.cpp94 …bility::Copy(const Uri &sourceUri, const Uri &destUri, std::vector<Result> &copyResult, bool force) in Copy()
170 bool force) in MoveItem()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfacePlacer.java118 final void performSurfacePlacement(boolean force) { in performSurfacePlacement()
/ohos5.0/base/powermgr/power_manager/services/native/src/actions/default/suspend/
H A Dsuspend_controller.cpp142 void SuspendController::Suspend(SuspendCallback onSuspend, SuspendCallback onWakeup, bool force) in Suspend()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DMasterClearReceiverTest.java245 private void verifyRebootWipeUserData(boolean shutdown, String reason, boolean force, in verifyRebootWipeUserData()
/aosp14/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/
H A DSpringAnimation.java148 public SpringAnimation setSpring(SpringForce force) { in setSpring()
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
H A DVisibleUniverse.kt126 val force = regex

12345678