Home
last modified time | relevance | path

Searched defs:snapshot (Results 1 – 25 of 52) sorted by relevance

123

/foundation/windowmanager/wmserver/src/window_snapshot/
Dsnapshot_controller.cpp32 …shotController::TakeSnapshot(const std::shared_ptr<RSSurfaceNode>& surfaceNode, Snapshot& snapshot) in TakeSnapshot()
47 int32_t SnapshotController::GetSnapshot(const sptr<IRemoteObject> &token, Snapshot& snapshot) in GetSnapshot()
Dsnapshot_proxy.cpp28 int32_t SnapshotProxy::GetSnapshot(const sptr<IRemoteObject> &token, AAFwk::Snapshot& snapshot) in GetSnapshot()
/foundation/distributedschedule/dmsfwk/services/dtbschedmgr/src/mission/
Dsnapshot_converter.cpp27 …t SnapshotConverter::ConvertToSnapshot(AAFwk::MissionSnapshot& missionSnapshot, Snapshot& snapshot) in ConvertToSnapshot()
60 std::unique_ptr<Snapshot>& snapshot) in ConvertToSnapshot()
92 int32_t SnapshotConverter::ConvertToMissionSnapshot(Snapshot& snapshot, in ConvertToMissionSnapshot()
Ddistributed_data_change_listener.cpp60 shared_ptr<KvStoreSnapshot> snapshot) in OnChange()
Ddistributed_sched_mission_manager.cpp232 std::unique_ptr<Snapshot> snapshot = DequeueCachedSnapshotInfo(uuid, missionId); in GetRemoteSnapshotInfo() local
708 std::unique_ptr<Snapshot> snapshot) in EnqueueCachedSnapshotInfo()
749 std::unique_ptr<Snapshot> snapshot = std::move(iter->second); in DequeueCachedSnapshotInfo() local
1451 Snapshot snapshot; in MissionSnapshotChanged() local
1476 int32_t DistributedSchedMissionManager::MissionSnapshotSequence(const Snapshot& snapshot, MessagePa… in MissionSnapshotSequence()
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/test/moduletest/common/distributeddb/src/
Ddistributeddb_kv_observer_snap_test.cpp573 …KvStoreSnapshotDelegate *snapshot = DistributedTestTools::RegisterSnapObserver(g_observerSnapDeleg… variable
613 …KvStoreSnapshotDelegate *snapshot = DistributedTestTools::RegisterSnapObserver(g_observerSnapDeleg… variable
648 …KvStoreSnapshotDelegate *snapshot = DistributedTestTools::RegisterSnapObserver(g_observerSnapDeleg… variable
689 …KvStoreSnapshotDelegate *snapshot = DistributedTestTools::RegisterSnapObserver(g_observerSnapDeleg… variable
731 …KvStoreSnapshotDelegate *snapshot = DistributedTestTools::RegisterSnapObserver(g_observerSnapDeleg… variable
771 …KvStoreSnapshotDelegate *snapshot = DistributedTestTools::RegisterSnapObserver(g_observerSnapDeleg… variable
806 …KvStoreSnapshotDelegate *snapshot = DistributedTestTools::RegisterSnapObserver(g_observerSnapDeleg… variable
841 …KvStoreSnapshotDelegate *snapshot = DistributedTestTools::RegisterSnapObserver(g_observerSnapDeleg… variable
1238 …KvStoreSnapshotDelegate *snapshot = DistributedTestTools::RegisterSnapObserver(g_observerSnapDeleg… variable
1321 …KvStoreSnapshotDelegate *snapshot = DistributedTestTools::RegisterSnapObserver(g_observerSnapDeleg… variable
[all …]
/foundation/deviceprofile/device_profile_core/services/core/include/subscribemanager/
Dprofile_change_handler.h37 std::shared_ptr<DistributedKv::KvStoreSnapshot> snapshot) override {}; in OnChange()
/foundation/aafwk/standard/interfaces/innerkits/ability_manager/include/
Dmission_snapshot.h45 std::shared_ptr<OHOS::Media::PixelMap> snapshot; member
/foundation/aafwk/standard/services/abilitymgr/src/
Dtask_data_persistence_mgr.cpp124 bool TaskDataPersistenceMgr::SaveMissionSnapshot(int missionId, const MissionSnapshot& snapshot) in SaveMissionSnapshot()
142 bool TaskDataPersistenceMgr::GetMissionSnapshot(int missionId, MissionSnapshot& snapshot) in GetMissionSnapshot()
/foundation/distributeddatamgr/distributeddatamgr/frameworks/innerkitsimpl/distributeddatafwk/src/
Dkvstore_observer_client.cpp36 …Client::OnChange(const ChangeNotification &changeNotification, sptr<IKvStoreSnapshotImpl> snapshot) in OnChange()
Dkvstore_client.cpp80 Status KvStoreClient::ReleaseKvStoreSnapshot(std::shared_ptr<KvStoreSnapshot> &snapshot) in ReleaseKvStoreSnapshot()
Dikvstore_observer.cpp85 …rProxy::OnChange(const ChangeNotification &changeNotification, sptr<IKvStoreSnapshotImpl> snapshot) in OnChange()
/foundation/distributeddatamgr/distributeddatamgr/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
Dkvstore_snapshot_client_test.cpp102 std::shared_ptr<KvStoreSnapshot> snapshot; variable
137 std::shared_ptr<KvStoreSnapshot> snapshot; variable
164 std::shared_ptr<KvStoreSnapshot> snapshot; variable
Ddistributed_kv_data_manager_encrypt_test.cpp120 std::shared_ptr<KvStoreSnapshot> snapshot; variable
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/interfaces/src/
Dkv_store_snapshot_delegate_impl.cpp24 KvStoreSnapshotDelegateImpl::KvStoreSnapshotDelegateImpl(IKvDBSnapshot *snapshot, KvStoreObserver *… in KvStoreSnapshotDelegateImpl()
Dkv_store_delegate_impl.cpp161 IKvDBSnapshot *snapshot = nullptr; in GetKvStoreSnapshot() local
194 IKvDBSnapshot *snapshot = nullptr; in ReleaseKvStoreSnapshot() local
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_data_operation_syncdb_test.cpp616 KvStoreSnapshotDelegate *snapshot = nullptr; in TestSnapshotCreateAndRelease() local
671 KvStoreSnapshotDelegate *snapshot = nullptr; variable
704 KvStoreSnapshotDelegate *snapshot = nullptr; variable
895 KvStoreSnapshotDelegate *snapshot = nullptr; variable
1263 KvStoreSnapshotDelegate *snapshot = nullptr; variable
Ddistributeddb_interfaces_register_syncdb_test.cpp1612 KvStoreSnapshotDelegate *snapshot = nullptr; variable
1629 …KvStoreSnapshotDelegate *snapshot = new (std::nothrow) KvStoreSnapshotDelegateImpl(nullptr, nullpt… variable
Ddistributeddb_interfaces_encrypt_database_test.cpp128 KvStoreSnapshotDelegate *snapshot = nullptr; in CheckRekeyWithExistedSnapshot() local
/foundation/aafwk/standard/services/abilitymgr/test/unittest/phone/ability_manager_test/
Dability_manager_stub_mock.h148 …l int GetMissionSnapshot(const std::string& deviceId, int32_t missionId, MissionSnapshot& snapshot) in GetMissionSnapshot()
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/app/src/
Dkvstore_impl.cpp68 DistributedDB::KvStoreSnapshotDelegate *snapshot) { in GetKvStoreSnapshot()
107 …KvStoreSnapshotImpl *snapshot = new (std::nothrow) KvStoreSnapshotImpl(retSnapshotKvStore, kvStore… in GetKvStoreSnapshot() local
607 auto *snapshot = static_cast<KvStoreSnapshotImpl *>(snapshotPair.second.GetRefPtr()); in RebuildKvStoreSnapshot() local
/foundation/aafwk/standard/services/test/mock/include/
Dmock_ability_mgr_service.h176 …l int GetMissionSnapshot(const std::string& deviceId, int32_t missionId, MissionSnapshot& snapshot) in GetMissionSnapshot()
/foundation/aafwk/standard/tools/test/mock/
Dmock_ability_manager_stub.h201 …l int GetMissionSnapshot(const std::string& deviceId, int32_t missionId, MissionSnapshot& snapshot) in GetMissionSnapshot()
/foundation/aafwk/standard/frameworks/kits/test/mock/AMS/
Dmock_ability_manager_service.h224 …l int GetMissionSnapshot(const std::string& deviceId, int32_t missionId, MissionSnapshot& snapshot) in GetMissionSnapshot()
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/test/unittest/common/syncer/
Dvirtual_multi_ver_sync_db_interface.cpp180 IKvDBSnapshot *snapshot = nullptr; in GetData() local

123