Searched refs:CreateSharePath (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/filemanagement/app_file_service/test/unittest/remote_file_share/ |
H A D | remote_file_share_test.cpp | 75 int ret = RemoteFileShare::CreateSharePath(fd, sharePath, userId, deviceId); 95 int ret = RemoteFileShare::CreateSharePath(fd, sharePath, userId, deviceId); 115 int ret = RemoteFileShare::CreateSharePath(fd, sharePath, userId, deviceId); 137 int ret = RemoteFileShare::CreateSharePath(fd, sharePath, userId, deviceId); 168 ret = RemoteFileShare::CreateSharePath(fd, sharePath, userId, deviceId);
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/uri/ |
H A D | copy_uri_handler.cpp | 40 ret = RemoteFileShare::CreateSharePath(fd, uri_, ids[0]); in ToUri()
|
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/innerkits/native/remote_file_share/include/ |
H A D | remote_file_share.h | 38 static int CreateSharePath(const int &fd, std::string &sharePath,
|
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/innerkits/native/remote_file_share/src/ |
H A D | remote_file_share.cpp | 207 int RemoteFileShare::CreateSharePath(const int &fd, std::string &sharePath, in CreateSharePath() function in OHOS::AppFileService::ModuleRemoteFileShare::RemoteFileShare
|