Home
last modified time | relevance | path

Searched refs:filePathList (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/accesscontrol/sandbox_manager/interfaces/innerkits/sandbox_manager/src/
H A Dsandbox_manager_kit.cpp34 int32_t SandboxManagerKit::CleanPersistPolicyByPath(const std::vector<std::string>& filePathList) in CleanPersistPolicyByPath() argument
36 size_t filePathSize = filePathList.size(); in CleanPersistPolicyByPath()
41 return SandboxManagerClient::GetInstance().CleanPersistPolicyByPath(filePathList); in CleanPersistPolicyByPath()
H A Dsandbox_manager_client.cpp55 int32_t SandboxManagerClient::CleanPersistPolicyByPath(const std::vector<std::string>& filePathList) in CleanPersistPolicyByPath() argument
58 [&](sptr<ISandboxManager> &proxy) { return proxy->CleanPersistPolicyByPath(filePathList); }; in CleanPersistPolicyByPath()
H A Dsandbox_manager_proxy.cpp68 int32_t SandboxManagerProxy::CleanPersistPolicyByPath(const std::vector<std::string>& filePathList) in CleanPersistPolicyByPath() argument
76 if (!data.WriteStringVector(filePathList)) { in CleanPersistPolicyByPath()
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
H A Dfile_trash_n_exporter.cpp492 static int RecoverFilePart(vector<string> filePathList, map<string, string> dirPath2UpdatedNameMap) in RecoverFilePart() argument
495 for (size_t j = 0; j < filePathList.size(); j++) { in RecoverFilePart()
496 string filePath = filePathList[j]; in RecoverFilePart()
551 vector<string> filePathList; in RecoverDir() local
557 filePathList.emplace_back(dirent); in RecoverDir()
565 auto retRecoveFilePart = RecoverFilePart(filePathList, dirPath2UpdatedNameMap); in RecoverDir()
/ohos5.0/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/service/
H A Dsandbox_manager_service.cpp137 …t32_t SandboxManagerService::CleanPersistPolicyByPath(const std::vector<std::string>& filePathList) in CleanPersistPolicyByPath() argument
139 size_t filePathSize = filePathList.size(); in CleanPersistPolicyByPath()
144 return PolicyInfoManager::GetInstance().CleanPersistPolicyByPath(filePathList); in CleanPersistPolicyByPath()
H A Dpolicy_info_manager.cpp58 void PolicyInfoManager::CleanPolicyOnMac(const std::vector<std::string> &filePathList, int32_t user… in CleanPolicyOnMac() argument
66 for (const std::string &path:filePathList) { in CleanPolicyOnMac()
102 int32_t PolicyInfoManager::CleanPersistPolicyByPath(const std::vector<std::string>& filePathList) in CleanPersistPolicyByPath() argument
113 CleanPolicyOnMac(filePathList, userId); in CleanPersistPolicyByPath()
116 for (const std::string& path : filePathList) { in CleanPersistPolicyByPath()
H A Dsandbox_manager_stub.cpp84 std::vector<std::string> filePathList; in CleanPersistPolicyByPathInner() local
85 if (!data.ReadStringVector(&filePathList)) { in CleanPersistPolicyByPathInner()
90 this->CleanPersistPolicyByPath(filePathList); in CleanPersistPolicyByPathInner()
/ohos5.0/base/accesscontrol/sandbox_manager/frameworks/sandbox_manager/include/
H A Di_sandbox_manager.h34 virtual int32_t CleanPersistPolicyByPath(const std::vector<std::string>& filePathList) = 0;
/ohos5.0/base/accesscontrol/sandbox_manager/interfaces/innerkits/sandbox_manager/include/
H A Dsandbox_manager_client.h42 int32_t CleanPersistPolicyByPath(const std::vector<std::string>& filePathList);
H A Dsandbox_manager_kit.h35 static int32_t CleanPersistPolicyByPath(const std::vector<std::string>& filePathList);
H A Dsandbox_manager_proxy.h34 int32_t CleanPersistPolicyByPath(const std::vector<std::string>& filePathList) override;
/ohos5.0/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/include/service/
H A Dsandbox_manager_service.h44 int32_t CleanPersistPolicyByPath(const std::vector<std::string>& filePathList) override;
H A Dpolicy_info_manager.h153 void CleanPolicyOnMac(const std::vector<std::string> &filePathList, int32_t userId);