Searched refs:RemoveVideoCommand (Results 1 – 3 of 3) sorted by relevance
54 class RemoveVideoCommand : public VideoCommand {55 DECLARE_CMD_CLASS(RemoveVideoCommand)57 RemoveVideoCommand(const int32_t userId, const std::string& videoId, const bool restorable);
67 RemoveVideoCommand::RemoveVideoCommand(const int32_t userId, const std::string& videoId, const bool… in RemoveVideoCommand() function in OHOS::CameraStandard::DeferredProcessing::RemoveVideoCommand73 int32_t RemoveVideoCommand::Executing() in Executing()
82 auto ret = DPS_SendCommand<RemoveVideoCommand>(userId_, videoId, restorable); in RemoveVideo()