Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/fuzztest/missiondatastorage_fuzzer/
H A Dmissiondatastorage_fuzzer.cpp85 missionDataStorage->DeleteCachedSnapshot(int32Param); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/abilitymgr/include/mission/
H A Dmission_data_storage.h123 bool DeleteCachedSnapshot(int32_t missionId);
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_data_storage.cpp128 DeleteCachedSnapshot(missionId); in SaveMissionSnapshot()
294 bool MissionDataStorage::DeleteCachedSnapshot(int32_t missionId) in DeleteCachedSnapshot() function in OHOS::AAFwk::MissionDataStorage
/foundation/ability/ability_runtime/test/unittest/mission_data_storage_test/
H A Dmission_data_storage_test.cpp470 * Function: DeleteCachedSnapshot
472 * FunctionPoints: MissionDataStorage DeleteCachedSnapshot
474 * CaseDescription: Verify DeleteCachedSnapshot
480 bool res = missionDataStorage->DeleteCachedSnapshot(missionId); in HWTEST_F()
486 * Function: DeleteCachedSnapshot
488 * FunctionPoints: MissionDataStorage DeleteCachedSnapshot
490 * CaseDescription: Verify DeleteCachedSnapshot
497 bool res = missionDataStorage->DeleteCachedSnapshot(missionId); in HWTEST_F()

Completed in 3 milliseconds