Home
last modified time | relevance | path

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

123

/base/global/i18n_lite/frameworks/i18n/src/
H A Dplural_rules.cpp23 (rulesLength > PluralRuleType::OTHER) && (sizesLength > PluralRuleType::OTHER)) { in PluralRules()
34 mOtherRule = rules[PluralRuleType::OTHER]; in PluralRules()
35 mOtherRuleSize = ruleSize[PluralRuleType::OTHER]; in PluralRules()
H A Dplural_format_impl.cpp66 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 Dnapi_slot.h26 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 Di18n_test.cpp544 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 Dans_innerkits_module_slot_test.cpp220 * @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 Dans_innerkits_module_publish_test.cpp223 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 Dnotification_preferences_test.cpp71 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 Dpermission_filter_test.cpp59 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::OTHER); in HWTEST_F()
85 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::OTHER); in HWTEST_F()
H A Dadvanced_notification_service_test.cpp181 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 Dadvanced_notification_service_publish_test.cpp200 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 Dtrace_caller.h28 OTHER, enumerator
/base/notification/distributed_notification_service/test/bechmarktest/notification_publish_test/
H A Dnotification_publish_test.cpp71 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 Dtypes.h187 OTHER enumerator
/base/sensors/medical_sensor/utils/include/
H A Dmedical_catalog.h26 OTHER = 4, enumerator
/base/security/access_token/services/accesstokenmanager/main/cpp/include/form_manager/
H A Dform_instance.h39 OTHER = -1, member in OHOS::Security::AccessToken::FormLocation
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/
H A Dtrace_collector_client.h53 UCollect::TraceCaller caller = UCollect::TraceCaller::OTHER) = 0;
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_sorting.h166 sptr<NotificationSlot> slot_ = new (std::nothrow) NotificationSlot(NotificationConstant::SlotType::OTHER);
H A Dnotification_constant.h63 OTHER, // the notificatin type is other enumerator
H A Dnotification_slot.h187 * 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 Dtrace_utils.cpp49 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 Dnotification_slot.cpp177 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 Dnotification_sorting.cpp43 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 Dnotification_subscriber_manager_branch_test.cpp1146 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 Dnotification_config_parse.cpp35 {NotificationConstant::SlotType::OTHER, 0b000000}, in NotificationConfigParse()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp85 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()

Completed in 21 milliseconds

123