Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 25 of 48) sorted by relevance

12

/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_preferences_test.cpp70 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); in TestAddNotificationSlot() local
78 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); in TestAddNotificationSlot() local
89 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); variable
102 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); variable
129 sptr<NotificationSlot> slot = nullptr; variable
160 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); variable
290 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); variable
308 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); variable
335 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); variable
350 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); variable
[all …]
Dpermission_filter_test.cpp59 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::OTHER); variable
85 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::OTHER); variable
/base/msdp/device_status/tools/vdev/src/
Dvirtual_touchscreen.cpp96 int32_t VirtualTouchScreen::DownButton(int32_t slot, int32_t x, int32_t y) in DownButton()
103 …bool firstTouchDown = std::none_of(slots_.cbegin(), slots_.cend(), [](const auto &slot) { return s… in DownButton()
120 int32_t VirtualTouchScreen::UpButton(int32_t slot) in UpButton()
138 …bool lastTouchUp = std::none_of(slots_.cbegin(), slots_.cend(), [](const auto &slot) { return slot… in UpButton()
148 int32_t VirtualTouchScreen::Move(int32_t slot, int32_t dx, int32_t dy) in Move()
185 int32_t VirtualTouchScreen::MoveTo(int32_t slot, int32_t x, int32_t y) in MoveTo()
Dvirtual_touchscreen_builder.cpp295 int32_t slot = std::atoi(optarg); in ReadDownAction() local
315 int32_t slot = std::atoi(optarg); in ReadMoveAction() local
337 int32_t slot = std::atoi(optarg); in ReadUpAction() local
353 int32_t slot = std::atoi(optarg); in ReadMoveToAction() local
375 int32_t slot = std::atoi(optarg); in ReadDragToAction() local
444 int32_t slot = -1; in HandleDown() local
465 int32_t slot = -1; in HandleMove() local
486 int32_t slot = -1; in HandleUp() local
497 int32_t slot = -1; in HandleMoveTo() local
/base/msdp/device_status/tools/vdev/json/
Dsimulate_touchscreen_dragging.json5 { "action": "down", "slot": 1, "x": 360, "y": 540 }, number
7 { "action": "move-to", "slot": 1, "x": 360, "y": 100 }, number
8 { "action": "up", "slot": 1 } number
/base/startup/init/services/begetctl/
Dpartitionslot.cpp72 int slot = atoi(argv[1]); in GetSuffix() local
93 int slot = atoi(argv[1]); in SetActiveSlot() local
113 int slot = atoi(argv[1]); in SetUnbootSlot() local
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
Dmock_notification_preferences.cpp32 const NotificationConstant::SlotType &type, sptr<NotificationSlot> &slot) in GetNotificationSlot()
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_database.cpp790 const sptr<NotificationSlot> &slot, std::unordered_map<std::string, std::string> &values) in SlotToEntry()
807 const sptr<NotificationSlot> &slot, std::unordered_map<std::string, std::string> &values) const in GenerateSlotEntry() argument
865 sptr<NotificationSlot> slot = nullptr; in ParseSlotFromDisturbeDB() local
889 …const std::string &findString, sptr<NotificationSlot> &slot, const std::pair<std::string, std::str… in ParseSlot()
1120 void NotificationPreferencesDatabase::ParseSlotDescription(sptr<NotificationSlot> &slot, const std:… in ParseSlotDescription()
1127 void NotificationPreferencesDatabase::ParseSlotLevel(sptr<NotificationSlot> &slot, const std::strin… in ParseSlotLevel()
1134 void NotificationPreferencesDatabase::ParseSlotShowBadge(sptr<NotificationSlot> &slot, const std::s… in ParseSlotShowBadge()
1141 void NotificationPreferencesDatabase::ParseSlotEnableLight(sptr<NotificationSlot> &slot, const std:… in ParseSlotEnableLight()
1149 sptr<NotificationSlot> &slot, const std::string &value) const in ParseSlotEnableVrbration()
1157 sptr<NotificationSlot> &slot, const std::string &value) const in ParseSlotLedLightColor()
[all …]
Dnotification_preferences.cpp55 for (auto slot : slots) { in AddNotificationSlots() local
198 const NotificationConstant::SlotType &type, sptr<NotificationSlot> &slot) in GetNotificationSlot()
463 const sptr<NotificationSlot> &slot, NotificationPreferencesInfo &preferencesInfo) const in CheckSlotForCreateSlot() argument
503 const sptr<NotificationSlot> &slot, NotificationPreferencesInfo &preferencesInfo) const in CheckSlotForUpdateSlot() argument
/base/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp724 …sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMA… variable
770 …sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::SOCIAL_COMMUNIC… variable
813 …sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMA… variable
855 …sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMA… variable
907 …sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMA… variable
950 …sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::SERVICE_REMINDE… variable
990 …sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMA… variable
1030 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::OTHER); variable
1070 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CUSTOM); variable
1123 …sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::SOCIAL_COMMUNIC… variable
[all …]
/base/notification/distributed_notification_service/test/fuzztest/getnotificationslotsforbundle_fuzzer/
Dgetnotificationslotsforbundle_fuzzer.cpp28 sptr<Notification::NotificationSlot> slot = nullptr; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_helper.cpp50 ErrCode ReminderHelper::AddNotificationSlot(const NotificationSlot &slot) in AddNotificationSlot()
Dnotification_sorting.cpp40 void NotificationSorting::SetSlot(const sptr<NotificationSlot> &slot) in SetSlot()
/base/notification/distributed_notification_service/test/fuzztest/getnotificationslot_fuzzer/
Dgetnotificationslot_fuzzer.cpp28 sptr<Notification::NotificationSlot> slot = nullptr; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/services/ans/include/
Dnotification_record.h34 sptr<NotificationSlot> slot; member
/base/notification/distributed_notification_service/test/fuzztest/notificationsorting_fuzzer/
Dnotificationsorting_fuzzer.cpp31 sptr<Notification::NotificationSlot> slot = nullptr; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/addnotificationslot_fuzzer/
Daddnotificationslot_fuzzer.cpp31 Notification::NotificationSlot slot; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/addnotificationslots_fuzzer/
Daddnotificationslots_fuzzer.cpp30 Notification::NotificationSlot slot; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
Dansmanagerstubannexthree_fuzzer.cpp41 sptr<Notification::NotificationSlot> slot = new Notification::NotificationSlot(); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_helper_test.cpp101 NotificationSlot slot; variable
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
Dansmanagerstubannextwo_fuzzer.cpp48 sptr<Notification::NotificationSlot> slot = new Notification::NotificationSlot(); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/
Dnapi_slot.h25 NotificationSlot slot; member
34 NotificationSlot slot; member
75 sptr<NotificationSlot> slot = nullptr; member
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
Dansmanagerstub_fuzzer.cpp120 sptr<Notification::NotificationSlot> slot = new Notification::NotificationSlot(); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
Dadvancednotificationservice_fuzzer.cpp48 sptr<Notification::NotificationSlot> slot = new Notification::NotificationSlot(); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
Dnotification_service_test.cpp129 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CUSTOM); in BENCHMARK_F() local
148 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CUSTOM); in BENCHMARK_F() local

12