/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_content.cpp | 86 contentType_ = NotificationContent::Type::MEDIA; in NotificationContent() 131 : (contentType_ == NotificationContent::Type::MEDIA) ? "MEDIA" in Dump() 246 case NotificationContent::Type::MEDIA: in ReadFromParcel() 343 convertStrToContentType_[CONTENT_TYPE_MEDIA] = NotificationContent::Type::MEDIA; in GetContentTypeByString()
|
H A D | notification_request.cpp | 378 if (NotificationContent::Type::MEDIA != notificationContentType_) { in IsColorEnabled()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | theme_pack_resource.cpp | 56 {"media", MEDIA}, 198 ThemeKey themeKey = ThemeKey(bundleName, moduleName, ResType::MEDIA, iconName); in ParseIcon() 201 themeValueVec_.emplace_back(std::make_tuple(ResType::MEDIA, iconName, themeValue)); in ParseIcon() 347 ThemeKey themeKey = ThemeKey(bundleName, dynamicBundle, ResType::MEDIA, iconName); in LoadThemeIconResource() 354 ThemeKey themeKey = ThemeKey(bundleName, "", ResType::MEDIA, iconName); in LoadThemeIconResource() 361 ThemeKey themeKey = ThemeKey(bundleName, "", ResType::MEDIA, iconName); in LoadThemeIconResource() 367 ThemeKey themeKey = ThemeKey(bundleName, "", ResType::MEDIA, iconName, abilityName); in LoadThemeIconResource()
|
H A D | resource_manager_impl.cpp | 1038 RState state = hapManager_->GetFilePath(qd, ResType::MEDIA, outValue); in GetMediaById() 1048 auto qd = hapManager_->FindQualifierValueByName(name, ResType::MEDIA, isOverrideResMgr_, density); in GetMediaByName() 1053 RState state = hapManager_->GetFilePath(qd, ResType::MEDIA, outValue); in GetMediaByName() 1249 auto qd = hapManager_->FindQualifierValueByName(name, ResType::MEDIA, isOverrideResMgr_, density); in GetMediaDataByName() 1306 auto qd = hapManager_->FindQualifierValueByName(name, ResType::MEDIA, isOverrideResMgr_, density); in GetMediaBase64DataByName() 1380 if (idItem == nullptr || idItem->resType_ != ResType::MEDIA) { in GetSuffix() 1446 auto qd = hapManager_->FindQualifierValueByName(name, ResType::MEDIA, isOverrideResMgr_, density); in GetDrawableInfoByName() 1499 auto qd = hapManager_->FindQualifierValueByName(name, ResType::MEDIA, isOverrideResMgr_, density); in GetDrawableInfoByName()
|
H A D | res_desc.cpp | 214 resTypeStrList.insert(make_pair(ResType::MEDIA, std::string("media"))); in Init()
|
H A D | hap_manager.cpp | 681 std::string filePath = GetFilePathFromHap(extractor, qd, ResType::MEDIA); in GetMediaDataFromHap() 699 RState state = HapManager::GetFilePath(qd, ResType::MEDIA, filePath); in GetMediaDataFromIndex() 729 std::string filePath = GetFilePathFromHap(extractor, qd, ResType::MEDIA); in GetMediaBase64DataFromHap() 747 RState state = HapManager::GetFilePath(qd, ResType::MEDIA, filePath); in GetMediaBase64DataFromIndex() 1074 {"media", MEDIA},
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | resource_manager_test_media.cpp | 137 int id = rmc->GetResId("icon", ResType::MEDIA); in HWTEST_F() 173 int id = rmc->GetResId("icon", ResType::MEDIA); in HWTEST_F() 209 int id = rmc->GetResId("icon", ResType::MEDIA); in HWTEST_F() 245 int id = rmc->GetResId("icon", ResType::MEDIA); in HWTEST_F() 281 int id = rmc->GetResId("icon", ResType::MEDIA); in HWTEST_F() 305 int id = rmc->GetResId("icon", ResType::MEDIA); in HWTEST_F() 329 int id = rmc->GetResId("icon", ResType::MEDIA); in HWTEST_F() 365 int id = rmc->GetResId("icon", ResType::MEDIA); in HWTEST_F() 401 int id = rmc->GetResId("icon", ResType::MEDIA); in HWTEST_F() 437 int id = rmc->GetResId("icon", ResType::MEDIA); in HWTEST_F() [all...] |
H A D | resource_manager_test_hap.cpp | 615 int id = rmc->GetResId("icon1", ResType::MEDIA); in HWTEST_F() 650 int id = rmc->GetResId("icon1", ResType::MEDIA); in HWTEST_F() 681 int id = rmc->GetResId("icon", ResType::MEDIA); in HWTEST_F() 755 int id = rmc->GetResId("icon", ResType::MEDIA); in HWTEST_F()
|
H A D | resource_manager_test_common.cpp | 231 int id = GetResId("icon1", ResType::MEDIA); in TestGetMediaById() 257 int id = GetResId("icon", ResType::MEDIA); in TestGetMediaWithDensityById() 303 int id = GetResId("icon1", ResType::MEDIA); in TestGetDrawableInfoById() 328 int id = GetResId("icon", ResType::MEDIA); in TestGetDrawableInfoWithDensityById()
|
H A D | resource_manager_performance_test.cpp | 1088 int id = GetResId("icon", ResType::MEDIA); in HWTEST_F()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | res_common.h | 79 MEDIA = 19, enumerator
|
H A D | global_utils.h | 61 MEDIA = 19,
enumerator
|
/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_common.h | 99 MEDIA = 19, enumerator
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_content.h | 58 MEDIA, member in OHOS::Notification::NotificationContent::Type 133 * GetNotificationContent()) and set the content type to NotificationContent::Type::MEDIA (obtained by calling 168 * NotificationContent::Type::MEDIA,
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A 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()
|
H A D | res_desc.cpp | 139 resTypeStrList.insert(make_pair(ResType::MEDIA, std::string("media"))); in Init()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_web_scheme_handler_request.h | 35 MEDIA, member in OHOS::NWeb::WebResourceType
|
H A D | webview_controller.h | 65 MEDIA = 20000, member in OHOS::NWeb::ResourceType
|
H A D | napi_web_scheme_handler_request.cpp | 371 "MEDIA", NapiParseUtils::ToInt32Value(env, static_cast<int32_t>(WebResourceType::MEDIA))), in ExportEnumWebResourceType()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_content_test.cpp | 235 EXPECT_EQ(result, NotificationContent::Type::MEDIA); in HWTEST_F()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 57 {MEDIA, SELECT_MEDIA},
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | resource_manager_test.cpp | 1479 int id = GetResId("icon", ResType::MEDIA); in HWTEST_F()
|
H A D | resource_manager_performance_test.cpp | 1081 int id = GetResId("icon", ResType::MEDIA); in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_notification.cpp | 1442 if (NotificationContent::Type::MEDIA != request.GetNotificationType()) { in CanPublishMediaContent()
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_publish_test.cpp | 213 EXPECT_EQ(NotificationContent::Type::MEDIA, notificationContent->GetContentType()); in CheckCaseOneResult()
|