Home
last modified time | relevance | path

Searched refs:DestroyMediaProfileService (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/client/
H A Dmedia_local.h44 …int32_t DestroyMediaProfileService(std::shared_ptr<IRecorderProfilesService> recorderProfiles) ove…
H A Dmedia_local.cpp116 int32_t MediaLocal::DestroyMediaProfileService(std::shared_ptr<IRecorderProfilesService> recorderPr… in DestroyMediaProfileService() function in OHOS::Media::MediaLocal
H A Dmedia_client.h55 …int32_t DestroyMediaProfileService(std::shared_ptr<IRecorderProfilesService> recorderProfiles) ove…
H A Dmedia_client.cpp94 int32_t MediaClient::DestroyMediaProfileService(std::shared_ptr<IRecorderProfilesService> recorderP… in DestroyMediaProfileService() function in OHOS::Media::MediaClient
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_media_service.h91 …virtual int32_t DestroyMediaProfileService(std::shared_ptr<IRecorderProfilesService> recorderProfi…
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/
H A Drecorder_profiles_impl.cpp59 … (void)MediaServiceFactory::GetInstance().DestroyMediaProfileService(recorderProfilesService_); in ~RecorderProfilesImpl()