Home
last modified time | relevance | path

Searched defs:sharePathList (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/test/unittest/file_share_native/
H A Dfile_share_test.cpp228 vector<string> sharePathList; variable
249 vector<string> sharePathList; variable
/ohos5.0/foundation/filemanagement/app_file_service/test/unittest/file_uri_native/
H A Dfile_uri_test.cpp220 vector<string> sharePathList; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_proxy_test.cpp1096 std::vector<std::string> sharePathList; variable
1122 std::vector<std::string> sharePathList; variable
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_share/src/
H A Dfile_share.cpp258 static void UmountDelUris(vector<string> sharePathList, string currentUid, string bundleNameSelf) in UmountDelUris()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/include/
H A Dmock_storage_manager_service.h280 …virtual int32_t DeleteShareFile(uint32_t tokenId, const std::vector<std::string> &sharePathList) o… in DeleteShareFile()