/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | packing-tool.md | 49 | --force | 否 | true或者false | 默认值为false,如果为true,表示当目标文件存在时,强制删除。 | NA … 81 | --force | 否 | true或者false | 默认值为false,如果为true,表示当目标文件存在时,强制删除。 | 115 | --force | 否 | true或者false | 默认值为false,如果为true,表示当目标文件存在时,强制删除。 … 145 | --force | 否 | true或者false | 默认值为false,如果为true,表示当目标文件存在时,强制删除。 … 157 … [--lib-path <path>] [--ets-path <path>] [--resources-path <path>] --out-path <path> [--force true] 170 | --force | 否 | true或者false | 默认值为false,如果为true,表示当目标文件存在时,强制删除。 | 179 java -jar app_packing_tool.jar --mode appqf --hqf-list <path> --out-path <path> [--force true] 189 | --force | 否 | true或者false | 默认值为false,如果为true,表示当目标文件存在时,强制删除。 | 236 …ool.jar --mode res --entrycard-path <path> --pack-info-path <path> --out-path <path> [--force true] 247 | --force | 否 | true或者false | 默认值为false,如果为true,表示当目标文件存在时,强制删除。 | [all …]
|
H A D | unpacking-tool.md | 24 java -jar app_unpacking_tool.jar --mode hap --hap-path <path> --out-path <path> [--force true] 35 | --force | 否 | true或者false | 默认值为false,如果为true,表示当目标文件存在时,强制删除。 | 44 java -jar app_unpacking_tool.jar --mode app --app-path <path> --out-path <path> [--force true] 54 | --force | 否 | true或者false | 默认值为false,如果为true,表示当目标文件存在时,强制删除。 | 63 …r app_unpacking_tool.jar --mode hap --rpcid true --hap-path <path> --out-path <path> [--force true] 74 | --force | 否 | true或者false | 默认值为false,如果为true,表示当目标文件存在时,强制删除。 | 83 java -jar app_unpacking_tool.jar --mode hsp --hsp-path <path> --out-path <path> [--force true] 93 | --force | 否 | true或者false | 默认值为false,如果为true,表示当目标文件存在时,强制删除。 | 102 java -jar app_unpacking_tool.jar --mode appqf --appqf-path <path> --out-path <path> [--force true] 112 | --force | 否 | true或者false | 默认值为false,如果为true,表示当目标文件存在时,强制删除。 |
|
H A D | aa-tool.md | 27 | force-stop | 强制停止进程命令。通过bundleName强制停止一个进程。| 238 ## 强制停止进程命令(force-stop) 243 aa force-stop <bundleName> 248 …当成功强制停止该进程时,返回"force stop process successfully.";当强制停止失败时,返回"error: failed to force stop process."。 254 aa force-stop com.example.myapplication
|
/ohos5.0/build/scripts/util/ |
H A D | md5_check.py | 61 force=False, argument 90 force = force or _FORCE_REBUILD 92 x for x in output_paths if force or not os.path.exists(x) 111 changes = Changes(old_metadata, new_metadata, force, missing_outputs) 135 def __init__(self, old_metadata, new_metadata, force, missing_outputs): argument 138 self.force = force 144 self.force or not self.old_metadata or 153 if (self.force or not self.old_metadata 228 if self.force:
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | raw_recognizer.cpp | 121 changedTouchLocationInfo.SetForce(point.force); in CreateTouchEventInfo() 136 touchLocationInfo.SetForce(touchPoint.force); in CreateTouchEventInfo() 148 info.SetForce(point.force); in CreateTouchEventInfo() 164 lastTouchLocationInfo.SetForce(lastPoint_.force); in CreateTouchEventInfo() 174 info.SetForce(point.force); in CreateTouchEventInfo() 189 info.SetForce(point.force); in CreateTouchEventInfo() 202 currentTouchLocationInfo.SetForce(point.force); in CreateTouchEventInfo()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/ |
H A D | volume_info.cpp | 130 int32_t VolumeInfo::UMount(bool force) in UMount() argument 148 if (mountState_ == EJECTING && !force) { in UMount() 158 err = DoUMount(force); in UMount() 159 if (!force && err) { in UMount()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/ |
H A D | interval.cpp | 56 void PerfCtrl::Update(bool force) in Update() argument 58 if (!force && predUtil == curUtil) { in Update() 70 void PerfCtrl::Update(uint64_t deadlineNs, uint64_t load, bool force) in Update() argument 83 Update(force); in Update()
|
/ohos5.0/foundation/ability/ability_runtime/services/common/src/ |
H A D | event_handler_wrap.cpp | 89 bool EventHandlerWrap::RemoveEvent(EventWrap event, bool force) in RemoveEvent() argument 98 if (force || isSame) { in RemoveEvent() 106 TAG_LOGD(AAFwkTag::DEFAULT, "force: %{public}d , IsSame: %{public}d", force, isSame); in RemoveEvent()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/ |
H A D | volume_info_test.cpp | 283 bool force = true; variable 284 ret = mock.UMount(force); 305 bool force = true; variable 319 ret = mock.UMount(force); 340 bool force = true; variable 350 ret = mock.UMount(force); 353 ret = mock.UMount(force); 374 bool force = false; variable 385 ret = mock.Mount(force); 388 ret = mock.UMount(force);
|
H A D | external_volume_info_test.cpp | 112 bool force = true; variable 115 auto ret = mock.DoUMount(force); 119 ret = mock.DoUMount(force); 123 ret = mock.DoUMount(force);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | touch_event.h | 69 float force = 0.0f; member 94 float force = 0.0f; member 188 TouchEvent& SetForce(float force) in SetForce() 190 this->force = force; in SetForce() 307 event.force = force; in CloneWith() 339 json->Put("f", force); in ToJsonValue() 366 force = json->GetDouble("f"); in FromJson() 444 .force = force, in UpdatePointers() 455 .SetForce(force) in UpdatePointers() 470 type == TouchType::PROXIMITY_OUT || (type == TouchType::MOVE && NearZero(force))); in IsPenHoverEvent() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/ |
H A D | water_flow_layout_algorithm_base.cpp | 60 … const RefPtr<WaterFlowLayoutInfoBase>& info, LayoutWrapper* host, int32_t cacheCount, bool force) in GeneratePreloadList() argument 65 if (force || !host->GetChildByIndex(info->NodeIdx(i), true)) { in GeneratePreloadList() 72 if (force || !host->GetChildByIndex(info->NodeIdx(i), true)) { in GeneratePreloadList()
|
/ohos5.0/drivers/peripheral/usb/test/fuzztest/usbclaiminterface_fuzzer/ |
H A D | usbclaiminterface_fuzzer.cpp | 29 uint8_t force; member 48 ret = usbInterface->ClaimInterface(dev, param.interfaceId, param.force); in UsbClaimInterfaceFuzzTest()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | _o_h___native_x_component___touch_point.md | 31 | float [force](_o_h___native_x_component.md#force-12) = 0.0 | 当前触摸事件的压力。|
|
H A D | _o_h___native_x_component___touch_event.md | 27 | float [force](_o_h___native_x_component.md#force-22) = 0.0 | 当前触摸事件的压力。|
|
/ohos5.0/base/powermgr/power_manager/services/native/src/actions/default/display/ |
H A D | default_device_state_action.cpp | 64 const std::function<void()> onSuspend, const std::function<void()> onWakeup, bool force) in GoToSleep() argument 66 SystemSuspendController::GetInstance().Suspend(onSuspend, onWakeup, force); in GoToSleep()
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | executor_pool.h | 159 [this](std::shared_ptr<Executor> exe, bool force) -> bool { in Execute() 160 return pool_.Release(exe, force); in Execute() 190 [this](std::shared_ptr<Executor> exe, bool force) -> bool { in Schedule() 191 return pool_.Release(exe, force); in Schedule()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | executor_pool.h | 155 [this](std::shared_ptr<Executor> exe, bool force) -> bool { in Execute() 156 return pool_.Release(exe, force); in Execute() 186 [this](std::shared_ptr<Executor> exe, bool force) -> bool { in Schedule() 187 return pool_.Release(exe, force); in Schedule()
|
/ohos5.0/foundation/ability/ability_runtime/ |
H A D | README_zh.md | 149 **aa force-stop** 153 | aa force-stop <bundle-name> | 强制停止application | 157 aa force-stop com.ohos.app
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/ |
H A D | volume_info.h | 45 int32_t UMount(bool force = false); 59 virtual int32_t DoUMount(bool force) = 0;
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | packing-tool.md | 49 | --force | No | true or false| The default value is **false**. If the value is **t… 81 | --force | No | true or false| The default value is **false**. If the value is **t… 100 …ature-path <path>] [--certificate-path <path>] --pack-info-path <path> [--force true] [--encrypt-p… 115 | --force | No | true or false| The default value is **false**. If the value is **tru… 133 …st <path>] [--hsp-list <path>] [--app-list <path>] --out-path <option> [--force true] [--encrypt-p… 157 … [--lib-path <path>] [--ets-path <path>] [--resources-path <path>] --out-path <path> [--force true] 170 | --force | No | true or false| The default value is **false**. If the value is **true**, an… 179 java -jar app_packing_tool.jar --mode appqf --hqf-list <path> --out-path <path> [--force true] 189 | --force | No | true or false| The default value is **false**. If the value is **true**, an … 236 …ool.jar --mode res --entrycard-path <path> --pack-info-path <path> --out-path <path> [--force true] [all …]
|
/ohos5.0/foundation/communication/nfc/services/src/ |
H A D | nfc_polling_manager.cpp | 79 void NfcPollingManager::StartPollingLoop(bool force) in StartPollingLoop() argument 81 InfoLog("StartPollingLoop force = %{public}d", force); in StartPollingLoop() 98 if (force || !(newParams == currPollingParams_)) { in StartPollingLoop() 106 shouldRestart || force); in StartPollingLoop()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | touch_event.cpp | 128 eventInfo.SetForce(lastPoint.force); in CreateTouchEventInfo() 156 changedInfo.SetForce(lastPoint.force); in CreateChangedTouchInfo() 183 info.SetForce(pointItem.force); in CreateTouchItemInfo() 210 historyInfo.SetForce(eventItem.force); in CreateHistoryTouchItemInfo()
|
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/ |
H A D | file_access_ext_stub_impl.cpp | 99 bool force) in Copy() argument 107 int ret = extension_->Copy(sourceUri, destUri, copyResult, force); in Copy() 287 bool force) in MoveItem() argument 296 return extension_->MoveItem(sourceFile, targetParent, moveResult, force); in MoveItem()
|
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/src/ |
H A D | usb_device_pipe.cpp | 43 int32_t USBDevicePipe::ClaimInterface(const UsbInterface &interface, bool force) in ClaimInterface() argument 45 return UsbSrvClient::GetInstance().ClaimInterface(*this, interface, force); in ClaimInterface()
|