/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/include/ |
H A D | recorder_mock.h | 105 std::string genre = "hi"; member 145 int32_t SetGenre(std::string &genre);
|
/foundation/multimedia/player_framework/services/services/engine_intf/ |
H A D | recorder_param.h | 203 genre(genreInfo) {} in GenreInfo() 204 std::string genre; member
|
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/ |
H A D | func_test.cpp | 116 string genre; in HWTEST_F() local 117 ASSERT_TRUE(format_.GetStringValue(Media::Tag::MEDIA_GENRE, genre)); in HWTEST_F() 118 ASSERT_EQ(genre, "AAAAAA{marketing-name:\"AABBAABBAABBAABBAA\",param-hw-ext"\ in HWTEST_F() 253 string genre; in HWTEST_F() local 254 ASSERT_TRUE(format_.GetStringValue(Media::Tag::MEDIA_GENRE, genre)); in HWTEST_F() 255 ASSERT_EQ(genre, "AABBAA{marketing-name:\"AABBAABBAABBAABABA\",param-AA-ext"\ in HWTEST_F()
|
/foundation/multimedia/av_codec/test/unittest/avsource_test/ |
H A D | avsource_unit_test.h | 62 std::string genre = ""; member
|
H A D | avsource_uri_unit_test.cpp | 185 ASSERT_TRUE(format_->GetStringValue(AVSourceFormat::SOURCE_GENRE, formatVal_.genre)); in HWTEST_F() 197 ASSERT_EQ(formatVal_.genre, "genre"); in HWTEST_F() 401 ASSERT_TRUE(format_->GetStringValue(AVSourceFormat::SOURCE_GENRE, formatVal_.genre)); in HWTEST_F() 413 ASSERT_EQ(formatVal_.genre, "genre"); in HWTEST_F() 541 ASSERT_TRUE(format_->GetStringValue(AVSourceFormat::SOURCE_GENRE, formatVal_.genre)); in HWTEST_F() 553 ASSERT_EQ(formatVal_.genre, "genre"); in HWTEST_F() 630 ASSERT_TRUE(format_->GetStringValue(AVSourceFormat::SOURCE_GENRE, formatVal_.genre)); in HWTEST_F() [all...] |
H A D | avsource_unit_test.cpp | 147 formatVal_.genre = ""; in ResetFormatValue() 605 ASSERT_TRUE(format_->GetStringValue(AVSourceFormat::SOURCE_GENRE, formatVal_.genre)); in HWTEST_F() 617 ASSERT_EQ(formatVal_.genre, "genre"); in HWTEST_F() 832 ASSERT_TRUE(format_->GetStringValue(AVSourceFormat::SOURCE_GENRE, formatVal_.genre)); in HWTEST_F() 844 ASSERT_EQ(formatVal_.genre, "genre"); in HWTEST_F() 977 ASSERT_TRUE(format_->GetStringValue(AVSourceFormat::SOURCE_GENRE, formatVal_.genre)); in HWTEST_F() 989 ASSERT_EQ(formatVal_.genre, "genre"); in HWTEST_F() 1895 string genre; HWTEST_F() local [all...] |
/foundation/multimedia/player_framework/services/services/recorder/server/ |
H A D | recorder_server.h | 94 int32_t SetGenre(std::string &genre) override; 174 std::string genre; member
|
H A D | recorder_server.cpp | 603 int32_t RecorderServer::SetGenre(std::string &genre) in SetGenre() argument 609 config_.genre = genre; in SetGenre() 610 GenreInfo genreInfo(genre); in SetGenre()
|
/foundation/multimedia/player_framework/services/services/recorder/client/ |
H A D | recorder_client.h | 55 int32_t SetGenre(std::string &genre) override;
|
H A D | recorder_client.cpp | 288 int32_t RecorderClient::SetGenre(std::string &genre) in SetGenre() argument 294 return recorderProxy_->SetGenre(genre); in SetGenre()
|
/foundation/multimedia/player_framework/frameworks/native/recorder/ |
H A D | recorder_impl.h | 51 int32_t SetGenre(std::string &genre) override;
|
H A D | recorder_impl.cpp | 225 int32_t RecorderImpl::SetGenre(std::string &genre) in SetGenre() argument 228 return recorderService_->SetGenre(genre); in SetGenre()
|
/foundation/multimedia/player_framework/services/services/recorder/ipc/ |
H A D | recorder_service_proxy.h | 52 int32_t SetGenre(std::string &genre) override;
|
H A D | i_standard_recorder_service.h | 56 virtual int32_t SetGenre(std::string &genre) = 0;
|
H A D | recorder_service_stub.cpp | 369 int32_t RecorderServiceStub::SetGenre(std::string &genre) in SetGenre() argument 372 return recorderServer_->SetGenre(genre); in SetGenre() 773 std::string genre = data.ReadString(); in SetGenre() local 774 reply.WriteInt32(SetGenre(genre)); in SetGenre()
|
H A D | recorder_service_stub.h | 60 int32_t SetGenre(std::string &genre) override;
|
H A D | recorder_service_proxy.cpp | 464 int32_t RecorderServiceProxy::SetGenre(std::string &genre) in SetGenre() argument 473 data.WriteString(genre); in SetGenre()
|
/foundation/multimedia/player_framework/services/include/ |
H A D | i_recorder_service.h | 590 * @brief genre 592 * @param genre genre 596 virtual int32_t SetGenre(std::string &genre) = 0;
|
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | format_test.cpp | 289 const char* genre = nullptr; in SetAllParam() local 309 ASSERT_TRUE(OH_AVFormat_GetStringValue(paramFormat, OH_MD_KEY_GENRE, &genre)); in SetAllParam() 310 ASSERT_EQ(0, strcmp(genre, "genre")); in SetAllParam() 438 const char* genre = nullptr; in SetOtherAllParam() local 453 ASSERT_FALSE(OH_AVFormat_GetStringValue(paramFormat, OH_MD_KEY_GENRE, &genre)); in SetOtherAllParam()
|
/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | recorder.h | 428 * @param genre the metadata to retrieve the content type or genre of the data 434 std::string genre; member 873 virtual int32_t SetGenre(std::string &genre) = 0;
|
/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/ |
H A D | recorder_mock.cpp | 229 int32_t OHOS::Media::RecorderMock::SetGenre(std::string &genre) in SetGenre() argument 232 return recorder_->SetGenre(genre); in SetGenre()
|
H A D | recorder_unit_test.cpp | 1488 recorder_->SetGenre(videoRecorderConfig.genre);
in HWTEST_F() 1517 recorder_->SetGenre(videoRecorderConfig.genre);
in HWTEST_F()
|
/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.cpp | 1967 if (CommonNapi::CheckhasNamedProperty(env, metadata, "genre")) { 1969 CHECK_AND_RETURN_RET_LOG(napi_get_named_property(env, metadata, "genre", &item) == napi_ok, 1970 MSERR_INVALID_VAL, "get genre property fail"); 1971 avMetadata.genre = CommonNapi::GetStringArgument(env, item, CUSTOM_MAX_LENGTH); 1972 CHECK_AND_RETURN_RET(avMetadata.genre != "", 1973 (asyncCtx->AVRecorderSignError(MSERR_INVALID_VAL, "getgenre", "genre"), MSERR_INVALID_VAL)); 2145 if (!config->metadata.genre.empty()) { 2146 ret = recorder_->SetGenre(config->metadata.genre);
|
/foundation/multimedia/player_framework/services/engine/histreamer/recorder/ |
H A D | hirecorder_impl.cpp | 854 muxerFormat_->SetData("genre", genreInfo.genre);
in ConfigureMuxer()
|