| /base/notification/distributed_notification_service/services/ans/test/unittest/ |
| D | advanced_notification_slot_service_test.cpp | 136 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 …]
|
| D | advanced_notification_utils_test.cpp | 126 …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
|
| D | advanced_notification_publish_service_test.cpp | 85 …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 …]
|
| D | advanced_notification_live_view_service_test.cpp | 112 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
|
| D | bundle_manager_helper_test.cpp | 104 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/ |
| D | enabled_notification_callback_data_test.cpp | 43 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/ |
| D | bundle_manager_helper_branch_test.cpp | 101 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/ |
| D | badge_number_callback_data.cpp | 26 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()
|
| D | enabled_notification_callback_data.cpp | 26 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/ |
| D | notification_clone_bundle_service.cpp | 90 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
|
| D | notification_clone_disturb_service.cpp | 123 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/ |
| D | mock_bundle_manager_helper.cpp | 47 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/ |
| D | mock_bundle_manager_helper.cpp | 52 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/ |
| D | mock_bundle_manager_helper.cpp | 39 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/ |
| D | advanced_notification_slot_service.cpp | 144 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
|
| D | bundle_manager_helper.cpp | 51 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()
|
| D | notification_dialog_manager.cpp | 89 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/ |
| D | mock_bundle_manager_helper.cpp | 38 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/ |
| D | Permission.test.js | 100 bundle: 'com.acts.request' property 120 bundle: 'com.acts.request' property
|
| /base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
| D | zero_branch2_test.cpp | 164 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/ |
| D | notification_subscriber_manager_branch_test.cpp | 179 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/ |
| D | set_pern_dialog_cap.cpp | 62 std::string bundle = argv[1]; in main() local
|
| /base/notification/distributed_notification_service/tools/dump/src/ |
| D | notification_shell_command.cpp | 158 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/ |
| D | mock_ans_manager_stub.cpp | 37 ErrCode MockAnsManagerStub::ShellDump(const std::string &cmd, const std::string &bundle, int32_t us… in ShellDump()
|
| /base/request/request/services/src/task/ |
| D | mod.rs | 29 pub(crate) mod bundle; module
|