Home
last modified time | relevance | path

Searched refs:GetCreatedTime (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Dsnapshot.h54 int64_t GetCreatedTime() const;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H A Dsnapshot_test.cpp193 int64_t ret = snapshot.GetCreatedTime();
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Dsnapshot.cpp283 int64_t Snapshot::GetCreatedTime() const in GetCreatedTime() function in OHOS::DistributedSchedule::Snapshot
H A Ddistributed_sched_mission_manager.cpp629 if (snapshot->GetCreatedTime() < iter->second->GetCreatedTime()) { in EnqueueCachedSnapshotInfo()