Searched refs:emptyRecord (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_pattern_testthree_ng.cpp | 232 RichEditorPattern::OperationRecord emptyRecord; in HWTEST_F() local 233 richEditorPattern->redoOperationRecords_.emplace_back(emptyRecord); in HWTEST_F()
|
/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_service_unit_test.cpp | 356 auto emptyRecord = std::make_shared<AllowRecord>(0, 0, "name", 0); in HWTEST_F() local 357 emptyRecord->allowTimeList_.emplace_back(AllowTime{0, 0, "reason"}); in HWTEST_F() 358 StandbyServiceImpl::GetInstance()->allowInfoMap_.emplace(DEFAULT_KEY, emptyRecord); in HWTEST_F() 360 emptyRecord->allowTimeList_.emplace_back(AllowTime{1, 0, "reason"}); in HWTEST_F() 361 emptyRecord->allowTimeList_.emplace_back(AllowTime{2, 0, "reason"}); in HWTEST_F()
|
Completed in 4 milliseconds