/base/telephony/cellular_call/vendor/ims/test/ui_client/ |
H A D | ims_unit_test.h | 39 int32_t Dial(const sptr<ImsCallInterface> &imsCallSerivce) const; 40 int32_t HangUp(const sptr<ImsCallInterface> &imsCallSerivce) const; 41 int32_t RejectWithReason(const sptr<ImsCallInterface> &imsCallSerivce) const; 42 int32_t Answer(const sptr<ImsCallInterface> &imsCallSerivce) const; 43 int32_t HoldCall(const sptr<ImsCallInterface> &imsCallSerivce) const; 44 int32_t UnHoldCall(const sptr<ImsCallInterface> &imsCallSerivce) const; 45 int32_t SwitchCall(const sptr<ImsCallInterface> &imsCallSerivce) const; 46 int32_t CombineConference(const sptr<ImsCallInterface> &imsCallSerivce) const; 47 int32_t InviteToConference(const sptr<ImsCallInterface> &imsCallSerivce) const; 48 int32_t KickOutFromConference(const sptr<ImsCallInterfac [all...] |
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_subscriber_manager.h | 51 ErrCode AddSubscriber(const sptr<AnsSubscriberInterface> &subscriber, 52 const sptr<NotificationSubscribeInfo> &subscribeInfo); 62 const sptr<AnsSubscriberInterface> &subscriber, const sptr<NotificationSubscribeInfo> &subscribeInfo); 70 void NotifyConsumed(const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap); 72 void BatchNotifyConsumed(const std::vector<sptr<Notification>> ¬ifications, 73 const sptr<NotificationSortingMap> ¬ificationMap, const std::shared_ptr<SubscriberRecord> &record); 82 void NotifyCanceled(const sptr<Notification> ¬ification, 83 const sptr<NotificationSortingMa [all...] |
H A D | reminder_data_manager.h | 69 ErrCode CancelReminder(const int32_t &reminderId, const sptr<NotificationBundleOption> &bundleOption); 71 sptr<ReminderRequest> CheckExcludeDateParam(const int32_t reminderId, 72 const sptr<NotificationBundleOption> &bundleOption); 82 const sptr<NotificationBundleOption> &bundleOption); 90 ErrCode DelExcludeDates(const int32_t reminderId, const sptr<NotificationBundleOption> &bundleOption); 99 ErrCode GetExcludeDates(const int32_t reminderId, const sptr<NotificationBundleOption> &bundleOption, 125 const sptr<AdvancedNotificationService> &advancedNotificationService); 134 const sptr<NotificationBundleOption> &bundleOption, std::vector<sptr<ReminderRequest>> &reminders); 150 void CheckReminderTime(std::vector<sptr<ReminderReques [all...] |
H A D | advanced_notification_service.h | 60 sptr<NotificationRequest> request {nullptr}; 61 sptr<NotificationBundleOption> bundleOption {nullptr}; 65 sptr<Notification> notification = nullptr; 80 static sptr<AdvancedNotificationService> GetInstance(); 105 ErrCode Publish(const std::string &label, const sptr<NotificationRequest> &request) override; 116 ErrCode PublishNotificationForIndirectProxy(const sptr<NotificationRequest> &request) override; 158 ErrCode CancelAsBundle(const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId) override; 171 const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId, int32_t userId) override; 187 ErrCode AddSlots(const std::vector<sptr<NotificationSlot>> &slots) override; 213 ErrCode GetSlotByType(const NotificationConstant::SlotType &slotType, sptr<NotificationSlo [all...] |
H A D | notification_preferences.h | 47 const sptr<NotificationBundleOption> &bundleOption, const std::vector<sptr<NotificationSlot>> &slots); 55 ErrCode AddNotificationBundleProperty(const sptr<NotificationBundleOption> &bundleOption); 65 const sptr<NotificationBundleOption> &bundleOption, const NotificationConstant::SlotType &slotType); 73 ErrCode RemoveNotificationAllSlots(const sptr<NotificationBundleOption> &bundleOption); 81 ErrCode RemoveNotificationForBundle(const sptr<NotificationBundleOption> &bundleOption); 91 const sptr<NotificationBundleOption> &bundleOption, const std::vector<sptr<NotificationSlot>> &slot); 101 ErrCode GetNotificationSlot(const sptr<NotificationBundleOption> &bundleOption, 102 const NotificationConstant::SlotType &type, sptr<NotificationSlo [all...] |
H A D | notification_local_live_view_subscriber_manager.h | 49 ErrCode AddLocalLiveViewSubscriber(const sptr<AnsSubscriberLocalLiveViewInterface> &subscriber, 50 const sptr<NotificationSubscribeInfo> &subscribeInfo); 59 ErrCode RemoveLocalLiveViewSubscriber(const sptr<AnsSubscriberLocalLiveViewInterface> &subscriber, 60 const sptr<NotificationSubscribeInfo> &subscribeInfo); 68 void NotifyTriggerResponse(const sptr<Notification> ¬ification, 69 const sptr<NotificationButtonOption> &buttonOption); 88 const sptr<AnsSubscriberLocalLiveViewInterface> &subscriber); 90 const sptr<AnsSubscriberLocalLiveViewInterface> &subscriber, 91 const sptr<NotificationBundleOption> &bundleOption); 93 ErrCode AddSubscriberInner(const sptr<AnsSubscriberLocalLiveViewInterfac [all...] |
/base/telephony/sms_mms/test/unittest/ |
H A D | gsm_sms_sender_test.h | 33 void TestGsmSendShortData(const sptr<ISmsServiceInterface> &smsService) const; 34 void TestGsmSendLongData(const sptr<ISmsServiceInterface> &smsService) const; 35 void TestSendShortText(const sptr<ISmsServiceInterface> &smsService) const; 36 void TestSendMms(const sptr<ISmsServiceInterface> &smsService) const; 37 void TestSendLongText(const sptr<ISmsServiceInterface> &smsService) const; 38 void TestSetSmscAddr(const sptr<ISmsServiceInterface> &smsService) const; 39 void TestGetSmscAddr(const sptr<ISmsServiceInterface> &smsService) const; 40 void TestAddSimMessage(const sptr<ISmsServiceInterface> &smsService) const; 41 void TestDelSimMessage(const sptr<ISmsServiceInterface> &smsService) const; 42 void TestUpdateSimMessage(const sptr<ISmsServiceInterfac [all...] |
/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_manager_proxy.h | 29 explicit AnsManagerProxy(const sptr<IRemoteObject> &impl); 43 ErrCode Publish(const std::string &label, const sptr<NotificationRequest> ¬ification) override; 54 ErrCode PublishNotificationForIndirectProxy(const sptr<NotificationRequest> ¬ification) override; 95 ErrCode CancelAsBundle(const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId) override; 108 const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId, int32_t userId) override; 124 ErrCode AddSlots(const std::vector<sptr<NotificationSlot>> &slots) override; 150 ErrCode GetSlotByType(const NotificationConstant::SlotType &slotType, sptr<NotificationSlot> &slot) override; 158 ErrCode GetSlots(std::vector<sptr<NotificationSlot>> &slots) override; 167 ErrCode GetSlotNumAsBundle(const sptr<NotificationBundleOption> &bundleOption, uint64_t &num) override; 176 ErrCode GetActiveNotifications(std::vector<sptr<NotificationReques [all...] |
H A D | ans_manager_interface.h | 55 virtual ErrCode Publish(const std::string &label, const sptr<NotificationRequest> ¬ification) = 0; 66 virtual ErrCode PublishNotificationForIndirectProxy(const sptr<NotificationRequest> ¬ification) = 0; 108 virtual ErrCode CancelAsBundle(const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId) = 0; 121 const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId, int32_t userId) = 0; 137 virtual ErrCode AddSlots(const std::vector<sptr<NotificationSlot>> &slots) = 0; 163 virtual ErrCode GetSlotByType(const NotificationConstant::SlotType &slotType, sptr<NotificationSlot> &slot) = 0; 171 virtual ErrCode GetSlots(std::vector<sptr<NotificationSlot>> &slots) = 0; 180 virtual ErrCode GetSlotNumAsBundle(const sptr<NotificationBundleOption> &bundleOption, uint64_t &num) = 0; 190 std::vector<sptr<NotificationRequest>> ¬ifications, int32_t instanceKey) = 0; 207 virtual ErrCode GetAllActiveNotifications(std::vector<sptr<Notificatio [all...] |
H A D | ans_subscriber_listener.h | 38 const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap) override; 40 void OnConsumedList(const std::vector<sptr<Notification>> ¬ifications, 41 const sptr<NotificationSortingMap> ¬ificationMap) override; 43 void OnCanceled(const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap, 46 void OnCanceledList(const std::vector<sptr<Notification>> ¬ifications, 47 const sptr<NotificationSortingMap> ¬ificationMap, int32_t deleteReason) override; 49 void OnBatchCanceled(const std::vector<sptr<Notification>> ¬ifications, 50 const sptr<NotificationSortingMa [all...] |
H A D | ans_subscriber_proxy.h | 28 explicit AnsSubscriberProxy(const sptr<IRemoteObject> &impl); 49 const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap) override; 51 void OnConsumedList(const std::vector<sptr<Notification>> ¬ifications, 52 const sptr<NotificationSortingMap> ¬ificationMap) override; 60 void OnCanceled(const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap, 63 void OnCanceledList(const std::vector<sptr<Notification>> ¬ifications, 64 const sptr<NotificationSortingMap> ¬ificationMap, int32_t deleteReason) override; 71 void OnUpdated(const sptr<NotificationSortingMa [all...] |
/base/notification/common_event_service/services/test/unittest/ |
H A D | ability_manager_helper_test.cpp | 61 sptr<IRemoteObject> AsObject() override
72 const Want &want, const sptr<IRemoteObject> &callerToken, int32_t userId, int requestCode) override
78 const sptr<IRemoteObject> &callerToken, int32_t userId, int requestCode) override
83 int32_t StartAbilityByInsightIntent(const Want &want, const sptr<IRemoteObject> &callerToken,
90 const sptr<IRemoteObject> &callerToken, int32_t userId, int requestCode) override
96 const sptr<IRemoteObject> &token, int resultCode, const Want *resultWant = nullptr) override
101 int CloseAbility(const sptr<IRemoteObject> &token, int resultCode = DEFAULT_INVAL_VALUE,
107 int MinimizeAbility(const sptr<IRemoteObject> &token, bool fromUser = false) override
112 int ConnectAbility(const Want &want, const sptr<IAbilityConnection> &connect,
113 const sptr<IRemoteObjec [all...] |
H A D | common_event_subscribe_unit_test.cpp | 50 static OHOS::sptr<OHOS::IRemoteObject> bundleObject = nullptr; 81 const OHOS::sptr<OHOS::IRemoteObject> &commonEventListener, const int32_t &userId) in PublishCommonEvent() 87 const CommonEventSubscribeInfo &subscribeInfo, const OHOS::sptr<OHOS::IRemoteObject> &commonEventListener, in SubscribeCommonEvent() 93 virtual int32_t UnsubscribeCommonEvent(const OHOS::sptr<OHOS::IRemoteObject> &commonEventListener) in UnsubscribeCommonEvent() 107 virtual bool FinishReceiver(const OHOS::sptr<OHOS::IRemoteObject> &proxy, const int &code, in FinishReceiver() 121 sptr<IRemoteObject> AsObject() override 132 const Want &want, const sptr<IRemoteObject> &callerToken, int32_t userId, int requestCode) override 138 const sptr<IRemoteObject> &callerToken, int32_t userId, int requestCode) override 143 int32_t StartAbilityByInsightIntent(const Want &want, const sptr<IRemoteObject> &callerToken, 150 const sptr<IRemoteObjec [all...] |
/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 29 ErrCode AnsManagerStub::Publish(const std::string &label, const sptr<NotificationRequest> ¬ification) in Publish() 35 ErrCode AnsManagerStub::PublishNotificationForIndirectProxy(const sptr<NotificationRequest> ¬ification) in PublishNotificationForIndirectProxy() 59 ErrCode AnsManagerStub::CancelAsBundle(const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId) in CancelAsBundle() 66 const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId, int32_t userId) in CancelAsBundle() 78 ErrCode AnsManagerStub::AddSlots(const std::vector<sptr<NotificationSlot>> &slots) in AddSlots() 96 ErrCode AnsManagerStub::GetSlotByType(const NotificationConstant::SlotType &slotType, sptr<NotificationSlot> &slot) in GetSlotByType() 102 ErrCode AnsManagerStub::GetSlots(std::vector<sptr<NotificationSlot>> &slots) in GetSlots() 108 ErrCode AnsManagerStub::GetSlotNumAsBundle(const sptr<NotificationBundleOption> &bundleOption, uint64_t &num) in GetSlotNumAsBundle() 115 std::vector<sptr<NotificationRequest>> ¬ifications, int32_t instanceKey) in GetActiveNotifications() 127 ErrCode AnsManagerStub::GetAllActiveNotifications(std::vector<sptr<Notificatio [all...] |
H A D | ans_notification.cpp | 53 sptr<AnsManagerInterface> proxy = GetAnsManagerProxy(); in AddSlotByType() 68 sptr<AnsManagerInterface> proxy = GetAnsManagerProxy(); in AddNotificationSlots() 74 std::vector<sptr<NotificationSlot>> slotsSptr; in AddNotificationSlots() 76 sptr<NotificationSlot> slot = new (std::nothrow) NotificationSlot(*it); in AddNotificationSlots() 90 sptr<AnsManagerInterface> proxy = GetAnsManagerProxy(); in RemoveNotificationSlot() 100 sptr<AnsManagerInterface> proxy = GetAnsManagerProxy(); in RemoveAllSlots() 109 const NotificationConstant::SlotType &slotType, sptr<NotificationSlot> &slot) in GetNotificationSlot() 111 sptr<AnsManagerInterface> proxy = GetAnsManagerProxy(); in GetNotificationSlot() 119 ErrCode AnsNotification::GetNotificationSlots(std::vector<sptr<NotificationSlot>> &slots) in GetNotificationSlots() 121 sptr<AnsManagerInterfac in GetNotificationSlots() [all...] |
/base/location/interfaces/inner_api/include/ |
H A D | locator_impl.h | 82 sptr<ILocatorCallback>& callback); 89 void StopLocating(sptr<ILocatorCallback>& callback); 105 bool RegisterSwitchCallback(const sptr<IRemoteObject>& callback, pid_t uid); 113 bool UnregisterSwitchCallback(const sptr<IRemoteObject>& callback); 122 bool RegisterGnssStatusCallback(const sptr<IRemoteObject>& callback, pid_t uid); 130 bool UnregisterGnssStatusCallback(const sptr<IRemoteObject>& callback); 139 bool RegisterNmeaMessageCallback(const sptr<IRemoteObject>& callback, pid_t uid); 147 bool UnregisterNmeaMessageCallback(const sptr<IRemoteObject>& callback); 156 bool RegisterCountryCodeCallback(const sptr<IRemoteObject>& callback, pid_t uid); 164 bool UnregisterCountryCodeCallback(const sptr<IRemoteObjec [all...] |
H A D | locator_proxy.h | 43 explicit LocatorProxy(const sptr<IRemoteObject> &impl); 48 void RegisterSwitchCallback(const sptr<IRemoteObject> &callback, pid_t uid); 49 void UnregisterSwitchCallback(const sptr<IRemoteObject> &callback); 50 void RegisterGnssStatusCallback(const sptr<IRemoteObject> &callback, pid_t uid); 51 void UnregisterGnssStatusCallback(const sptr<IRemoteObject> &callback); 52 void RegisterNmeaMessageCallback(const sptr<IRemoteObject> &callback, pid_t uid); 53 void UnregisterNmeaMessageCallback(const sptr<IRemoteObject> &callback); 55 sptr<ILocatorCallback>& callback, std::string bundleName, pid_t pid, pid_t uid); 56 int StopLocating(sptr<ILocatorCallback>& callback); 64 sptr<ICachedLocationsCallbac [all...] |
H A D | locator_agent.h | 36 explicit LocatorAgent(const sptr<IRemoteObject> &impl);
38 LocationErrCode StartGnssLocating(sptr<ILocatorCallback>& callback);
39 LocationErrCode StopGnssLocating(sptr<ILocatorCallback>& callback);
40 LocationErrCode RegisterNmeaMessageCallback(const sptr<INmeaMessageCallback>& callback);
41 LocationErrCode UnregisterNmeaMessageCallback(const sptr<INmeaMessageCallback>& callback);
42 LocationErrCode RegisterGnssStatusCallback(const sptr<IGnssStatusCallback>& callback);
43 LocationErrCode UnregisterGnssStatusCallback(const sptr<IGnssStatusCallback>& callback);
105 sptr<LocatorAgent> GetLocatorAgent();
106 sptr<IRemoteObject> CheckLocatorSystemAbilityLoaded();
108 sptr<LocatorAgen [all...] |
/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs_test.h | 97 int32_t Dial(const sptr<CellularCallInterface> &telephonyService) const; 98 int32_t HangUp(const sptr<CellularCallInterface> &telephonyService) const; 99 int32_t Answer(const sptr<CellularCallInterface> &telephonyService) const; 100 int32_t Reject(const sptr<CellularCallInterface> &telephonyService) const; 101 int32_t HoldCall(const sptr<CellularCallInterface> &telephonyService) const; 102 int32_t UnHoldCall(const sptr<CellularCallInterface> &telephonyService) const; 103 int32_t SwitchCall(const sptr<CellularCallInterface> &telephonyService) const; 104 int32_t IsEmergencyPhoneNumber(const sptr<CellularCallInterface> &telephonyService) const; 105 int32_t CombineConference(const sptr<CellularCallInterface> &telephonyService) const; 106 int32_t SeparateConference(const sptr<CellularCallInterfac [all...] |
/base/useriam/user_auth_framework/services/core/inc/ |
H A D | auth_event_listener_manager.h | 32 const sptr<AuthEventListenerInterface> &listener); 33 int32_t UnRegistUserAuthSuccessEventListener(const sptr<AuthEventListenerInterface> &listener); 35 int32_t AddDeathRecipient(const sptr<AuthEventListenerInterface> &listener); 36 int32_t RemoveDeathRecipient(const sptr<AuthEventListenerInterface> &listener); 37 std::map<sptr<AuthEventListenerInterface>, sptr<DeathRecipient>> GetDeathRecipientMap(); 49 void AddAuthSuccessEventListener(AuthType authType, const sptr<AuthEventListenerInterface> &listener); 50 void RemoveAuthSuccessEventListener(AuthType authType, const sptr<AuthEventListenerInterface> &listener); 51 std::set<sptr<AuthEventListenerInterface>> GetListenerSet(AuthType authType); 53 std::map<AuthType, std::set<sptr<AuthEventListenerInterfac [all...] |
/base/powermgr/power_manager/interfaces/inner_api/native/include/ |
H A D | ipower_mgr.h | 41 virtual PowerErrors CreateRunningLock(const sptr<IRemoteObject>& remoteObj, 43 virtual bool ReleaseRunningLock(const sptr<IRemoteObject>& remoteObj, const std::string& name = "") = 0; 45 virtual bool UpdateWorkSource(const sptr<IRemoteObject>& remoteObj, 47 virtual PowerErrors Lock(const sptr<IRemoteObject>& remoteObj, int32_t timeOutMs = -1) = 0; 48 virtual PowerErrors UnLock(const sptr<IRemoteObject>& remoteObj, const std::string& name = "") = 0; 50 virtual bool IsUsed(const sptr<IRemoteObject>& remoteObj) = 0; 71 virtual bool RegisterPowerStateCallback(const sptr<IPowerStateCallback>& callback, bool isSync = true) = 0; 72 virtual bool UnRegisterPowerStateCallback(const sptr<IPowerStateCallback>& callback) = 0; 74 virtual bool RegisterSyncSleepCallback(const sptr<ISyncSleepCallback>& callback, 76 virtual bool UnRegisterSyncSleepCallback(const sptr<ISyncSleepCallbac [all...] |
/base/security/access_token/services/common/window_manager/include/ |
H A D | privacy_window_manager_client.h | 40 const sptr<IWindowManagerAgent>& windowManagerAgent); 42 const sptr<IWindowManagerAgent>& windowManagerAgent); 49 sptr<IWindowManager> GetProxy(); 50 sptr<IWindowManagerLite> GetLiteProxy(); 52 const sptr<IWindowManagerAgent>& windowManagerAgent); 54 const sptr<IWindowManagerAgent>& windowManagerAgent); 59 sptr<ISceneSessionManager> GetSSMProxy(); 60 sptr<ISceneSessionManagerLite> GetSSMLiteProxy(); 62 sptr<IWindowManager> GetWMSProxy(); 65 sptr<PrivacyWindowManagerDeathRecipien [all...] |
/base/powermgr/power_manager/services/zidl/include/ |
H A D | power_mgr_proxy.h | 42 explicit PowerMgrProxy(const sptr<IRemoteObject>& impl) in PowerMgrProxy() 47 virtual PowerErrors CreateRunningLock(const sptr<IRemoteObject>& remoteObj, 49 virtual bool ReleaseRunningLock(const sptr<IRemoteObject>& remoteObj, const std::string& name = "") override; 51 virtual bool UpdateWorkSource(const sptr<IRemoteObject>& remoteObj, 53 virtual PowerErrors Lock(const sptr<IRemoteObject>& remoteObj, int32_t timeOutMs = -1) override; 54 virtual PowerErrors UnLock(const sptr<IRemoteObject>& remoteObj, const std::string& name = "") override; 60 virtual bool IsUsed(const sptr<IRemoteObject>& remoteObj) override; 77 virtual bool RegisterPowerStateCallback(const sptr<IPowerStateCallback>& callback, bool isSync = true) override; 78 virtual bool UnRegisterPowerStateCallback(const sptr<IPowerStateCallback>& callback) override; 79 virtual bool RegisterPowerModeCallback(const sptr<IPowerModeCallbac [all...] |
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_subscriber_manager_test.cpp | 63 void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override 72 static sptr<AnsSubscriberInterface> subscriber_; 77 sptr<AnsSubscriberInterface> NotificationSubscriberManagerTest::subscriber_ = nullptr; 114 sptr<NotificationSortingMap> map = new NotificationSortingMap(sortingList); in HWTEST_F() 118 sptr<NotificationSubscribeInfo> info = new NotificationSubscribeInfo(); in HWTEST_F() 132 sptr<NotificationDoNotDisturbDate> date = in HWTEST_F() 137 sptr<NotificationSubscribeInfo> info = new NotificationSubscribeInfo(); in HWTEST_F() 150 sptr<NotificationRequest> request = new NotificationRequest(); in HWTEST_F() 151 sptr<Notification> notification = new Notification(request); in HWTEST_F() 152 sptr<NotificationSortingMa in HWTEST_F() [all...] |
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/ |
H A D | mock_ans_subscriber.h | 29 sptr<IRemoteObject> AsObject() override 38 const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap) override {}; 40 MOCK_METHOD(void, OnConsumedList, (const std::vector<sptr<Notification>> ¬ifications, 41 const sptr<NotificationSortingMap> ¬ificationMap)); 43 void OnCanceled(const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ificationMap, 46 void OnCanceledList(const std::vector<sptr<Notification>> ¬ifications, 47 const sptr<NotificationSortingMap> ¬ificationMap, int32_t deleteReason) override {}; 49 void OnUpdated(const sptr<NotificationSortingMa [all...] |