Home
last modified time | relevance | path

Searched refs:MEDIA (Results 1 - 25 of 25) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_content.cpp86 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 Dnotification_request.cpp378 if (NotificationContent::Type::MEDIA != notificationContentType_) { in IsColorEnabled()
/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_resource.cpp56 {"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 Dresource_manager_impl.cpp1038 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 Dres_desc.cpp214 resTypeStrList.insert(make_pair(ResType::MEDIA, std::string("media"))); in Init()
H A Dhap_manager.cpp681 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 Dresource_manager_test_media.cpp137 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 Dresource_manager_test_hap.cpp615 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 Dresource_manager_test_common.cpp231 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 Dresource_manager_performance_test.cpp1088 int id = GetResId("icon", ResType::MEDIA); in HWTEST_F()
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_common.h79 MEDIA = 19, enumerator
H A Dglobal_utils.h61 MEDIA = 19, enumerator
/base/global/resource_management/interfaces/inner_api/include/
H A Dres_common.h99 MEDIA = 19, enumerator
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_content.h58 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 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()
H A Dres_desc.cpp139 resTypeStrList.insert(make_pair(ResType::MEDIA, std::string("media"))); in Init()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_web_scheme_handler_request.h35 MEDIA, member in OHOS::NWeb::WebResourceType
H A Dwebview_controller.h65 MEDIA = 20000, member in OHOS::NWeb::ResourceType
H A Dnapi_web_scheme_handler_request.cpp371 "MEDIA", NapiParseUtils::ToInt32Value(env, static_cast<int32_t>(WebResourceType::MEDIA))), in ExportEnumWebResourceType()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_content_test.cpp235 EXPECT_EQ(result, NotificationContent::Type::MEDIA); in HWTEST_F()
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp57 {MEDIA, SELECT_MEDIA},
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_test.cpp1479 int id = GetResId("icon", ResType::MEDIA); in HWTEST_F()
H A Dresource_manager_performance_test.cpp1081 int id = GetResId("icon", ResType::MEDIA); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp1442 if (NotificationContent::Type::MEDIA != request.GetNotificationType()) { in CanPublishMediaContent()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp213 EXPECT_EQ(NotificationContent::Type::MEDIA, notificationContent->GetContentType()); in CheckCaseOneResult()

Completed in 38 milliseconds