Home
last modified time | relevance | path

Searched refs:CleanUpRightAppUninstalled (Results 1 - 2 of 2) sorted by relevance

/base/usb/usb_manager/services/native/include/
H A Dusb_right_manager.h56 static int32_t CleanUpRightAppUninstalled(int32_t uid, const std::string &bundleName);
94 int32_t CleanUpRightAppUninstalled(int32_t uid, int32_t &totalApps, int32_t &deleteApps);
/base/usb/usb_manager/services/native/src/
H A Dusb_right_manager.cpp81 int32_t ret = UsbRightManager::CleanUpRightAppUninstalled(uid, bundleName);
522 int32_t UsbRightManager::CleanUpRightAppUninstalled(int32_t uid, int32_t &totalApps, int32_t &deleteApps) in CleanUpRightAppUninstalled() function in OHOS::USB::UsbRightManager
553 int32_t UsbRightManager::CleanUpRightAppUninstalled(int32_t uid, const std::string &bundleName) in CleanUpRightAppUninstalled() function in OHOS::USB::UsbRightManager
741 ret = CleanUpRightAppUninstalled(uid, totalUninstalledApps, deleteUninstalledApps); in TidyUpRight()

Completed in 2 milliseconds