Searched refs:recorderProfiles (Results 1 – 6 of 6) sorted by relevance
31 …std::shared_ptr<RecorderProfilesClient> recorderProfiles = std::make_shared<RecorderProfilesClient… in Create() local32 …CHECK_AND_RETURN_RET_LOG(recorderProfiles != nullptr, nullptr, "failed to new RecorderProfilesClie… in Create()34 return recorderProfiles; in Create()
94 …MediaClient::DestroyMediaProfileService(std::shared_ptr<IRecorderProfilesService> recorderProfiles) in DestroyMediaProfileService() argument97 …CHECK_AND_RETURN_RET_LOG(recorderProfiles != nullptr, MSERR_NO_MEMORY, "input recorderProfiles is … in DestroyMediaProfileService()98 recorderProfilesClientList_.remove(recorderProfiles); in DestroyMediaProfileService()122 …std::shared_ptr<RecorderProfilesClient> recorderProfiles = RecorderProfilesClient::Create(recorder… in CreateRecorderProfilesService() local123 …CHECK_AND_RETURN_RET_LOG(recorderProfiles != nullptr, nullptr, "failed to create recorderProfiles … in CreateRecorderProfilesService()125 recorderProfilesClientList_.push_back(recorderProfiles); in CreateRecorderProfilesService()126 return recorderProfiles; in CreateRecorderProfilesService()
116 … MediaLocal::DestroyMediaProfileService(std::shared_ptr<IRecorderProfilesService> recorderProfiles) in DestroyMediaProfileService() argument118 (void)recorderProfiles; in DestroyMediaProfileService()
44 …int32_t DestroyMediaProfileService(std::shared_ptr<IRecorderProfilesService> recorderProfiles) ove…
55 …int32_t DestroyMediaProfileService(std::shared_ptr<IRecorderProfilesService> recorderProfiles) ove…
91 …int32_t DestroyMediaProfileService(std::shared_ptr<IRecorderProfilesService> recorderProfiles) = 0;