Home
last modified time | relevance | path

Searched refs:RemoveUserDir (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/task_data_persistence_mgr_test/
H A Dtask_data_persistence_mgr_test.cpp143 bool res = taskDataPersistenceMgr->RemoveUserDir(userId);
159 bool res = taskDataPersistenceMgr->RemoveUserDir(userId);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dtask_data_persistence_mgr.h70 bool RemoveUserDir(int32_t userId);
H A Dmission_list_manager_interface.h129 virtual void RemoveUserDir(int32_t userId) = 0;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dtask_data_persistence_mgr.cpp104 bool TaskDataPersistenceMgr::RemoveUserDir(int32_t userId) in RemoveUserDir() function in OHOS::AAFwk::TaskDataPersistenceMgr
H A Duser_controller.cpp186 missionListWrap->RemoveUserDir(userId); in StopUser()
H A Dmission_list_manager.cpp4263 void RemoveUserDir(int32_t userId) override in RemoveUserDir() function in OHOS::AAFwk::MissionListWrapImpl
4265 DelayedSingleton<TaskDataPersistenceMgr>::GetInstance()->RemoveUserDir(userId); in RemoveUserDir()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/
H A Dpendingwantmanager_fuzzer.cpp157 taskDataPersistenceMgr->RemoveUserDir(int32Param); in DoSomethingInterestingWithMyAPI()