Home
last modified time | relevance | path

Searched refs:UpdatePlaybackStateCache (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/media_adapter/include/
H A Dmedia_avsession_adapter_impl.h93 bool UpdatePlaybackStateCache(MediaAVSessionPlayState state);
94 bool UpdatePlaybackStateCache(const std::shared_ptr<MediaAVSessionPositionAdapter> position);
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/
H A Dmedia_avsession_adapter_impl.cpp346 if (UpdatePlaybackStateCache(state) && avSession_) { in SetPlaybackState()
366 if (UpdatePlaybackStateCache(position) && avSession_) { in SetPlaybackPosition()
413 bool MediaAVSessionAdapterImpl::UpdatePlaybackStateCache(MediaAVSessionPlayState state) in UpdatePlaybackStateCache() function in OHOS::NWeb::MediaAVSessionAdapterImpl
435 bool MediaAVSessionAdapterImpl::UpdatePlaybackStateCache( in UpdatePlaybackStateCache() function in OHOS::NWeb::MediaAVSessionAdapterImpl
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H A Dmedia_avsession_adapter_impl_test.cpp889 bool ret = g_adapter->UpdatePlaybackStateCache(playState);
894 ret = g_adapter->UpdatePlaybackStateCache(playState);
899 ret = g_adapter->UpdatePlaybackStateCache(playState);
904 ret = g_adapter->UpdatePlaybackStateCache(playState);
909 ret = g_adapter->UpdatePlaybackStateCache(playState);
914 ret = g_adapter->UpdatePlaybackStateCache(playState);
936 bool ret = g_adapter->UpdatePlaybackStateCache(positionMock);
944 ret = g_adapter->UpdatePlaybackStateCache(positionMock);
952 ret = g_adapter->UpdatePlaybackStateCache(positionMock);
963 ret = g_adapter->UpdatePlaybackStateCache(positionMock);