Searched refs:userCustomInfo (Results 1 – 17 of 17) sorted by relevance
197 userCustomInfo(CustomInfo) {} in CustomInfo()198 Meta userCustomInfo; member
363 int32_t RecorderServiceStub::SetUserCustomInfo(Meta &userCustomInfo) in SetUserCustomInfo() argument366 return recorderServer_->SetUserCustomInfo(userCustomInfo); in SetUserCustomInfo()761 Meta userCustomInfo; in SetUserCustomInfo() local762 bool ret = userCustomInfo.FromParcel(data); in SetUserCustomInfo()766 reply.WriteInt32(SetUserCustomInfo(userCustomInfo)); in SetUserCustomInfo()
51 int32_t SetUserCustomInfo(Meta &userCustomInfo) override;
55 virtual int32_t SetUserCustomInfo(Meta &userCustomInfo) = 0;
59 int32_t SetUserCustomInfo(Meta &userCustomInfo) override;
443 int32_t RecorderServiceProxy::SetUserCustomInfo(Meta &userCustomInfo) in SetUserCustomInfo() argument452 bool ret = userCustomInfo.ToParcel(data); in SetUserCustomInfo()
219 int32_t RecorderImpl::SetUserCustomInfo(Meta &userCustomInfo) in SetUserCustomInfo() argument222 return recorderService_->SetUserCustomInfo(userCustomInfo); in SetUserCustomInfo()
50 int32_t SetUserCustomInfo(Meta &userCustomInfo) override;
587 virtual int32_t SetUserCustomInfo(Meta &userCustomInfo) = 0;
54 int32_t SetUserCustomInfo(Meta &userCustomInfo) override;
279 int32_t RecorderClient::SetUserCustomInfo(Meta &userCustomInfo) in SetUserCustomInfo() argument285 return recorderProxy_->SetUserCustomInfo(userCustomInfo); in SetUserCustomInfo()
146 int32_t SetUserCustomInfo(Meta &userCustomInfo);
93 int32_t SetUserCustomInfo(Meta &userCustomInfo) override;
583 int32_t RecorderServer::SetUserCustomInfo(Meta &userCustomInfo) in SetUserCustomInfo() argument589 config_.customInfo = userCustomInfo; in SetUserCustomInfo()590 CustomInfo userCustom(userCustomInfo); in SetUserCustomInfo()
235 int32_t OHOS::Media::RecorderMock::SetUserCustomInfo(Meta &userCustomInfo) in SetUserCustomInfo() argument238 return recorder_->SetUserCustomInfo(userCustomInfo); in SetUserCustomInfo()
868 virtual int32_t SetUserCustomInfo(Meta &userCustomInfo) = 0;
846 userMeta_ = std::make_shared<Meta>(customInfo.userCustomInfo); in ConfigureMuxer()