Home
last modified time | relevance | path

Searched refs:MEDIA (Results 1 – 21 of 21) sorted by relevance

/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dresource_manager_test_media.cpp137 int id = rmc->GetResId("icon", ResType::MEDIA);
173 int id = rmc->GetResId("icon", ResType::MEDIA);
209 int id = rmc->GetResId("icon", ResType::MEDIA);
245 int id = rmc->GetResId("icon", ResType::MEDIA);
281 int id = rmc->GetResId("icon", ResType::MEDIA);
305 int id = rmc->GetResId("icon", ResType::MEDIA);
329 int id = rmc->GetResId("icon", ResType::MEDIA);
365 int id = rmc->GetResId("icon", ResType::MEDIA);
401 int id = rmc->GetResId("icon", ResType::MEDIA);
437 int id = rmc->GetResId("icon", ResType::MEDIA);
[all …]
Dresource_manager_test_hap.cpp615 int id = rmc->GetResId("icon1", ResType::MEDIA);
650 int id = rmc->GetResId("icon1", ResType::MEDIA);
681 int id = rmc->GetResId("icon", ResType::MEDIA);
743 int id = rmc->GetResId("icon", ResType::MEDIA);
Dresource_manager_test_common.cpp204 int id = GetResId("icon1", ResType::MEDIA); in TestGetMediaById()
230 int id = GetResId("icon", ResType::MEDIA); in TestGetMediaWithDensityById()
Dresource_manager_performance_test.cpp1093 int id = GetResId("icon", ResType::MEDIA);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_content.cpp83 contentType_ = NotificationContent::Type::MEDIA; in NotificationContent()
105 … : (contentType_ == NotificationContent::Type::MEDIA) ? "MEDIA" in Dump()
218 case NotificationContent::Type::MEDIA: in ReadFromParcel()
Dnotification_request.cpp308 if (NotificationContent::Type::MEDIA != notificationContentType_) { in IsColorEnabled()
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dres_common.h79 MEDIA = 19, enumerator
Dglobal_utils.h61 MEDIA = 19, enumerator
/base/global/resource_management/interfaces/inner_api/include/
Dres_common.h98 MEDIA = 19, enumerator
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_content.h56 MEDIA, enumerator
/base/global/resource_management/frameworks/resmgr/src/
Dresource_manager_impl.cpp756 RState state = hapManager_->GetFilePath(qd, ResType::MEDIA, outValue); in GetMediaById()
766 auto qd = hapManager_->FindQualifierValueByName(name, ResType::MEDIA, density); in GetMediaByName()
771 RState state = hapManager_->GetFilePath(qd, ResType::MEDIA, outValue); in GetMediaByName()
920 auto qd = hapManager_->FindQualifierValueByName(name, ResType::MEDIA, density); in GetMediaDataByName()
950 auto qd = hapManager_->FindQualifierValueByName(name, ResType::MEDIA, density); in GetMediaBase64DataByName()
1016 if (idItem == nullptr || idItem->resType_ != ResType::MEDIA) { in GetSuffix()
1054 auto qd = hapManager_->FindQualifierValueByName(name, ResType::MEDIA, density); in GetDrawableInfoByName()
Dhap_manager.cpp594 std::string filePath = GetFilePathFromHap(extractor, qd, ResType::MEDIA); in GetMediaDataFromHap()
612 RState state = HapManager::GetFilePath(qd, ResType::MEDIA, filePath); in GetMediaDataFromIndex()
640 std::string filePath = GetFilePathFromHap(extractor, qd, ResType::MEDIA); in GetMediaBase64DataFromHap()
657 RState state = HapManager::GetFilePath(qd, ResType::MEDIA, filePath); in GetMediaBase64DataFromIndex()
Dres_desc.cpp206 resTypeStrList.insert(make_pair(ResType::MEDIA, std::string("media"))); in Init()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dresource_manager_impl.cpp562 return GetRawFile(qd, ResType::MEDIA, outValue); in GetMediaById()
567 auto qd = hapManager_->FindQualifierValueByName(name, ResType::MEDIA); in GetMediaByName()
571 return GetRawFile(qd, ResType::MEDIA, outValue); in GetMediaByName()
Dres_desc.cpp139 resTypeStrList.insert(make_pair(ResType::MEDIA, std::string("media"))); in Init()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_content_test.cpp229 EXPECT_EQ(result, NotificationContent::Type::MEDIA); in HWTEST_F()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h61 MEDIA = 20000, enumerator
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp981 if (NotificationContent::Type::MEDIA != request.GetNotificationType()) { in CanPublishMediaContent()
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dresource_manager_performance_test.cpp1081 int id = GetResId("icon", ResType::MEDIA);
Dresource_manager_test.cpp1479 int id = GetResId("icon", ResType::MEDIA);
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp169 EXPECT_EQ(NotificationContent::Type::MEDIA, notificationContent->GetContentType()); in CheckCaseOneResult()