Home
last modified time | relevance | path

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 Dremote_file_share_test.cpp75 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 Dcopy_uri_handler.cpp40 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 Dremote_file_share.h38 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 Dremote_file_share.cpp207 int RemoteFileShare::CreateSharePath(const int &fd, std::string &sharePath, in CreateSharePath() function in OHOS::AppFileService::ModuleRemoteFileShare::RemoteFileShare