Home
last modified time | relevance | path

Searched refs:RestoreInterface (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/ringtone_library/services/ringtone_restore/include/
H A Drestore_interface.h25 class RestoreInterface { class
27 virtual ~RestoreInterface() {} in ~RestoreInterface()
H A Dringtone_restore_factory.h31 EXPORT static std::unique_ptr<RestoreInterface> CreateObj(RestoreSceneType type);
H A Dringtone_restore_base.h26 class RingtoneRestoreBase : public RestoreInterface {
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_restore_factory.cpp29 std::unique_ptr<RestoreInterface> RingtoneRestoreFactory::CreateObj(RestoreSceneType type) in CreateObj()
31 std::unique_ptr<RestoreInterface> obj = nullptr; in CreateObj()
H A Dringtone_restore_napi.cpp96 static int32_t RingtoneRestore(std::unique_ptr<RestoreInterface> &restore, string backupPath) in RingtoneRestore()

Completed in 2 milliseconds