Home
last modified time | relevance | path

Searched refs:sptr (Results 1 - 25 of 2908) sorted by relevance

12345678910>>...117

/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.h39 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/telephony/sms_mms/test/unittest/
H A Dgsm_sms_sender_test.h33 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/services/ans/include/
H A Dnotification_subscriber_manager.h51 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> &notification, const sptr<NotificationSortingMap> &notificationMap);
72 void BatchNotifyConsumed(const std::vector<sptr<Notification>> &notifications,
73 const sptr<NotificationSortingMap> &notificationMap, const std::shared_ptr<SubscriberRecord> &record);
82 void NotifyCanceled(const sptr<Notification> &notification,
83 const sptr<NotificationSortingMa
[all...]
H A Dreminder_data_manager.h69 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 Dnotification_local_live_view_subscriber_manager.h49 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> &notification,
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...]
H A Dadvanced_notification_service.h60 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 Dnotification_preferences.h47 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...]
/base/useriam/user_auth_framework/services/core/inc/
H A Dauth_event_listener_manager.h32 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/notification/distributed_notification_service/frameworks/core/include/
H A Dans_subscriber_listener.h38 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) override;
40 void OnConsumedList(const std::vector<sptr<Notification>> &notifications,
41 const sptr<NotificationSortingMap> &notificationMap) override;
43 void OnCanceled(const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap,
46 void OnCanceledList(const std::vector<sptr<Notification>> &notifications,
47 const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) override;
49 void OnBatchCanceled(const std::vector<sptr<Notification>> &notifications,
50 const sptr<NotificationSortingMa
[all...]
H A Dans_subscriber_interface.h57 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) = 0;
60 const std::vector<sptr<Notification>> &notifications, const sptr<NotificationSortingMap> &notificationMap) = 0;
69 virtual void OnCanceled(const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap,
72 virtual void OnCanceledList(const std::vector<sptr<Notification>> &notifications,
73 const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) = 0;
80 virtual void OnUpdated(const sptr<NotificationSortingMap> &notificationMap) = 0;
87 virtual void OnDoNotDisturbDateChange(const sptr<NotificationDoNotDisturbDat
[all...]
H A Dans_manager_proxy.h29 explicit AnsManagerProxy(const sptr<IRemoteObject> &impl);
43 ErrCode Publish(const std::string &label, const sptr<NotificationRequest> &notification) override;
54 ErrCode PublishNotificationForIndirectProxy(const sptr<NotificationRequest> &notification) 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 Dans_subscriber_proxy.h28 explicit AnsSubscriberProxy(const sptr<IRemoteObject> &impl);
49 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) override;
51 void OnConsumedList(const std::vector<sptr<Notification>> &notifications,
52 const sptr<NotificationSortingMap> &notificationMap) override;
60 void OnCanceled(const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap,
63 void OnCanceledList(const std::vector<sptr<Notification>> &notifications,
64 const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) override;
71 void OnUpdated(const sptr<NotificationSortingMa
[all...]
H A Dans_manager_interface.h55 virtual ErrCode Publish(const std::string &label, const sptr<NotificationRequest> &notification) = 0;
66 virtual ErrCode PublishNotificationForIndirectProxy(const sptr<NotificationRequest> &notification) = 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>> &notifications, int32_t instanceKey) = 0;
207 virtual ErrCode GetAllActiveNotifications(std::vector<sptr<Notificatio
[all...]
/base/security/access_token/services/common/window_manager/include/
H A Dprivacy_window_manager_client.h40 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/notification/distributed_notification_service/services/ans/test/unittest/mock/include/
H A Dmock_ans_subscriber.h29 sptr<IRemoteObject> AsObject() override
38 const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap) override {};
40 MOCK_METHOD(void, OnConsumedList, (const std::vector<sptr<Notification>> &notifications,
41 const sptr<NotificationSortingMap> &notificationMap));
43 void OnCanceled(const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap,
46 void OnCanceledList(const std::vector<sptr<Notification>> &notifications,
47 const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) override {};
49 void OnUpdated(const sptr<NotificationSortingMa
[all...]
/base/location/interfaces/inner_api/include/
H A Dlocator_agent.h36 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...]
H A Dlocator_impl.h82 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...]
/base/powermgr/power_manager/interfaces/inner_api/native/include/
H A Dipower_mgr.h41 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/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.h97 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/notification/common_event_service/services/test/unittest/
H A Dability_manager_helper_test.cpp61 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...]
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp29 ErrCode AnsManagerStub::Publish(const std::string &label, const sptr<NotificationRequest> &notification) in Publish()
35 ErrCode AnsManagerStub::PublishNotificationForIndirectProxy(const sptr<NotificationRequest> &notification) 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>> &notifications, int32_t instanceKey) in GetActiveNotifications()
127 ErrCode AnsManagerStub::GetAllActiveNotifications(std::vector<sptr<Notificatio
[all...]
/base/powermgr/power_manager/services/native/src/shutdown/
H A Dshutdown_callback_holer.h29 void AddCallback(const sptr<IRemoteObject>& callback, ShutdownPriority priority);
30 void RemoveCallback(const sptr<IRemoteObject>& callback);
32 std::set<sptr<IRemoteObject>> GetHighPriorityCallbacks();
33 std::set<sptr<IRemoteObject>> GetDefaultPriorityCallbacks();
34 std::set<sptr<IRemoteObject>> GetLowPriorityCallbacks();
37 static void RemoveCallback(std::set<sptr<IRemoteObject>>& callbacks, const sptr<IRemoteObject>& callback);
40 std::set<sptr<IRemoteObject>> highPriorityCallbacks_;
41 std::set<sptr<IRemoteObject>> defaultPriorityCallbacks_;
42 std::set<sptr<IRemoteObjec
[all...]
/base/powermgr/power_manager/services/native/src/suspend/
H A Dsleep_callback_holder.h31 void AddCallback(const sptr<ISyncSleepCallback>& callback, SleepPriority priority);
32 void RemoveCallback(const sptr<ISyncSleepCallback>& callback);
34 std::set<sptr<ISyncSleepCallback>> GetHighPriorityCallbacks();
35 std::set<sptr<ISyncSleepCallback>> GetDefaultPriorityCallbacks();
36 std::set<sptr<ISyncSleepCallback>> GetLowPriorityCallbacks();
39 static void RemoveCallback(std::set<sptr<ISyncSleepCallback>>& callbacks, const sptr<ISyncSleepCallback>& callback);
42 std::set<sptr<ISyncSleepCallback>> highPriorityCallbacks_;
43 std::set<sptr<ISyncSleepCallback>> defaultPriorityCallbacks_;
44 std::set<sptr<ISyncSleepCallbac
[all...]
/base/account/os_account/services/accountmgr/test/mock/common/
H A Dability_manager_adapter.h51 const sptr<IAbilityConnection> &connect,
52 const sptr<IRemoteObject> &callerToken,
61 ErrCode DisconnectAbility(const sptr<IAbilityConnection> &connect);
69 ErrCode StartUser(int32_t accountId, const sptr<IUserCallback> &callback, bool isAppRecovery = false);
78 ErrCode StopUser(int32_t accountId, const sptr<IUserCallback> &callback);
99 const sptr<IRemoteObject> proxy,
101 const sptr<IAbilityConnection> &connect,
102 const sptr<IRemoteObject> &callerToken,
114 sptr<IRemoteObject> GetAbilityManager();
118 sptr<IRemoteObjec
[all...]
/base/account/os_account/services/accountmgr/include/ability_manager_adapter/
H A Dability_manager_adapter.h51 const sptr<IAbilityConnection> &connect,
52 const sptr<IRemoteObject> &callerToken,
61 ErrCode DisconnectAbility(const sptr<IAbilityConnection> &connect);
70 ErrCode StartUser(int32_t accountId, const sptr<IUserCallback> &callback, bool isAppRecovery = false);
79 ErrCode StopUser(int32_t accountId, const sptr<IUserCallback> &callback);
100 const sptr<IRemoteObject> proxy,
102 const sptr<IAbilityConnection> &connect,
103 const sptr<IRemoteObject> &callerToken,
115 sptr<IRemoteObject> GetAbilityManager();
119 sptr<IRemoteObjec
[all...]

Completed in 12 milliseconds

12345678910>>...117