/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences_info.cpp | 26 NotificationPreferencesInfo::BundleInfo::BundleInfo() in BundleInfo() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo 30 NotificationPreferencesInfo::BundleInfo::~BundleInfo() in ~BundleInfo() 34 void NotificationPreferencesInfo::BundleInfo::SetBundleName(const std::string &name) in SetBundleName() 39 std::string NotificationPreferencesInfo::BundleInfo::GetBundleName() const in GetBundleName() 44 void NotificationPreferencesInfo::BundleInfo::SetImportance(const int32_t &level) in SetImportance() 49 int32_t NotificationPreferencesInfo::BundleInfo::GetImportance() const in GetImportance() 54 void NotificationPreferencesInfo::BundleInfo::SetIsShowBadge(const bool &isShowBadge) in SetIsShowBadge() 59 bool NotificationPreferencesInfo::BundleInfo [all...] |
H A D | bundle_manager_helper.cpp | 91 AppExecFwk::BundleInfo bundleInfo; in CheckApiCompatibility() 109 const std::string bundle, const int32_t userId, AppExecFwk::BundleInfo &bundleInfo) in GetBundleInfoByBundleName() 197 int32_t userId, AppExecFwk::BundleInfo &bundleInfo) in GetBundleInfo() 215 const AppExecFwk::BundleFlag flag, std::vector<AppExecFwk::BundleInfo> &bundleInfos, int32_t userId) in GetBundleInfos()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences_database.h | 51 bool PutBundlePropertyToDisturbeDB(const NotificationPreferencesInfo::BundleInfo &bundleInfo); 60 bool PutShowBadge(const NotificationPreferencesInfo::BundleInfo &bundleInfo, const bool &enable); 70 bool PutImportance(const NotificationPreferencesInfo::BundleInfo &bundleInfo, const int32_t &importance); 79 bool PutTotalBadgeNums(const NotificationPreferencesInfo::BundleInfo &bundleInfo, const int32_t &totalBadgeNum); 89 const NotificationPreferencesInfo::BundleInfo &bundleInfo, const bool &enabled); 100 const NotificationPreferencesInfo::BundleInfo &bundleInfo, const bool &enabled); 111 const NotificationPreferencesInfo::BundleInfo &bundleInfo, bool &enabled); 146 bool PutSlotFlags(NotificationPreferencesInfo::BundleInfo &bundleInfo, const int32_t &slotFlags); 147 bool PutHasPoppedDialog(const NotificationPreferencesInfo::BundleInfo &bundleInfo, const bool &hasPopped); 235 bool UpdateBundlePropertyToDisturbeDB(int32_t userId, const NotificationPreferencesInfo::BundleInfo [all...] |
H A D | notification_preferences_info.h | 34 class BundleInfo final { 36 BundleInfo(); 37 ~BundleInfo(); 250 void SetBundleInfo(BundleInfo &info); 258 bool GetBundleInfo(const sptr<NotificationBundleOption> &bundleOption, BundleInfo &info) const; 313 void SetBundleInfoFromDb(BundleInfo &info, std::string bundleKey); 326 std::map<std::string, BundleInfo> infos_;
|
H A D | bundle_manager_helper.h | 86 bool GetBundleInfoByBundleName(const std::string bundle, const int32_t userId, AppExecFwk::BundleInfo &bundleInfo); 109 int32_t userId, AppExecFwk::BundleInfo &bundleInfo); 112 * @brief Obtains BundleInfo of all bundles available in the system through the proxy object. 113 * @param flag Indicates the flag used to specify information contained in the BundleInfo that will be returned. 114 * @param bundleInfos Indicates all of the obtained BundleInfo objects. 119 const AppExecFwk::BundleFlag flag, std::vector<AppExecFwk::BundleInfo> &bundleInfos, int32_t userId);
|
/base/hiviewdfx/hiview/base/event_publish/include/ |
H A D | app_event_handler.h | 27 struct BundleInfo { struct in OHOS::HiviewDFX::AppEventHandler 49 struct AppLaunchInfo : public BundleInfo, public ProcessInfo { 56 struct ScrollJankInfo : public BundleInfo, public ProcessInfo, public AbilityInfo { 99 struct CpuUsageHighInfo : public BundleInfo, public TimeInfo { 112 struct BatteryUsageInfo : public BundleInfo, public TimeInfo { 125 struct ResourceOverLimitInfo : public BundleInfo, public MemoryInfo {
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_database_test.cpp | 91 NotificationPreferencesInfo::BundleInfo bundleInfo; in HWTEST_F() 105 NotificationPreferencesInfo::BundleInfo bundleInfo; in HWTEST_F() 117 NotificationPreferencesInfo::BundleInfo bundleInfo; in HWTEST_F() 142 NotificationPreferencesInfo::BundleInfo bundleInfo; in HWTEST_F() 157 NotificationPreferencesInfo::BundleInfo bundleInfo; in HWTEST_F() 170 NotificationPreferencesInfo::BundleInfo bundleInfo; in HWTEST_F() 183 NotificationPreferencesInfo::BundleInfo bundleInfo; in HWTEST_F() 197 NotificationPreferencesInfo::BundleInfo bundleInfo; in HWTEST_F() 299 NotificationPreferencesInfo::BundleInfo bundleInfo; in HWTEST_F() 378 NotificationPreferencesInfo::BundleInfo inf in HWTEST_F() [all...] |
/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/ |
H A D | dlp_bundle_adapter_test.cpp | 50 BundleInfo bundleInfo; in HWTEST_F() 64 BundleInfo bundleInfo; in HWTEST_F()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/ |
H A D | notification_preferences_database_branch_test.cpp | 56 NotificationPreferencesInfo::BundleInfo bundleInfo;
in HWTEST_F() 72 NotificationPreferencesInfo::BundleInfo bundleInfo;
in HWTEST_F() 92 NotificationPreferencesInfo::BundleInfo bundleInfo;
in HWTEST_F() 128 NotificationPreferencesInfo::BundleInfo bundleInfo;
in HWTEST_F() 148 NotificationPreferencesInfo::BundleInfo bundleInfo;
in HWTEST_F() 168 NotificationPreferencesInfo::BundleInfo bundleInfo;
in HWTEST_F() 188 NotificationPreferencesInfo::BundleInfo bundleInfo;
in HWTEST_F() 239 NotificationPreferencesInfo::BundleInfo bundleInfo;
in HWTEST_F() 340 NotificationPreferencesInfo::BundleInfo bundleInfo;
in HWTEST_F() 357 NotificationPreferencesInfo::BundleInfo bundleInf in HWTEST_F() [all...] |
/base/security/dlp_permission_service/services/dlp_permission/sa/sa_common/ |
H A D | bundle_manager_adapter.h | 35 AppExecFwk::BundleInfo &bundleInfo, int32_t userId); 39 AppExecFwk::BundleInfo &bundleInfo, int32_t userId);
|
/base/update/sys_installer/services/module_update/util/src/ |
H A D | module_ipc_helper.cpp | 50 void ReadBundleInfo(MessageParcel &reply, BundleInfo &info) in ReadBundleInfo() 56 void WriteBundleInfo(MessageParcel &data, const BundleInfo &info) in WriteBundleInfo() 72 ModuleIpcHelper::ReadList<BundleInfo>(reply, info.bundleInfoList, ReadBundleInfo); in ReadModulePackageInfo() 85 ModuleIpcHelper::WriteList<BundleInfo>(data, info.bundleInfoList, WriteBundleInfo); in WriteModulePackageInfo()
|
/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
H A D | os_account_manager_no_bms_mock_test.cpp | 35 static bool CheckBundleName(std::vector<AppExecFwk::BundleInfo> checkList, string tarName) in CheckBundleName() 114 std::vector<AppExecFwk::BundleInfo> bundleInfos; in HWTEST_F() 117 std::vector<AppExecFwk::BundleInfo> user0BundleInfos; in HWTEST_F()
|
/base/customization/enterprise_device_management/test/unittest/common/external/ |
H A D | edm_bundle_manager_impl_test.cpp | 85 AppExecFwk::BundleInfo bundleInfo; in HWTEST_F() 103 AppExecFwk::BundleInfo bundleInfo; in HWTEST_F()
|
/base/security/appverify/interfaces/innerkits/appverify/include/provision/ |
H A D | provision_info.h | 42 struct BundleInfo {
struct 89 BundleInfo bundleInfo;
|
/base/notification/distributed_notification_service/services/ans/test/unittest/bundle_manager_helper_branch_test/ |
H A D | bundle_manager_helper_branch_test.cpp | 103 AppExecFwk::BundleInfo bundleInfo;
in HWTEST_F() 119 AppExecFwk::BundleInfo bundleInfo;
in HWTEST_F() 240 std::vector<AppExecFwk::BundleInfo> bundleInfos;
in HWTEST_F()
|
/base/customization/enterprise_device_management/test/unittest/external_mock/include/ |
H A D | edm_bundle_manager_impl_mock.h | 34 AppExecFwk::BundleInfo &bundleInfo, int32_t userId), (override));
|
/base/customization/enterprise_device_management/common/external/include/ |
H A D | iedm_bundle_manager.h | 36 AppExecFwk::BundleInfo &bundleInfo, int32_t userId) = 0;
|
H A D | edm_bundle_manager_impl.h | 30 AppExecFwk::BundleInfo &bundleInfo, int32_t userId) override;
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
H A D | mock_bundle_manager_helper.cpp | 53 const std::string bundle, const int32_t userId, AppExecFwk::BundleInfo &bundleInfo) in GetBundleInfoByBundleName()
|
H A D | mock_bundle_mgr_proxy.cpp | 42 const std::string &bundleName, const BundleFlag flag, BundleInfo &bundleInfo, int32_t userId) in GetBundleInfo()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/ |
H A D | mock_bundle_mgr.h | 32 BundleInfo &bundleInfo, int32_t userId) override;
|
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/ |
H A D | mock_bundle_mgr.cpp | 49 bool BundleMgrProxy::GetBundleInfo(const std::string &bundleName, const BundleFlag flag, BundleInfo &bundleInfo, in GetBundleInfo()
|
/base/notification/distributed_notification_service/services/test/moduletest/mock/include/ |
H A D | mock_bundle_manager.h | 33 BundleInfo &bundleInfo, int32_t userId) override;
|
/base/notification/distributed_notification_service/services/test/moduletest/mock/ |
H A D | mock_bundle_manager_helper.cpp | 58 const std::string bundle, const int32_t userId, AppExecFwk::BundleInfo &bundleInfo) in GetBundleInfoByBundleName()
|
H A D | mock_bundle_manager.cpp | 44 bool BundleMgrProxy::GetBundleInfo(const std::string &bundleName, const BundleFlag flag, BundleInfo &bundleInfo, in GetBundleInfo()
|