/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
D | resource_manager_test_media.cpp | 137 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 …]
|
D | resource_manager_test_hap.cpp | 615 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);
|
D | resource_manager_test_common.cpp | 204 int id = GetResId("icon1", ResType::MEDIA); in TestGetMediaById() 230 int id = GetResId("icon", ResType::MEDIA); in TestGetMediaWithDensityById()
|
D | resource_manager_performance_test.cpp | 1093 int id = GetResId("icon", ResType::MEDIA);
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_content.cpp | 83 contentType_ = NotificationContent::Type::MEDIA; in NotificationContent() 105 … : (contentType_ == NotificationContent::Type::MEDIA) ? "MEDIA" in Dump() 218 case NotificationContent::Type::MEDIA: in ReadFromParcel()
|
D | notification_request.cpp | 308 if (NotificationContent::Type::MEDIA != notificationContentType_) { in IsColorEnabled()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
D | res_common.h | 79 MEDIA = 19, enumerator
|
D | global_utils.h | 61 MEDIA = 19, enumerator
|
/base/global/resource_management/interfaces/inner_api/include/ |
D | res_common.h | 98 MEDIA = 19, enumerator
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_content.h | 56 MEDIA, enumerator
|
/base/global/resource_management/frameworks/resmgr/src/ |
D | resource_manager_impl.cpp | 756 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()
|
D | hap_manager.cpp | 594 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()
|
D | res_desc.cpp | 206 resTypeStrList.insert(make_pair(ResType::MEDIA, std::string("media"))); in Init()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
D | resource_manager_impl.cpp | 562 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()
|
D | res_desc.cpp | 139 resTypeStrList.insert(make_pair(ResType::MEDIA, std::string("media"))); in Init()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | notification_content_test.cpp | 229 EXPECT_EQ(result, NotificationContent::Type::MEDIA); in HWTEST_F()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
D | webview_controller.h | 61 MEDIA = 20000, enumerator
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_notification.cpp | 981 if (NotificationContent::Type::MEDIA != request.GetNotificationType()) { in CanPublishMediaContent()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
D | resource_manager_performance_test.cpp | 1081 int id = GetResId("icon", ResType::MEDIA);
|
D | resource_manager_test.cpp | 1479 int id = GetResId("icon", ResType::MEDIA);
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_innerkits_module_publish_test.cpp | 169 EXPECT_EQ(NotificationContent::Type::MEDIA, notificationContent->GetContentType()); in CheckCaseOneResult()
|