Home
last modified time | relevance | path

Searched refs:BundleInfo (Results 1 - 25 of 83) sorted by relevance

1234

/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp26 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 Dbundle_manager_helper.cpp91 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 Dnotification_preferences_database.h51 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 Dnotification_preferences_info.h34 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 Dbundle_manager_helper.h86 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 Dapp_event_handler.h27 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 Dnotification_preferences_database_test.cpp91 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 Ddlp_bundle_adapter_test.cpp50 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 Dnotification_preferences_database_branch_test.cpp56 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 Dbundle_manager_adapter.h35 AppExecFwk::BundleInfo &bundleInfo, int32_t userId);
39 AppExecFwk::BundleInfo &bundleInfo, int32_t userId);
/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_ipc_helper.cpp50 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 Dos_account_manager_no_bms_mock_test.cpp35 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 Dedm_bundle_manager_impl_test.cpp85 AppExecFwk::BundleInfo bundleInfo; in HWTEST_F()
103 AppExecFwk::BundleInfo bundleInfo; in HWTEST_F()
/base/security/appverify/interfaces/innerkits/appverify/include/provision/
H A Dprovision_info.h42 struct BundleInfo { struct
89 BundleInfo bundleInfo;
/base/notification/distributed_notification_service/services/ans/test/unittest/bundle_manager_helper_branch_test/
H A Dbundle_manager_helper_branch_test.cpp103 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 Dedm_bundle_manager_impl_mock.h34 AppExecFwk::BundleInfo &bundleInfo, int32_t userId), (override));
/base/customization/enterprise_device_management/common/external/include/
H A Diedm_bundle_manager.h36 AppExecFwk::BundleInfo &bundleInfo, int32_t userId) = 0;
H A Dedm_bundle_manager_impl.h30 AppExecFwk::BundleInfo &bundleInfo, int32_t userId) override;
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_bundle_manager_helper.cpp53 const std::string bundle, const int32_t userId, AppExecFwk::BundleInfo &bundleInfo) in GetBundleInfoByBundleName()
H A Dmock_bundle_mgr_proxy.cpp42 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 Dmock_bundle_mgr.h32 BundleInfo &bundleInfo, int32_t userId) override;
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_bundle_mgr.cpp49 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 Dmock_bundle_manager.h33 BundleInfo &bundleInfo, int32_t userId) override;
/base/notification/distributed_notification_service/services/test/moduletest/mock/
H A Dmock_bundle_manager_helper.cpp58 const std::string bundle, const int32_t userId, AppExecFwk::BundleInfo &bundleInfo) in GetBundleInfoByBundleName()
H A Dmock_bundle_manager.cpp44 bool BundleMgrProxy::GetBundleInfo(const std::string &bundleName, const BundleFlag flag, BundleInfo &bundleInfo, in GetBundleInfo()

Completed in 13 milliseconds

1234