Home
last modified time | relevance | path

Searched refs:GetMuted (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dvideo_view.h79 const bool GetMuted() const in GetMuted() function in OHOS::ACELite::VideoView
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_pattern.h68 bool GetMuted() in GetMuted() function in OHOS::Ace::NG::MovingPhotoPattern
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_full_screen_pattern.cpp114 UpdateMuted(videoPattern->GetMuted()); in UpdateState()
H A Dvideo_pattern.h84 bool GetMuted() const in GetMuted() function in OHOS::OHOS::Ace::NG::VideoPattern
H A Dvideo_pattern.cpp1854 muted_ = videoPattern->GetMuted(); in OnModifyDone()
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davplayback_state.h112 bool GetMuted() const;
/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_playback_state.h64 static napi_status GetMuted(napi_env env, napi_value in, AVPlaybackState& out);
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_playback_state.cpp30 { "muted", GetMuted },
342 napi_status NapiPlaybackState::GetMuted(napi_env env, napi_value in, AVPlaybackState& out) in GetMuted() function in OHOS::AVSession::NapiPlaybackState
354 auto status = NapiUtils::SetValue(env, in.GetMuted(), property); in SetMuted()
/foundation/multimedia/av_session/frameworks/common/src/
H A Davplayback_state.cpp222 bool AVPlaybackState::GetMuted() const in GetMuted() function in OHOS::AVSession::AVPlaybackState
/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/
H A Dmovingphoto_test_ng.cpp197 EXPECT_EQ(movingPhotoPattern->GetMuted(), MUTED_VALUE); in HWTEST_F()
451 EXPECT_EQ(pattern->GetMuted(), MUTED_VALUE); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_property_test_ng.cpp239 EXPECT_EQ(videoPattern->GetMuted(), MUTED_VALUE); in HWTEST_F()

Completed in 12 milliseconds