Home
last modified time | relevance | path

Searched refs:emptyRecord (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/location/services/location_locator/locator/source/
H A Dsubability_common.cpp54 std::unique_ptr<WorkRecord> emptyRecord = std::make_unique<WorkRecord>(); in StopAllLocationRequests() local
55 HandleLocalRequest(*emptyRecord); in StopAllLocationRequests()
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_service_unit_test.cpp356 auto emptyRecord = std::make_shared<AllowRecord>(0, 0, "name", 0); variable
357 emptyRecord->allowTimeList_.emplace_back(AllowTime{0, 0, "reason"});
358 StandbyServiceImpl::GetInstance()->allowInfoMap_.emplace(DEFAULT_KEY, emptyRecord);
360 emptyRecord->allowTimeList_.emplace_back(AllowTime{1, 0, "reason"});
361 emptyRecord->allowTimeList_.emplace_back(AllowTime{2, 0, "reason"});
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testthree_ng.cpp212 RichEditorPattern::OperationRecord emptyRecord; variable
213 richEditorPattern->redoOperationRecords_.emplace_back(emptyRecord);