/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_device.c | 111 uint8_t forceUpdate, uint8_t receiveBcast) in UpdateDeviceDbInDeviceList() argument 130 if (updated || forceUpdate) { in UpdateDeviceDbInDeviceList() 131 DFINDER_LOGD(TAG, "updated is: %hhu, forceUpdate is: %hhu", updated, forceUpdate); in UpdateDeviceDbInDeviceList() 137 …t32_t UpdateDeviceDb(const CoapCtxType *coapCtx, const DeviceInfo *deviceInfo, uint8_t forceUpdate, in UpdateDeviceDb() argument 140 int32_t ret = UpdateDeviceDbInDeviceList(coapCtx, deviceInfo, forceUpdate, receiveBcast); in UpdateDeviceDb() 150 uint8_t forceUpdate, uint8_t receiveBcast) in ReportDiscoveredDevice() argument 153 return UpdateDeviceDb(coapCtx, deviceInfo, forceUpdate, receiveBcast); in ReportDiscoveredDevice() 156 (void)forceUpdate; in ReportDiscoveredDevice()
|
/ohos5.0/base/hiviewdfx/hiview/base/ |
H A D | hiview_global.cpp | 58 …HiviewGlobal::SetHiviewProperty(const std::string& key, const std::string& value, bool forceUpdate) in SetHiviewProperty() argument 60 return context_.SetHiviewProperty(key, value, forceUpdate); in SetHiviewProperty()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/ |
H A D | nstackx_device.h | 149 …t32_t UpdateDeviceDb(const CoapCtxType *coapCtx, const DeviceInfo *deviceInfo, uint8_t forceUpdate, 155 uint8_t forceUpdate, uint8_t receiveBcast);
|
/ohos5.0/base/hiviewdfx/hiview/base/include/ |
H A D | hiview_global.h | 37 bool SetHiviewProperty(const std::string& key, const std::string& value, bool forceUpdate);
|
H A D | plugin.h | 256 bool forceUpdate __UNUSED) in SetHiviewProperty()
|
/ohos5.0/base/update/updater/services/include/updater/ |
H A D | updater.h | 45 bool forceUpdate = false; member
|
/ohos5.0/foundation/communication/nfc/services/src/card_emulation/ |
H A D | ce_service.cpp | 114 bool CeService::InitConfigAidRouting(bool forceUpdate) in InitConfigAidRouting() argument 116 DebugLog("AddAidRoutingHceAids: start, forceUpdate is %{public}d", forceUpdate); in InitConfigAidRouting() 122 if (aidEntries == aidToAidEntry_ && !forceUpdate) { in InitConfigAidRouting()
|
H A D | ce_service.h | 70 bool InitConfigAidRouting(bool forceUpdate);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/ |
H A D | hgm_multi_app_strategy.h | 85 … PolicyConfigData::StrategyConfig& strategy, const std::string& pkgName, bool forceUpdate = false);
|
H A D | hgm_multi_app_strategy.cpp | 411 PolicyConfigData::StrategyConfig& strategy, const std::string& pkgName, bool forceUpdate) in UpdateStrategyByTouch() argument 420 if (forceUpdate) { in UpdateStrategyByTouch()
|
/ohos5.0/base/update/updater/services/ |
H A D | updater_main.cpp | 475 if (upParams.forceUpdate) { in DoUpdatePackages() 719 upParams.forceUpdate = true; in InitOptionsFuncTab() 806 upParams.forceUpdate || upParams.factoryResetMode == "factory_wipe_data" ? in RebootAfterUpdateSuccess()
|
/ohos5.0/base/hiviewdfx/hiview/core/include/ |
H A D | hiview_platform.h | 56 …bool SetHiviewProperty(const std::string& key, const std::string& value, bool forceUpdate) overrid…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_pattern.h | 909 void UpdateTargetCapture(bool forceUpdate); 910 void CreateCaptureCallback(int32_t targetIndex, int32_t captureId, bool forceUpdate);
|
H A D | swiper_pattern.cpp | 554 void SwiperPattern::UpdateTargetCapture(bool forceUpdate) in UpdateTargetCapture() argument 565 …if (forceUpdate || !leftCaptureIndex_.has_value() || leftCaptureIndex_.value() != leftTargetIndex)… in UpdateTargetCapture() 566 CreateCaptureCallback(leftTargetIndex, GetLeftCaptureId(), forceUpdate); in UpdateTargetCapture() 569 …if (forceUpdate || !rightCaptureIndex_.has_value() || rightCaptureIndex_.value() != rightTargetInd… in UpdateTargetCapture() 570 CreateCaptureCallback(rightTargetIndex, GetRightCaptureId(), forceUpdate); in UpdateTargetCapture() 575 void SwiperPattern::CreateCaptureCallback(int32_t targetIndex, int32_t captureId, bool forceUpdate) in CreateCaptureCallback() argument 596 if (forceUpdate) { in CreateCaptureCallback()
|
/ohos5.0/base/hiviewdfx/hiview/ |
H A D | hiview_zh.md | 384 bool SetHiviewProperty(const std::string& key, const std::string& value, bool forceUpdate);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/ |
H A D | hgm_frame_rate_manager_test.cpp | 282 mgr->SetForceUpdateCallback([](bool idleTimerExpired, bool forceUpdate) {}); in __anon743f33731202() argument
|
/ohos5.0/base/hiviewdfx/hiview/core/ |
H A D | hiview_platform.cpp | 943 …viewPlatform::SetHiviewProperty(const std::string& key, const std::string& value, bool forceUpdate) in SetHiviewProperty() argument 946 if (forceUpdate || (propPair == hiviewProperty_.end())) { in SetHiviewProperty()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | focus_hub.h | 935 bool PaintInnerFocusState(const RoundRect& paintRect, bool forceUpdate = false);
|
H A D | focus_hub.cpp | 1673 bool FocusHub::PaintInnerFocusState(const RoundRect& paintRect, bool forceUpdate) in PaintInnerFocusState() argument 1681 if (!forceUpdate && (!context->GetIsFocusActive() || !IsNeedPaintFocusState())) { in PaintInnerFocusState()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_main_thread.cpp | 658 frameRateMgr_->SetForceUpdateCallback([this](bool idleTimerExpired, bool forceUpdate) { in Init() argument 659 RSMainThread::Instance()->PostTask([this, idleTimerExpired, forceUpdate]() { in Init() 661 idleTimerExpired? "True":"False", forceUpdate? "True": "False"); in Init() 662 RSMainThread::Instance()->SetForceUpdateUniRenderFlag(forceUpdate); in Init()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.h | 1157 void UpdateCaretInfoToController(bool forceUpdate = false);
|
H A D | text_field_pattern.cpp | 736 void TextFieldPattern::UpdateCaretInfoToController(bool forceUpdate) in UpdateCaretInfoToController() argument 746 if (!forceUpdate && lastCursorRange_ == miscTextConfigRange && in UpdateCaretInfoToController()
|