Home
last modified time | relevance | path

Searched refs:needRefresh (Results 1 - 15 of 15) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_vsync_rate_reduce_manager.cpp406 bool needRefresh = !isSystemAnimatedScenes_ && isReduceBySystemAnimatedScenes_; in CheckNeedNotify() local
407 bool notifyCdt = vSyncRatesChanged_ || surfaceIdsChanged || focusChanged || needRefresh; in CheckNeedNotify()
409 isSystemAnimatedScenes_ ? "sysAnimated|" : "", needRefresh ? "needR|" : "", vSyncRatesChanged_ ? "ratesC|" : "", in CheckNeedNotify()
412 isSystemAnimatedScenes_ ? "sysAnimated|" : "", needRefresh ? "needR|" : "", vSyncRatesChanged_ ? "ratesC|" : "", in CheckNeedNotify()
423 if (needRefresh) { in CheckNeedNotify()
426 if (surfaceIdsChanged || needRefresh) { in CheckNeedNotify()
/foundation/ability/form_fwk/test/fuzztest/formdatamgrtwo_fuzzer/
H A Dformdatamgrtwo_fuzzer.cpp55 bool needRefresh = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
56 formDataMgr.SetNeedRefresh(formId, needRefresh); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/src/
H A Dform_provider_mgr.cpp83 formRecord.needRefresh = false; in AcquireForm()
151 bool needRefresh = IsNeedToFresh(record, formId, isVisibleToFresh); in RefreshForm() local
152 if (!needRefresh) { in RefreshForm()
412 formRecord.needRefresh = false; in UpdateForm()
H A Dform_data_mgr.cpp893 * @brief Set needRefresh for FormRecord.
895 * @param needRefresh true or false.
897 void FormDataMgr::SetNeedRefresh(const int64_t formId, const bool needRefresh) in SetNeedRefresh() argument
905 itFormRecord->second.needRefresh = needRefresh; in SetNeedRefresh()
1111 itFormRecord->second.needRefresh = !isInited; in SetFormCacheInited()
1131 * @param needRefresh true or false
1133 void FormDataMgr::UpdateHostNeedRefresh(const int64_t formId, const bool needRefresh) in UpdateHostNeedRefresh() argument
1139 itHostRecord->SetNeedRefresh(formId, needRefresh); in UpdateHostNeedRefresh()
1162 // set needRefresh in UpdateHostForm()
[all...]
H A Dform_dump_mgr.cpp156 formInfo += " needRefresh [" + std::to_string(formRecordInfo.needRefresh) + "]\n"; in DumpFormInfo()
H A Dform_mgr_adapter.cpp1491 if (newRecord.needRefresh || FormCacheMgr::GetInstance().NeedAcquireProviderData(newRecord.formId) in AddExistFormRecord()
2788 HILOG_INFO("formId:%{public}" PRId64 ", needRefresh:%{public}d, formVisibleType:%{public}d," in UpdateProviderInfoToHost()
2789 "isTimerRefresh:%{public}d", matchedFormId, formRecord.needRefresh, in UpdateProviderInfoToHost()
2792 if (formRecord.needRefresh && formVisibleType == Constants::FORM_VISIBLE) { in UpdateProviderInfoToHost()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_lifecycle_update_test/
H A Dfms_form_mgr_lifecycle_update_test.cpp173 * clientRecords and formRecords(needRefresh:true) is exist.
196 // needRefresh:true in HWTEST_F()
197 record.needRefresh = true; in HWTEST_F()
211 * clientRecords(needRefresh:true) and formRecords(needRefresh & versionUpgrade:false) is exist.
226 // needRefresh:true in HWTEST_F()
235 // needRefresh:false in HWTEST_F()
236 record.needRefresh = false; in HWTEST_F()
/foundation/ability/form_fwk/services/include/
H A Dform_record.h38 bool needRefresh = false; member in OHOS::AppExecFwk::FormRecord
H A Dform_data_mgr.h254 * @brief Set needRefresh for FormRecord.
256 * @param needRefresh true or false.
258 void SetNeedRefresh(const int64_t formId, const bool needRefresh);
330 * @param needRefresh true or false
332 void UpdateHostNeedRefresh(const int64_t formId, const bool needRefresh);
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.h501 void SetNeedRefresh(bool needRefresh) in SetNeedRefresh() argument
503 needRefresh_ = needRefresh; in SetNeedRefresh()
H A Dlist_element.cpp673 bool needRefresh = true; in GetRefreshItems() local
688 if (!needRefresh) { in GetRefreshItems()
694 needRefresh = false; in GetRefreshItems()
/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp1281 bool needRefresh = true; in HWTEST_F() local
1284 formDataMgr->SetNeedRefresh(formId, needRefresh); in HWTEST_F()
1301 bool needRefresh = true; in HWTEST_F() local
1310 formDataMgr_.SetNeedRefresh(formId, needRefresh); in HWTEST_F()
1311 EXPECT_EQ(true, formDataMgr_.formRecords_.find(formId)->second.needRefresh); in HWTEST_F()
1779 EXPECT_EQ(false, formDataMgr_.formRecords_.find(formId)->second.needRefresh); in HWTEST_F()
1841 bool needRefresh = true; in HWTEST_F() local
1848 formDataMgr_.UpdateHostNeedRefresh(formId, needRefresh); in HWTEST_F()
2101 * formRecords's needRefresh is true.
2126 // needRefresh in HWTEST_F()
[all...]
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp178 bool needRefresh = false; in InitPreinstalledWork() local
196 needRefresh = true; in InitPreinstalledWork()
204 if (needRefresh) { in InitPreinstalledWork()
/foundation/ability/form_fwk/test/unittest/fms_form_db_record_test/
H A Dfms_form_db_record_test.cpp44 formRecord_.needRefresh = false; in InitFormRecord()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test.cpp639 record.needRefresh = true; in HWTEST_F()
661 record.needRefresh = false; in HWTEST_F()
683 record.needRefresh = false; in HWTEST_F()

Completed in 34 milliseconds