/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | plural_rules.cpp | 23 (rulesLength > PluralRuleType::OTHER) && (sizesLength > PluralRuleType::OTHER)) {
in PluralRules() 34 mOtherRule = rules[PluralRuleType::OTHER];
in PluralRules() 35 mOtherRuleSize = ruleSize[PluralRuleType::OTHER];
in PluralRules()
|
H A D | plural_format_impl.cpp | 66 int otherRuleSize = static_cast<int>(rules[PluralRuleType::OTHER].size());
in InitPluralRules() 85 return PluralRuleType::OTHER;
in GetPluralRuleIndex() 109 return PluralRuleType::OTHER;
in GetPluralRuleIndex() 225 return PluralRuleType::OTHER;
in GetPluralRuleIndex() 242 return PluralRuleType::OTHER;
in GetPluralRuleIndex()
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/ |
H A D | napi_slot.h | 26 NotificationConstant::SlotType inType = NotificationConstant::SlotType::OTHER; 35 NotificationConstant::SlotType inType = NotificationConstant::SlotType::OTHER; 66 NotificationConstant::SlotType outType = NotificationConstant::SlotType::OTHER; 73 NotificationConstant::SlotType outType = NotificationConstant::SlotType::OTHER; 113 NotificationConstant::SlotType outType = NotificationConstant::SlotType::OTHER; 126 NotificationConstant::SlotType outType = NotificationConstant::SlotType::OTHER; 133 NotificationConstant::SlotType outType = NotificationConstant::SlotType::OTHER; 145 NotificationConstant::SlotType outType = NotificationConstant::SlotType::OTHER; 160 NotificationConstant::SlotType outType = NotificationConstant::SlotType::OTHER;
|
/base/global/i18n_lite/frameworks/i18n/test/unittest/lite/common/ |
H A D | i18n_test.cpp | 544 expect = PluralRuleType::OTHER;
in HWTEST_F() 547 expect = PluralRuleType::OTHER;
in HWTEST_F() 550 expect = PluralRuleType::OTHER;
in HWTEST_F() 553 expect = PluralRuleType::OTHER;
in HWTEST_F() 556 expect = PluralRuleType::OTHER;
in HWTEST_F() 559 expect = PluralRuleType::OTHER;
in HWTEST_F() 562 expect = PluralRuleType::OTHER;
in HWTEST_F() 592 expect = PluralRuleType::OTHER;
in HWTEST_F() 619 expect = PluralRuleType::OTHER;
in HWTEST_F() 637 expect = PluralRuleType::OTHER;
in HWTEST_F() [all...] |
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_slot_test.cpp | 220 * @tc.desc : Add notification slot(type is OTHER), get notification slot and remove notification slot. 225 NotificationSlot slot(NotificationConstant::OTHER); in HWTEST_F() 239 EXPECT_EQ(0, NotificationHelper::GetNotificationSlot(NotificationConstant::OTHER, spSlot)); in HWTEST_F() 245 EXPECT_EQ("OTHER", spSlot->GetId()); in HWTEST_F() 248 EXPECT_EQ(NotificationConstant::OTHER, spSlot->GetType()); in HWTEST_F() 250 EXPECT_EQ("OTHER", spSlot->GetName()); in HWTEST_F() 258 EXPECT_EQ(0, NotificationHelper::RemoveNotificationSlot(NotificationConstant::OTHER)); in HWTEST_F() 259 EXPECT_EQ(0, NotificationHelper::GetNotificationSlot(NotificationConstant::OTHER, spSlot)); in HWTEST_F() 265 * @tc.desc : Add notification slot(type is OTHER), slot set description character length exceed 1000 271 NotificationSlot slot(NotificationConstant::OTHER); in HWTEST_F() [all...] |
H A D | ans_innerkits_module_publish_test.cpp | 223 EXPECT_EQ(NotificationConstant::OTHER, notificationRequest.GetSlotType()); in CheckCaseOneResult() 261 EXPECT_EQ(NotificationConstant::OTHER, notificationRequest.GetSlotType()); in CheckCaseTwoResult() 286 EXPECT_EQ(NotificationConstant::OTHER, notificationRequest.GetSlotType()); in CheckCaseThreeResult() 325 EXPECT_EQ(NotificationConstant::OTHER, notificationRequest.GetSlotType()); in CheckCaseFourResult() 343 EXPECT_EQ(NotificationConstant::OTHER, notificationRequest.GetSlotType()); in CheckCaseFiveResult() 359 EXPECT_EQ(NotificationConstant::OTHER, notificationRequest.GetSlotType()); in CheckCaseSixResult() 375 EXPECT_EQ(NotificationConstant::OTHER, notificationRequest.GetSlotType()); in CheckCaseSevenResult() 395 EXPECT_EQ(NotificationConstant::OTHER, notificationRequest.GetSlotType()); in CheckCaseNineResult() 425 EXPECT_EQ(NotificationConstant::OTHER, notificationRequest.GetSlotType()); in CheckCaseFourteenResult() 631 * @tc.desc : Add notification slot(type is OTHER), mak [all...] |
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_test.cpp | 71 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); in TestAddNotificationSlot() 79 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); in TestAddNotificationSlot() 90 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); in HWTEST_F() 103 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); in HWTEST_F() 161 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); in HWTEST_F() 177 bundleOption_, NotificationConstant::SlotType::OTHER), in HWTEST_F() 189 bundleEmptyOption_, NotificationConstant::SlotType::OTHER), in HWTEST_F() 203 noExsitbundleOption_, NotificationConstant::SlotType::OTHER), in HWTEST_F() 230 nullptr, NotificationConstant::SlotType::OTHER), in HWTEST_F() 289 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); in HWTEST_F() [all...] |
H A D | permission_filter_test.cpp | 59 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::OTHER); in HWTEST_F() 85 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::OTHER); in HWTEST_F()
|
H A D | advanced_notification_service_test.cpp | 181 sptr<NotificationSlot> slot0 = new NotificationSlot(NotificationConstant::OTHER); in HWTEST_F() 182 sptr<NotificationSlot> slot1 = new NotificationSlot(NotificationConstant::OTHER); in HWTEST_F() 199 TestAddSlot(NotificationConstant::SlotType::OTHER); in HWTEST_F() 210 TestAddSlot(NotificationConstant::SlotType::OTHER); in HWTEST_F() 224 sptr<NotificationSlot> slot0 = new NotificationSlot(NotificationConstant::OTHER); in HWTEST_F() 238 TestAddSlot(NotificationConstant::SlotType::OTHER); in HWTEST_F() 240 sptr<NotificationSlot> slot0 = new NotificationSlot(NotificationConstant::OTHER); in HWTEST_F() 423 TestAddSlot(NotificationConstant::SlotType::OTHER); in HWTEST_F() 480 sptr<NotificationSlot> slot0 = new NotificationSlot(NotificationConstant::OTHER); in HWTEST_F() 481 sptr<NotificationSlot> slot1 = new NotificationSlot(NotificationConstant::OTHER); in HWTEST_F() [all...] |
/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/ |
H A D | advanced_notification_service_publish_test.cpp | 200 TestAddSlot(NotificationConstant::SlotType::OTHER); in HWTEST_F() 205 req->SetSlotType(NotificationConstant::SlotType::OTHER); in HWTEST_F() 227 TestAddSlot(NotificationConstant::SlotType::OTHER); in HWTEST_F() 232 req->SetSlotType(NotificationConstant::SlotType::OTHER); in HWTEST_F() 262 TestAddSlot(NotificationConstant::SlotType::OTHER); in HWTEST_F() 267 req->SetSlotType(NotificationConstant::SlotType::OTHER); in HWTEST_F() 506 * @tc.desc : Create a slot of type OTHER and successfully publish a notification 510 TestAddSlot(NotificationConstant::SlotType::OTHER); in HWTEST_F() 515 req->SetSlotType(NotificationConstant::SlotType::OTHER); in HWTEST_F() 602 req->SetSlotType(NotificationConstant::OTHER); in HWTEST_F() [all...] |
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/ |
H A D | trace_caller.h | 28 OTHER,
enumerator
|
/base/notification/distributed_notification_service/test/bechmarktest/notification_publish_test/ |
H A D | notification_publish_test.cpp | 71 req_.SetSlotType(NotificationConstant::OTHER);
in InitTextRequest() 87 reqWantAgent_.SetSlotType(NotificationConstant::OTHER);
in InitWantAgentRequest() 110 reqButton_.SetSlotType(NotificationConstant::OTHER);
in InitButtonRequest()
|
/base/global/i18n_lite/interfaces/kits/i18n/include/ |
H A D | types.h | 187 OTHER
enumerator
|
/base/sensors/medical_sensor/utils/include/ |
H A D | medical_catalog.h | 26 OTHER = 4, enumerator
|
/base/security/access_token/services/accesstokenmanager/main/cpp/include/form_manager/ |
H A D | form_instance.h | 39 OTHER = -1, member in OHOS::Security::AccessToken::FormLocation
|
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/ |
H A D | trace_collector_client.h | 53 UCollect::TraceCaller caller = UCollect::TraceCaller::OTHER) = 0;
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_sorting.h | 166 sptr<NotificationSlot> slot_ = new (std::nothrow) NotificationSlot(NotificationConstant::SlotType::OTHER);
|
H A D | notification_constant.h | 63 OTHER, // the notificatin type is other enumerator
|
H A D | notification_slot.h | 187 * The value can be DEFAULT, SOCIAL_COMMUNICATION, SERVICE_REMINDER, CONTENT_INFORMATION, or OTHER. 455 constexpr static const char* OTHER = "Other"; member in OHOS::Notification::NotificationSlot
|
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/ |
H A D | trace_utils.cpp | 49 const std::string OTHER = "Other";
member 244 size_t posOther = fileName.find(OTHER);
347 return OTHER;
in EnumToString() 353 if (caller == UCollect::TraceCaller::OTHER || caller == UCollect::TraceCaller::BETACLUB) {
in GetUnifiedFiles()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_slot.cpp | 177 case NotificationConstant::SlotType::OTHER: in SetType() 178 id_ = "OTHER"; in SetType() 179 SetName("OTHER"); in SetType() 495 convertStrToSlotType_[OTHER] = NotificationConstant::SlotType::OTHER; in GetSlotTypeByString() 534 case NotificationConstant::SlotType::OTHER: in GetDefaultReminderMode()
|
H A D | notification_sorting.cpp | 43 slot_ = new (std::nothrow) NotificationSlot(NotificationConstant::SlotType::OTHER); in SetSlot()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/ |
H A D | notification_subscriber_manager_branch_test.cpp | 1146 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::OTHER;
in HWTEST_F() 1165 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::OTHER;
in HWTEST_F() 1185 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::OTHER;
in HWTEST_F() 1203 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::OTHER;
in HWTEST_F() 1222 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::OTHER;
in HWTEST_F() 1242 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::OTHER;
in HWTEST_F() 1296 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::OTHER;
in HWTEST_F() 1311 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::OTHER;
in HWTEST_F()
|
/base/notification/distributed_notification_service/services/ans/src/common/ |
H A D | notification_config_parse.cpp | 35 {NotificationConstant::SlotType::OTHER, 0b000000}, in NotificationConfigParse()
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_manager_impl.cpp | 85 NotificationConstant::SlotType slot = NotificationConstant::SlotType::OTHER; in AddSlot() 109 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::OTHER; in GetSlot() 153 NotificationConstant::SlotType slot = NotificationConstant::SlotType::OTHER; in RemoveSlot()
|