/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_vsync_rate_reduce_manager.cpp | 406 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 D | formdatamgrtwo_fuzzer.cpp | 55 bool needRefresh = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local 56 formDataMgr.SetNeedRefresh(formId, needRefresh); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_provider_mgr.cpp | 83 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 D | form_data_mgr.cpp | 893 * @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 D | form_dump_mgr.cpp | 156 formInfo += " needRefresh [" + std::to_string(formRecordInfo.needRefresh) + "]\n"; in DumpFormInfo()
|
H A D | form_mgr_adapter.cpp | 1491 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 D | fms_form_mgr_lifecycle_update_test.cpp | 173 * 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 D | form_record.h | 38 bool needRefresh = false; member in OHOS::AppExecFwk::FormRecord
|
H A D | form_data_mgr.h | 254 * @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 D | render_list.h | 501 void SetNeedRefresh(bool needRefresh) in SetNeedRefresh() argument 503 needRefresh_ = needRefresh; in SetNeedRefresh()
|
H A D | list_element.cpp | 673 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 D | fms_form_data_mgr_test.cpp | 1281 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 D | work_scheduler_service.cpp | 178 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 D | fms_form_db_record_test.cpp | 44 formRecord_.needRefresh = false; in InitFormRecord()
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | fms_form_mgr_adapter_test.cpp | 639 record.needRefresh = true;
in HWTEST_F() 661 record.needRefresh = false;
in HWTEST_F() 683 record.needRefresh = false;
in HWTEST_F()
|