Home
last modified time | relevance | path

Searched defs:bundle (Results 1 – 25 of 71) sorted by relevance

123

/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_slot_service_test.cpp136 sptr<NotificationBundleOption> bundle = nullptr; variable
151 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
167 sptr<NotificationBundleOption> bundle = nullptr; variable
190 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
245 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
264 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
284 sptr<NotificationBundleOption> bundle = nullptr; variable
304 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
325 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
348 sptr<NotificationBundleOption> bundle = new (std::nothrow) NotificationBundleOption(); variable
[all …]
Dadvanced_notification_utils_test.cpp126 …AnsUtilsTest::TestAddNotification(int notificationId, const sptr<NotificationBundleOption> &bundle) in TestAddNotification()
173 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
214 sptr<NotificationBundleOption> bundle; variable
246 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
307 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
329 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
369 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
387 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
406 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
Dadvanced_notification_publish_service_test.cpp85 …hServiceTest::TestAddNotification(int notificationId, const sptr<NotificationBundleOption> &bundle) in TestAddNotification()
301 …sptr<NotificationBundleOption> bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYST… variable
315 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYSTEM_APP_UID); variable
360 …sptr<NotificationBundleOption> bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYST… variable
463 auto bundle = advancedNotificationService_->GenerateBundleOption(); variable
496 sptr<NotificationBundleOption> bundle = nullptr; variable
526 sptr<NotificationBundleOption> bundle = nullptr; variable
540 sptr<NotificationBundleOption> bundle = nullptr; variable
568 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYSTEM_APP_UID); variable
613 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYSTEM_APP_UID); variable
[all …]
Dadvanced_notification_live_view_service_test.cpp112 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
147 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
189 auto bundle = new NotificationBundleOption("test", 1); variable
269 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", creatorUid); variable
295 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
Dbundle_manager_helper_test.cpp104 std::string bundle = "Bundle"; in HWTEST_F() local
120 std::string bundle = "Bundle"; in HWTEST_F() local
135 std::string bundle = "Bundle"; in HWTEST_F() local
150 std::string bundle = "Bundle"; in HWTEST_F() local
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Denabled_notification_callback_data_test.cpp43 std::string bundle = "Bundle"; variable
59 std::string bundle = "Bundle"; variable
75 std::string bundle = "Bundle"; variable
91 std::string bundle = "Bundle"; variable
107 std::string bundle = "Bundle"; variable
123 std::string bundle = "Bundle"; variable
145 std::string bundle = "Bundle"; variable
/base/notification/distributed_notification_service/services/ans/test/unittest/bundle_manager_helper_branch_test/
Dbundle_manager_helper_branch_test.cpp101 std::string bundle = "aa"; variable
117 std::string bundle = "aa"; variable
212 std::string bundle = "aa"; variable
226 std::string bundle = "aa"; variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dbadge_number_callback_data.cpp26 BadgeNumberCallbackData::BadgeNumberCallbackData(const std::string &bundle, int32_t uid, int32_t ba… in BadgeNumberCallbackData()
30 BadgeNumberCallbackData::BadgeNumberCallbackData(const std::string &bundle, int32_t uid, in BadgeNumberCallbackData()
35 void BadgeNumberCallbackData::SetBundle(const std::string &bundle) in SetBundle()
Denabled_notification_callback_data.cpp26 EnabledNotificationCallbackData::EnabledNotificationCallbackData(std::string bundle, uid_t uid, boo… in EnabledNotificationCallbackData()
30 void EnabledNotificationCallbackData::SetBundle(const std::string bundle) in SetBundle()
/base/notification/distributed_notification_service/services/ans/src/clone/
Dnotification_clone_bundle_service.cpp90 for (auto bundle = bundlesInfo_.begin(); bundle != bundlesInfo_.end();) { in OnRestore() local
102 for (auto bundle = bundlesInfo_.begin(); bundle != bundlesInfo_.end(); bundle++) { in OnRestore() local
129 for (auto bundle = bundlesInfo_.begin(); bundle != bundlesInfo_.end();) { in HandleBundleEvent() local
Dnotification_clone_disturb_service.cpp123 for (auto& bundle : trustList) { in GetProfileUid() local
173 NotificationBundleOption bundle(bundleName, uid); in HandlerBundleEvent() local
207 std::vector<NotificationBundleOption>& bundleList, const NotificationBundleOption& bundle) in CheckBundleInfo()
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
Dmock_bundle_manager_helper.cpp47 int BundleManagerHelper::GetDefaultUidByBundleName(const std::string &bundle, const int32_t userId) in GetDefaultUidByBundleName()
53 const std::string bundle, const int32_t userId, AppExecFwk::BundleInfo &bundleInfo) in GetBundleInfoByBundleName()
/base/notification/distributed_notification_service/services/test/moduletest/mock/
Dmock_bundle_manager_helper.cpp52 int BundleManagerHelper::GetDefaultUidByBundleName(const std::string &bundle, const int32_t userId) in GetDefaultUidByBundleName()
58 const std::string bundle, const int32_t userId, AppExecFwk::BundleInfo &bundleInfo) in GetBundleInfoByBundleName()
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
Dmock_bundle_manager_helper.cpp39 int BundleManagerHelper::GetDefaultUidByBundleName(const std::string &bundle, const int32_t userId) in GetDefaultUidByBundleName()
59 const std::string bundle, const int32_t userId, AppExecFwk::BundleInfo &bundleInfo) in GetBundleInfoByBundleName()
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_slot_service.cpp144 sptr<NotificationBundleOption> bundle = GenerateValidBundleOption(bundleOption); in GetSlotsByBundle() local
184 sptr<NotificationBundleOption> bundle = GenerateValidBundleOption(bundleOption); in GetSlotByBundle() local
222 sptr<NotificationBundleOption> bundle = GenerateValidBundleOption(bundleOption); in UpdateSlots() local
386 sptr<NotificationBundleOption> bundle = GenerateValidBundleOption(bundleOption); in GetSlotFlagsAsBundle() local
437 sptr<NotificationBundleOption> bundle = GenerateValidBundleOption(bundleOption); in SetSlotFlagsAsBundle() local
505 const sptr<NotificationBundleOption> &bundle, uint32_t slotFlags) in UpdateSlotReminderModeBySlotFlags()
540 const sptr<NotificationBundleOption> &bundle, bool isSpecifiedSlot, uint32_t defaultSlotFlags) in GenerateSlotReminderMode()
696 sptr<NotificationBundleOption> bundle = GenerateValidBundleOption(bundleOption); in GetSlotNumAsBundle() local
Dbundle_manager_helper.cpp51 std::string bundle; in GetBundleNameByUid() local
109 const std::string bundle, const int32_t userId, AppExecFwk::BundleInfo &bundleInfo) in GetBundleInfoByBundleName()
155 int32_t BundleManagerHelper::GetDefaultUidByBundleName(const std::string &bundle, const int32_t use… in GetDefaultUidByBundleName()
245 int32_t BundleManagerHelper::GetDefaultUidByBundleName(const std::string &bundle, const int32_t use… in GetDefaultUidByBundleName()
Dnotification_dialog_manager.cpp89 const sptr<NotificationBundleOption>& bundle, in RequestEnableNotificationDailog()
145 ErrCode NotificationDialogManager::AddDialogInfo(const sptr<NotificationBundleOption>& bundle, in AddDialogInfo()
155 const sptr<NotificationBundleOption>& bundle, in AddDialogInfoIfNotExist()
190 …ficationDialogManager::RemoveDialogInfoByBundleOption(const sptr<NotificationBundleOption>& bundle, in RemoveDialogInfoByBundleOption()
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/mock/
Dmock_bundle_manager_helper.cpp38 int BundleManagerHelper::GetDefaultUidByBundleName(const std::string &bundle, const int32_t userId) in GetDefaultUidByBundleName()
54 const std::string bundle, const int32_t userId, AppExecFwk::BundleInfo &bundleInfo) in GetBundleInfoByBundleName()
/base/request/request/test/unittest/js_test/requestPermissonTest/
DPermission.test.js100 bundle: 'com.acts.request' property
120 bundle: 'com.acts.request' property
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
Dzero_branch2_test.cpp164 std::string bundle = "111"; variable
211 std::string bundle = "111"; variable
228 std::string bundle = "111"; variable
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
Dnotification_subscriber_manager_branch_test.cpp179 std::string bundle = "<bundle>"; variable
198 std::string bundle = "<bundle>"; variable
218 std::string bundle = ""; variable
239 std::string bundle = ""; variable
262 std::string bundle = ""; variable
285 std::string bundle = "<bundle>"; variable
302 std::string bundle = "<bundle>"; variable
320 std::string bundle = "<bundle>"; variable
339 std::string bundle = ""; variable
359 std::string bundle = ""; variable
[all …]
/base/security/access_token/interfaces/innerkits/accesstoken/test/tool/
Dset_pern_dialog_cap.cpp62 std::string bundle = argv[1]; in main() local
/base/notification/distributed_notification_service/tools/dump/src/
Dnotification_shell_command.cpp158 std::string bundle; in RunAsDumpCommand() local
181 ErrCode NotificationShellCommand::RunDumpCmd(const std::string& cmd, const std::string& bundle, in RunDumpCmd()
200 void NotificationShellCommand::SetDumpCmdInfo(std::string &cmd, std::string &bundle, int32_t &userI… in SetDumpCmdInfo()
/base/notification/distributed_notification_service/tools/test/mock/
Dmock_ans_manager_stub.cpp37 ErrCode MockAnsManagerStub::ShellDump(const std::string &cmd, const std::string &bundle, int32_t us… in ShellDump()
/base/request/request/services/src/task/
Dmod.rs29 pub(crate) mod bundle; module

123