Searched refs:WriteToSandboxUri (Results 1 – 3 of 3) sorted by relevance
126 int32_t ret = WriteToSandboxUri(imageFd, imageUri); in RequestContentToSandbox()135 int32_t ret = WriteToSandboxUri(videoFd, videoUri); in RequestContentToSandbox()142 int32_t MovingPhotoImpl::WriteToSandboxUri(int32_t srcFd, std::string& sandboxUri) in WriteToSandboxUri() function in MovingPhotoImpl
199 static int32_t WriteToSandboxUri(int32_t srcFd, const string& sandboxUri) in WriteToSandboxUri() function244 int32_t ret = WriteToSandboxUri(imageFd, context->destImageUri); in RequestContentToSandbox()250 int32_t ret = WriteToSandboxUri(videoFd, context->destVideoUri); in RequestContentToSandbox()256 int32_t ret = WriteToSandboxUri(livePhotoFd, context->destLivePhotoUri); in RequestContentToSandbox()
43 int32_t WriteToSandboxUri(int32_t srcFd, std::string& sandboxUri);