Searched refs:MtpService (Results 1 – 6 of 6) sorted by relevance
24 MtpService::MtpService(void) : monitorPtr_(nullptr), isMonitorRun_(false) in MtpService() function in OHOS::Media::MtpService28 void MtpService::Init() in Init()35 void MtpService::StartService() in StartService()49 void MtpService::StopService() in StopService()
35 std::shared_ptr<MtpService> mtpServicePtr = nullptr;45 std::shared_ptr<MtpService> GetMtpService() in GetMtpService()49 mtpServicePtr = std::make_shared<MtpService>(); in GetMtpService()
22 class MtpService {24 MTP_API_EXPORT MtpService();25 ~MtpService() = default;
79 std::shared_ptr<OHOS::Media::MtpService> mtpService = OHOS::Media::MtpService::GetInstance(); in StartMtpService()96 … std::shared_ptr<OHOS::Media::MtpService> mtpService = OHOS::Media::MtpService::GetInstance(); in StopMtpService()
26 MtpService mtpService;
2111 MtpService::GetInstance()->StartService();2112 MtpService::GetInstance()->StopService();2113 MtpService mtpService;