Home
last modified time | relevance | path

Searched refs:GetSnapshot (Results 1 - 25 of 71) sorted by relevance

123

/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_snapshot_test.cpp53 * @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 Dwindow_manager_stub_impl.h141 std::shared_ptr<Media::PixelMap> GetSnapshot(int32_t windowId) override
/foundation/window/window_manager/wmserver/src/window_snapshot/
H A Dsnapshot_controller.cpp31 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 Dsnapshot_stub.cpp43 int32_t ret = GetSnapshot(abilityObject, snapshot); in OnRemoteRequest()
H A Dsnapshot_proxy.cpp28 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 Dtask_data_persistence_mgr.cpp140 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 Dsnapshot.h67 virtual int32_t GetSnapshot(const sptr<IRemoteObject>& token, Snapshot& snapshot) = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_snapshot_delegate_impl.h42 void GetSnapshot(IKvDBSnapshot *&snapshot) const;
H A Dkv_store_snapshot_delegate_impl.cpp79 void KvStoreSnapshotDelegateImpl::GetSnapshot(IKvDBSnapshot *&snapshot) const in GetSnapshot() function in DistributedDB::KvStoreSnapshotDelegateImpl
H A Dkv_store_delegate_impl.cpp155 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 Dsnapshot_controller.h38 int32_t GetSnapshot(const sptr<IRemoteObject>& token, AAFwk::Snapshot& snapshot) override;
H A Dsnapshot_proxy.h30 int32_t GetSnapshot(const sptr<IRemoteObject>& token, AAFwk::Snapshot& snapshot) override;
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dtask_data_persistence_mgr.h86 std::shared_ptr<Media::PixelMap> GetSnapshot(int missionId) const;
/foundation/ability/ability_runtime/test/unittest/task_data_persistence_mgr_test/
H A Dtask_data_persistence_mgr_test.cpp201 * 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 Ddistributeddb_storage_data_connection_test.cpp329 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 Dsqlite_local_kvdb_connection.h61 int GetSnapshot(IKvDBSnapshot *&snapshot) const override;
/foundation/ability/ability_runtime/services/abilitymgr/include/mission/
H A Dmission_info_mgr.h176 std::shared_ptr<Media::PixelMap> GetSnapshot(int32_t missionId) const;
H A Dmission_data_storage.h100 std::shared_ptr<Media::PixelMap> GetSnapshot(int missionId, bool isLowResolution = false) const;
/foundation/ability/ability_runtime/test/fuzztest/missiondatastorage_fuzzer/
H A Dmissiondatastorage_fuzzer.cpp76 missionDataStorage->GetSnapshot(int32Param, boolParam); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/missioninfomgrc_fuzzer/
H A Dmissioninfomgrc_fuzzer.cpp79 missionInfoMgr->GetSnapshot(int32Param); in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_manager_napi/
H A Djs_window_manager.h43 static napi_value GetSnapshot(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_connection.h70 int GetSnapshot(IKvDBSnapshot *&snapshot) const override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dikvdb_connection.h75 virtual int GetSnapshot(IKvDBSnapshot *&snapshot) const = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store_connection.h53 int GetSnapshot(IKvDBSnapshot *&snapshot) const override;
/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_proxy.h74 std::shared_ptr<Media::PixelMap> GetSnapshot(int32_t windowId) override;

Completed in 8 milliseconds

123