Home
last modified time | relevance | path

Searched refs:GetObsoleteBundleTempPath (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dapplication_cleaner.h42 int GetObsoleteBundleTempPath(const std::vector<std::string> &rootPath, std::vector<std::string> &tempPath);
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dapplication_cleaner.cpp88 if (self->GetObsoleteBundleTempPath(rootDir, temps) != RESULT_OK) { in ClearTempData()
162 ErrCode ApplicationCleaner::GetObsoleteBundleTempPath( in GetObsoleteBundleTempPath() function in OHOS::AppExecFwk::ApplicationCleaner
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dapplication_cleaner_test.cpp96 * @tc.name: GetObsoleteBundleTempPath
97 * @tc.desc: Test whether GetObsoleteBundleTempPath and are called normally.
106 int res = cleaner->GetObsoleteBundleTempPath(rootPath, tempPath); in HWTEST_F()

Completed in 1 milliseconds