Home
last modified time | relevance | path

Searched refs:GetCachedSnapshot (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/test/fuzztest/missiondatastorage_fuzzer/
H A Dmissiondatastorage_fuzzer.cpp81 missionDataStorage->GetCachedSnapshot(int32Param, missionSnapshot); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/abilitymgr/include/mission/
H A Dmission_data_storage.h119 bool GetCachedSnapshot(int32_t missionId, MissionSnapshot& missionSnapshot);
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_data_storage.cpp144 if (GetCachedSnapshot(missionId, missionSnapshot)) { in GetMissionSnapshot()
272 bool MissionDataStorage::GetCachedSnapshot(int32_t missionId, MissionSnapshot& missionSnapshot) in GetCachedSnapshot() function in OHOS::AAFwk::MissionDataStorage
/foundation/ability/ability_runtime/test/unittest/mission_data_storage_test/
H A Dmission_data_storage_test.cpp399 * Function: GetCachedSnapshot
401 * FunctionPoints: MissionDataStorage GetCachedSnapshot
403 * CaseDescription: Verify GetCachedSnapshot
410 bool res = missionDataStorage->GetCachedSnapshot(missionId, missionSnapshot); in HWTEST_F()
416 * Function: GetCachedSnapshot
418 * FunctionPoints: MissionDataStorage GetCachedSnapshot
420 * CaseDescription: Verify GetCachedSnapshot
428 bool res = missionDataStorage->GetCachedSnapshot(missionId, missionSnapshot); in HWTEST_F()

Completed in 3 milliseconds