/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_snapshot_test.cpp | 53 * @tc.name: GetSnapshot
54 * @tc.desc: GetSnapshot when parameter abilityToken is nullptr
63 ASSERT_EQ(static_cast<int32_t>(WMError::WM_ERROR_NULLPTR), snapshotController_->GetSnapshot(nullptr, snapshot_));
in HWTEST_F() 67 * @tc.name: GetSnapshot
68 * @tc.desc: GetSnapshot when parameter abilityToken is nullptr
80 snapshotController_->GetSnapshot(iRemoteObjectMocker, snapshot_));
in HWTEST_F() 84 * @tc.name: GetSnapshot
85 * @tc.desc: GetSnapshot when parameter abilityToken is nullptr
98 snapshotController_->GetSnapshot(iRemoteObjectMocker, snapshot_));
in HWTEST_F() 102 * @tc.name: GetSnapshot
[all...] |
H A D | window_manager_stub_impl.h | 141 std::shared_ptr<Media::PixelMap> GetSnapshot(int32_t windowId) override
|
/foundation/window/window_manager/wmserver/src/window_snapshot/ |
H A D | snapshot_controller.cpp | 31 int32_t SnapshotController::GetSnapshot(const sptr<IRemoteObject>& token, Snapshot& snapshot)
in GetSnapshot() function in OHOS::Rosen::SnapshotController 33 HITRACE_METER_FMT(HITRACE_TAG_WINDOW_MANAGER, "wms:GetSnapshot");
in GetSnapshot() 50 pixelMap = targetNode->GetSnapshot();
in GetSnapshot() 59 handler_->PostSyncTask(task, "wms:GetSnapshot", AppExecFwk::EventQueue::Priority::IMMEDIATE);
in GetSnapshot()
|
H A D | snapshot_stub.cpp | 43 int32_t ret = GetSnapshot(abilityObject, snapshot);
in OnRemoteRequest()
|
H A D | snapshot_proxy.cpp | 28 int32_t SnapshotProxy::GetSnapshot(const sptr<IRemoteObject>& token, AAFwk::Snapshot& snapshot)
in GetSnapshot() function in OHOS::Rosen::SnapshotProxy
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | task_data_persistence_mgr.cpp | 140 std::shared_ptr<Media::PixelMap> TaskDataPersistenceMgr::GetSnapshot(int missionId) const in GetSnapshot() function in OHOS::AAFwk::TaskDataPersistenceMgr 146 return currentMissionDataStorage_->GetSnapshot(missionId); in GetSnapshot()
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | snapshot.h | 67 virtual int32_t GetSnapshot(const sptr<IRemoteObject>& token, Snapshot& snapshot) = 0;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_snapshot_delegate_impl.h | 42 void GetSnapshot(IKvDBSnapshot *&snapshot) const;
|
H A D | kv_store_snapshot_delegate_impl.cpp | 79 void KvStoreSnapshotDelegateImpl::GetSnapshot(IKvDBSnapshot *&snapshot) const in GetSnapshot() function in DistributedDB::KvStoreSnapshotDelegateImpl
|
H A D | kv_store_delegate_impl.cpp | 155 LOGE("[KvStoreDelegate][GetSnapshot] Register observer failed!"); in GetKvStoreSnapshot() 161 int errCode = conn_->GetSnapshot(snapshot); in GetKvStoreSnapshot() 175 LOGE("[KvStoreDelegate][GetSnapshot] UnRegister observer failed:%d!", errCode); in GetKvStoreSnapshot() 194 (static_cast<KvStoreSnapshotDelegateImpl *>(snapshotDelegate))->GetSnapshot(snapshot); in ReleaseKvStoreSnapshot()
|
/foundation/window/window_manager/wmserver/include/window_snapshot/ |
H A D | snapshot_controller.h | 38 int32_t GetSnapshot(const sptr<IRemoteObject>& token, AAFwk::Snapshot& snapshot) override;
|
H A D | snapshot_proxy.h | 30 int32_t GetSnapshot(const sptr<IRemoteObject>& token, AAFwk::Snapshot& snapshot) override;
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | task_data_persistence_mgr.h | 86 std::shared_ptr<Media::PixelMap> GetSnapshot(int missionId) const;
|
/foundation/ability/ability_runtime/test/unittest/task_data_persistence_mgr_test/ |
H A D | task_data_persistence_mgr_test.cpp | 201 * Function: GetSnapshot 203 * FunctionPoints: TaskDataPersistenceMgr GetSnapshot 205 * CaseDescription: Verify GetSnapshot 211 std::shared_ptr<Media::PixelMap> res = taskDataPersistenceMgr->GetSnapshot(missionId); in HWTEST_F() 217 * Function: GetSnapshot 219 * FunctionPoints: TaskDataPersistenceMgr GetSnapshot 221 * CaseDescription: Verify GetSnapshot 229 std::shared_ptr<Media::PixelMap> res = taskDataPersistenceMgr->GetSnapshot(missionId); in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_data_connection_test.cpp | 329 EXPECT_EQ(g_invalidConnection->GetSnapshot(snapshot), -E_INVALID_DB); in HWTEST_F() 333 * @tc.steps: step3. GetSnapshot after changing db operate perm to DISABLE_PERM in HWTEST_F() 343 EXPECT_EQ(connection->GetSnapshot(snapshot), -E_STALE); in HWTEST_F() 352 EXPECT_EQ(g_connection->GetSnapshot(snapshot), E_OK); in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/ |
H A D | sqlite_local_kvdb_connection.h | 61 int GetSnapshot(IKvDBSnapshot *&snapshot) const override;
|
/foundation/ability/ability_runtime/services/abilitymgr/include/mission/ |
H A D | mission_info_mgr.h | 176 std::shared_ptr<Media::PixelMap> GetSnapshot(int32_t missionId) const;
|
H A D | mission_data_storage.h | 100 std::shared_ptr<Media::PixelMap> GetSnapshot(int missionId, bool isLowResolution = false) const;
|
/foundation/ability/ability_runtime/test/fuzztest/missiondatastorage_fuzzer/ |
H A D | missiondatastorage_fuzzer.cpp | 76 missionDataStorage->GetSnapshot(int32Param, boolParam); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/fuzztest/missioninfomgrc_fuzzer/ |
H A D | missioninfomgrc_fuzzer.cpp | 79 missionInfoMgr->GetSnapshot(int32Param); in DoSomethingInterestingWithMyAPI()
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_manager_napi/ |
H A D | js_window_manager.h | 43 static napi_value GetSnapshot(napi_env env, napi_callback_info info);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_natural_store_connection.h | 70 int GetSnapshot(IKvDBSnapshot *&snapshot) const override;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | ikvdb_connection.h | 75 virtual int GetSnapshot(IKvDBSnapshot *&snapshot) const = 0;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_natural_store_connection.h | 53 int GetSnapshot(IKvDBSnapshot *&snapshot) const override;
|
/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_proxy.h | 74 std::shared_ptr<Media::PixelMap> GetSnapshot(int32_t windowId) override;
|