Searched refs:emptyRecord (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | subability_common.cpp | 54 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 D | standby_service_unit_test.cpp | 356 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 D | rich_editor_pattern_testthree_ng.cpp | 212 RichEditorPattern::OperationRecord emptyRecord; variable 213 richEditorPattern->redoOperationRecords_.emplace_back(emptyRecord);
|