Searched refs:SetMetaMimeType (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/ |
H A D | recorder_service_stub.h | 48 int32_t SetMetaMimeType(int32_t sourceId, const std::string_view &type) override; 100 int32_t SetMetaMimeType(MessageParcel &data, MessageParcel &reply);
|
H A D | recorder_service_stub.cpp | 150 [this](MessageParcel &data, MessageParcel &reply) { return SetMetaMimeType(data, reply); }; in FillRecFuncPart2() 297 int32_t RecorderServiceStub::SetMetaMimeType(int32_t sourceId, const std::string_view &type) in SetMetaMimeType() function in OHOS::Media::RecorderServiceStub 300 return recorderServer_->SetMetaMimeType(sourceId, type); in SetMetaMimeType() 604 int32_t RecorderServiceStub::SetMetaMimeType(MessageParcel &data, MessageParcel &reply) in SetMetaMimeType() function in OHOS::Media::RecorderServiceStub 611 reply.WriteInt32(SetMetaMimeType(sourceId, mimetype)); in SetMetaMimeType()
|
H A D | recorder_service_proxy.h | 39 int32_t SetMetaMimeType(int32_t sourceId, const std::string_view &type) override;
|
H A D | i_standard_recorder_service.h | 38 virtual int32_t SetMetaMimeType(int32_t sourceId, const std::string_view &type) = 0;
|
H A D | recorder_service_proxy.cpp | 217 int32_t RecorderServiceProxy::SetMetaMimeType(int32_t sourceId, const std::string_view &type) in SetMetaMimeType() function in OHOS::Media::RecorderServiceProxy
|
/ohos5.0/foundation/multimedia/player_framework/services/include/ |
H A D | i_recorder_service.h | 88 virtual int32_t SetMetaMimeType(int32_t sourceId, const std::string_view &type) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/client/ |
H A D | recorder_client.h | 42 int32_t SetMetaMimeType(int32_t sourceId, const std::string_view &type) override;
|
H A D | recorder_client.cpp | 168 int32_t RecorderClient::SetMetaMimeType(int32_t sourceId, const std::string_view &type) in SetMetaMimeType() function in OHOS::Media::RecorderClient 175 return recorderProxy_->SetMetaMimeType(sourceId, type); in SetMetaMimeType()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/ |
H A D | recorder_server.h | 80 int32_t SetMetaMimeType(int32_t sourceId, const std::string_view &type) override;
|
H A D | recorder_server.cpp | 319 int32_t RecorderServer::SetMetaMimeType(int32_t sourceId, const std::string_view &type) in SetMetaMimeType() function in OHOS::Media::RecorderServer 560 … CHECK_AND_RETURN_RET_LOG(SetMetaMimeType(sourceId, Plugins::MimeType::TIMED_METADATA) == MSERR_OK, in SetMetaConfigs()
|