Home
last modified time | relevance | path

Searched refs:recorderProfilesStubMap_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/server/
H A Dmedia_server_manager.cpp159 recorderProfilesStubMap_.clear(); in ~MediaServerManager()
270 CHECK_AND_RETURN_RET_LOG(recorderProfilesStubMap_.size() < SERVER_MAX_NUMBER, in CreateRecorderProfilesStubObject()
272 "Please release the applied resources.", recorderProfilesStubMap_.size()); in CreateRecorderProfilesStubObject()
282 recorderProfilesStubMap_[object] = pid; in CreateRecorderProfilesStubObject()
283 …MEDIA_LOGD("The number of recorder_profiles services(%{public}zu).", recorderProfilesStubMap_.size… in CreateRecorderProfilesStubObject()
513 … for (auto it = recorderProfilesStubMap_.begin(); it != recorderProfilesStubMap_.end(); it++) { in DestroyAVRecorderStub()
516 recorderProfilesStubMap_.size(), pid); in DestroyAVRecorderStub()
517 (void)recorderProfilesStubMap_.erase(it); in DestroyAVRecorderStub()
723 …for (auto itMediaProfile = recorderProfilesStubMap_.begin(); itMediaProfile != recorderProfilesStu… in DestroyAVRecorderStubForPid()
726 itMediaProfile = recorderProfilesStubMap_.erase(itMediaProfile); in DestroyAVRecorderStubForPid()
[all …]
H A Dmedia_server_manager.h115 std::map<sptr<IRemoteObject>, pid_t> recorderProfilesStubMap_; variable