Home
last modified time | relevance | path

Searched refs:forceUpdate (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device.c111 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 Dhiview_global.cpp58 …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 Dnstackx_device.h149 …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 Dhiview_global.h37 bool SetHiviewProperty(const std::string& key, const std::string& value, bool forceUpdate);
H A Dplugin.h256 bool forceUpdate __UNUSED) in SetHiviewProperty()
/ohos5.0/base/update/updater/services/include/updater/
H A Dupdater.h45 bool forceUpdate = false; member
/ohos5.0/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.cpp114 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 Dce_service.h70 bool InitConfigAidRouting(bool forceUpdate);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_multi_app_strategy.h85 … PolicyConfigData::StrategyConfig& strategy, const std::string& pkgName, bool forceUpdate = false);
H A Dhgm_multi_app_strategy.cpp411 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 Dupdater_main.cpp475 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 Dhiview_platform.h56 …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 Dswiper_pattern.h909 void UpdateTargetCapture(bool forceUpdate);
910 void CreateCaptureCallback(int32_t targetIndex, int32_t captureId, bool forceUpdate);
H A Dswiper_pattern.cpp554 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 Dhiview_zh.md384 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 Dhgm_frame_rate_manager_test.cpp282 mgr->SetForceUpdateCallback([](bool idleTimerExpired, bool forceUpdate) {}); in __anon743f33731202() argument
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp943 …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 Dfocus_hub.h935 bool PaintInnerFocusState(const RoundRect& paintRect, bool forceUpdate = false);
H A Dfocus_hub.cpp1673 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 Drs_main_thread.cpp658 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 Dtext_field_pattern.h1157 void UpdateCaretInfoToController(bool forceUpdate = false);
H A Dtext_field_pattern.cpp736 void TextFieldPattern::UpdateCaretInfoToController(bool forceUpdate) in UpdateCaretInfoToController() argument
746 if (!forceUpdate && lastCursorRange_ == miscTextConfigRange && in UpdateCaretInfoToController()