Home
last modified time | relevance | path

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

12345678910>>...119

/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/notification/distributed_notification_service/services/ans/include/
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_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 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...]
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...]
/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/frameworks/core/include/
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_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...]
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...]
/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...]
H A Dcommon_event_subscribe_unit_test.cpp50 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 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...]
H A Dans_notification.cpp53 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 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...]
H A Dlocator_proxy.h43 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 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...]
/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/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/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/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/powermgr/power_manager/services/zidl/include/
H A Dpower_mgr_proxy.h42 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 Dnotification_subscriber_manager_test.cpp63 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 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/accesscontrol/sandbox_manager/interfaces/innerkits/sandbox_manager/src/
H A Dsandbox_manager_client.cpp64 std::function<int32_t(sptr<ISandboxManager> &)> func = in CleanPersistPolicyByPath()
65 [&](sptr<ISandboxManager> &proxy) { return proxy->CleanPersistPolicyByPath(filePathList); }; in CleanPersistPolicyByPath()
71 std::function<int32_t(sptr<ISandboxManager> &)> func = in PersistPolicy()
72 [&](sptr<ISandboxManager> &proxy) { return proxy->PersistPolicy(policy, result); }; in PersistPolicy()
78 std::function<int32_t(sptr<ISandboxManager> &)> func = in UnPersistPolicy()
79 [&](sptr<ISandboxManager> &proxy) { return proxy->UnPersistPolicy(policy, result); }; in UnPersistPolicy()
86 std::function<int32_t(sptr<ISandboxManager> &)> func = in PersistPolicyByTokenId()
87 [&](sptr<ISandboxManager> &proxy) { return proxy->PersistPolicyByTokenId(tokenId, policy, result); }; in PersistPolicyByTokenId()
94 std::function<int32_t(sptr<ISandboxManager> &)> func = in UnPersistPolicyByTokenId()
95 [&](sptr<ISandboxManage in UnPersistPolicyByTokenId()
[all...]

Completed in 13 milliseconds

12345678910>>...119