Home
last modified time | relevance | path

Searched refs:video_ (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_video_unit_test.cpp85 static UIVideo* video_; member in OHOS::UIVideoTest
90 UIVideo* UIVideoTest::video_ = nullptr; member in OHOS::UIVideoTest
102 if (video_ != nullptr) { in TearDownTestCase()
103 delete video_; in TearDownTestCase()
104 video_ = nullptr; in TearDownTestCase()
120 if (video_ == nullptr) { in HWTEST_F()
121 video_ = new UIVideo(); in HWTEST_F()
125 EXPECT_EQ(video_->SetSrc(src), false); in HWTEST_F()
128 EXPECT_EQ(video_->SetSrc(src), false); in HWTEST_F()
129 EXPECT_EQ(video_ in HWTEST_F()
[all...]
/foundation/arkui/ui_lite/test/uitest/test_video/
H A Dui_test_video.cpp36 if (video_ != nullptr) { in TearDown()
37 video_->Stop(); in TearDown()
38 video_->Reset(); in TearDown()
39 delete video_; in TearDown()
40 video_ = nullptr; in TearDown()
156 if (video_ == nullptr) { in GetTestView()
165 if (video_ == nullptr) { in UIKitUIVideoTestSetVideo001()
166 video_ = new UIVideo(); in UIKitUIVideoTestSetVideo001()
173 if (!video_->SetSrc(VIDEO_SOURCE_DIRECTORY)) { in UIKitUIVideoTestSetVideo001()
177 video_ in UIKitUIVideoTestSetVideo001()
[all...]
H A Dui_test_video.h114 UIVideo* video_ = nullptr; member in OHOS::UITestVideo
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dvideo_component.h36 : video_(aceVideo), in VideoPlayImageOnClickListener()
42 if (video_ == nullptr) {
49 PanelView* panelView = const_cast<PanelView *>(video_->GetPanelView());
68 video_->PanelRefreshLayout();
74 if (video_ == nullptr || playImage == nullptr) { in SetPlayImageInfo()
78 if ((video_->Pause()) == 0) { in SetPlayImageInfo()
84 if ((video_->Play()) == 0) { in SetPlayImageInfo()
95 if (video_ == nullptr || mutedImage == nullptr) { in SetMutedImageInfo()
99 if (video_->SetVolume(PanelView::DEFAULT_VOLUME_VALUE) == 0) { in SetMutedImageInfo()
105 if (video_ in SetMutedImageInfo()
128 VideoView* video_; global() member in OHOS::ACELite::final
201 VideoView* video_; global() member in OHOS::ACELite::final
308 VideoView* video_; global() member in OHOS::ACELite::final
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_video.h332 video_ = video; in SliderAnimatorCallback()
365 UIVideo* video_ = nullptr; member in OHOS::UIVideo::SliderAnimatorCallback
391 if (video_ != nullptr) {
392 video_->OnVideoComplete();
450 video_ = video; in SetVideoPlayer()
459 UIVideo* video_ = nullptr; member in OHOS::UIVideo::PlayerListener
/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/
H A Dstorage_stats.h27 : total_(total), audio_(audio), video_(video), image_(image), file_(file), app_(app) {} in StorageStats()
32 int64_t video_ {0};
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Dstorage_stats.cpp30 if (!parcel.WriteInt64(video_)) { in Marshalling()
54 obj->video_ = parcel.ReadInt64(); in Unmarshalling()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_video.cpp691 if (video_ != nullptr) { in Callback()
693 video_->GetCurrentTime(currentTime); in Callback()
696 if (!video_->GetTimerFromMSecond(currentTime, timer, sizeof(timer))) { in Callback()
713 video_->ShowController(false); in Callback()
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test/
H A Dstorage_stats_test.cpp92 EXPECT_EQ(res.video_, videoSize); in HWTEST_F()
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/
H A Dsms_adapter.cpp69 return bundleStats.image_ + bundleStats.video_; in GetUserStorageStats()
/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_status_service.cpp86 storageStats.video_ = size; in GetMediaTypeAndSize()
262 static_cast<long long>(storageStats.video_), static_cast<long long>(storageStats.audio_), in GetUserStorageStats()
367 storageStats.video_ = 0; in GetUserStorageStatsByType()
/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/
H A Dstorage_statistics_n_exporter.cpp328 totalObject.AddProp("video", NVal::CreateInt64(env, (storageStats->video_)).val_); in GetUserStorageStats()

Completed in 7 milliseconds