Home
last modified time | relevance | path

Searched refs:isSimple_ (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dround_rect.h76 bool isSimple_ = false; member in OHOS::Rosen::Drawing::RoundRect
79 inline RoundRect::RoundRect() noexcept : rect_(), isSimple_(true) {} in isSimple_() function
87 isSimple_ = roundRect.isSimple_; in RoundRect()
97 isSimple_ = true; in RoundRect()
106 isSimple_ = false; in RoundRect()
114 isSimple_ = false; in SetCornerRadius()
139 return isSimple_; in IsSimpleRoundRect()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dhls_playlist_downloader.cpp71 if (master_ && master_->isSimple_) { in GetSeekable()
98 if (!master_->isSimple_) { in ParseManifest()
106 if (master_->isSimple_) { in ParseManifest()
115 master_->isSimple_ = true; in ParseManifest()
H A Dm3u8.h120 bool isSimple_ {false};
H A Dm3u8.cpp202 isSimple_ = true; in UpdateMediaPlaylist()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_playlist_downloader.cpp101 if (master_ && master_->isSimple_ && isParseFinished_) { in GetSeekable()
168 if (!master_->isSimple_) { in ParseManifest()
188 if (!master_->isSimple_) { in UpdateMasterAndNotifyList()
195 if (master_->isSimple_) { in UpdateMasterAndNotifyList()
199 if (!master_->isSimple_) { in UpdateMasterAndNotifyList()
200 master_->isSimple_ = true; in UpdateMasterAndNotifyList()
218 if (master_ && master_->isSimple_) { in PreParseManifest()
H A Dm3u8.h158 std::atomic<bool> isSimple_ {false};
H A Dm3u8.cpp455 isSimple_ = true; in UpdateMediaPlaylist()
/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dhls_playlist_downloader_unit_test.cpp87 EXPECT_FALSE(downloader.GetMaster()->isSimple_); in HWTEST_F()
96 EXPECT_FALSE(downloader.GetMaster()->isSimple_); in HWTEST_F()
106 EXPECT_FALSE(downloader.GetMaster()->isSimple_); in HWTEST_F()
H A Dm3u8_unit_test.cpp380 EXPECT_TRUE(playlist.isSimple_); in HWTEST_F()

Completed in 5 milliseconds