Home
last modified time | relevance | path

Searched refs:ReadParcelable (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_server_callback_stub.cpp88 std::shared_ptr<BluetoothGattDevice> device(data.ReadParcelable<BluetoothGattDevice>()); in OnCharacteristicReadRequestInner()
106 std::shared_ptr<BluetoothGattDevice> device(data.ReadParcelable<BluetoothGattDevice>()); in OnConnectionStateChangedInner()
124 std::shared_ptr<BluetoothGattService> service(data.ReadParcelable<BluetoothGattService>()); in OnAddServiceInner()
139 std::shared_ptr<BluetoothGattDevice> device(data.ReadParcelable<BluetoothGattDevice>()); in OnCharacteristicWriteRequestInner()
157 std::shared_ptr<BluetoothGattDevice> device(data.ReadParcelable<BluetoothGattDevice>()); in OnDescriptorReadRequestInner()
161 …std::shared_ptr<BluetoothGattDescriptor> descriptor(data.ReadParcelable<BluetoothGattDescriptor>()… in OnDescriptorReadRequestInner()
174 std::shared_ptr<BluetoothGattDevice> device(data.ReadParcelable<BluetoothGattDevice>()); in OnDescriptorWriteRequestInner()
178 …std::shared_ptr<BluetoothGattDescriptor> descriptor(data.ReadParcelable<BluetoothGattDescriptor>()… in OnDescriptorWriteRequestInner()
191 std::shared_ptr<BluetoothGattDevice> device(data.ReadParcelable<BluetoothGattDevice>()); in OnMtuChangedInner()
205 std::shared_ptr<BluetoothGattDevice> device(data.ReadParcelable<BluetoothGattDevice>()); in OnNotifyConfirmInner()
[all …]
H A Dbluetooth_hfp_hf_observer_stub.cpp90 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnConnectionStateChangedInner()
103 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnScoStateChangedInner()
115 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnCallChangedInner()
119 sptr<BluetoothHfpHfCall> call = data.ReadParcelable<BluetoothHfpHfCall>(); in OnCallChangedInner()
130 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnSignalStrengthChangedInner()
142 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnRegistrationStatusChangedInner()
154 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnRoamingStatusChangedInner()
166 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnOperatorSelectionChangedInner()
178 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnSubscriberNumberChangedInner()
190 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnVoiceRecognitionStatusChangedInner()
[all …]
H A Dbluetooth_remote_device_observer_stub.cpp84 std::shared_ptr<BluetoothRawAddress> result(data.ReadParcelable<BluetoothRawAddress>()); in OnAclStateChangedInner()
98 std::shared_ptr<BluetoothRawAddress> result(data.ReadParcelable<BluetoothRawAddress>()); in OnPairStatusChangedInner()
111 std::shared_ptr<BluetoothRawAddress> result(data.ReadParcelable<BluetoothRawAddress>()); in OnRemoteNameUuidChangedInner()
122 std::shared_ptr<BluetoothUuid> uuid(data.ReadParcelable<BluetoothUuid>()); in OnRemoteNameUuidChangedInner()
135 std::shared_ptr<BluetoothRawAddress> result(data.ReadParcelable<BluetoothRawAddress>()); in OnRemoteNameChangedInner()
147 std::shared_ptr<BluetoothRawAddress> result(data.ReadParcelable<BluetoothRawAddress>()); in OnRemoteAliasChangedInner()
159 std::shared_ptr<BluetoothRawAddress> result(data.ReadParcelable<BluetoothRawAddress>()); in OnRemoteCodChangedInner()
171 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnRemoteBatteryChangedInner()
173 std::shared_ptr<BluetoothBatteryInfo> batteryInfo(data.ReadParcelable<BluetoothBatteryInfo>()); in OnRemoteBatteryChangedInner()
184 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnRemoteDeviceCommonInfoReportInner()
H A Dbluetooth_hfp_ag_observer_stub.cpp78 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnConnectionStateChangedInner()
90 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnScoStateChangedInner()
102 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnActiveDeviceChangedInner()
112 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnHfEnhancedDriverSafetyChangedInner()
123 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OnHfpStackChangedInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_stub.cpp126 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in ConnectScoInner()
139 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in DisconnectScoInner()
171 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in GetDeviceStateInner()
184 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in GetScoStateInner()
197 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in SendDTMFToneInner()
211 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in ConnectInner()
224 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in DisconnectInner()
237 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OpenVoiceRecognitionInner()
250 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in CloseVoiceRecognitionInner()
423 std::shared_ptr<BluetoothHfpHfCall> call(data.ReadParcelable<BluetoothHfpHfCall>()); in FinishActiveCallInner()
[all …]
H A Dbluetooth_gatt_server_stub.cpp81 std::shared_ptr<BluetoothGattService> service(data.ReadParcelable<BluetoothGattService>()); in AddServiceInner()
103 std::shared_ptr<BluetoothGattDevice> device(data.ReadParcelable<BluetoothGattDevice>()); in ConnectInner()
112 std::shared_ptr<BluetoothGattDevice> device(data.ReadParcelable<BluetoothGattDevice>()); in CancelConnectionInner()
141 std::shared_ptr<BluetoothGattDevice> device(data.ReadParcelable<BluetoothGattDevice>()); in NotifyClientInner()
161 std::shared_ptr<BluetoothGattService> service(data.ReadParcelable<BluetoothGattService>()); in RemoveServiceInner()
175 std::shared_ptr<BluetoothGattDevice> device(data.ReadParcelable<BluetoothGattDevice>()); in RespondCharacteristicReadInner()
194 std::shared_ptr<BluetoothGattDevice> device(data.ReadParcelable<BluetoothGattDevice>()); in RespondCharacteristicWriteInner()
213 std::shared_ptr<BluetoothGattDevice> device(data.ReadParcelable<BluetoothGattDevice>()); in RespondDescriptorReadInner()
217 …std::shared_ptr<BluetoothGattDescriptor> descriptor(data.ReadParcelable<BluetoothGattDescriptor>()… in RespondDescriptorReadInner()
232 std::shared_ptr<BluetoothGattDevice> device(data.ReadParcelable<BluetoothGattDevice>()); in RespondDescriptorWriteInner()
[all …]
H A Dbluetooth_hfp_ag_stub.cpp150 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in GetDeviceStateInner()
174 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in ConnectInner()
188 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in DisconnectInner()
202 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in GetScoStateInner()
236 std::shared_ptr<BluetoothPhoneState> phoneState(data.ReadParcelable<BluetoothPhoneState>()); in PhoneStateChangedInner()
258 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in OpenVoiceRecognitionInner()
272 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in CloseVoiceRecognitionInner()
286 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in SetActiveDeviceInner()
300 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in IntoMockInner()
315 std::shared_ptr<BluetoothRawAddress> device(data.ReadParcelable<BluetoothRawAddress>()); in SendNoCarrierInner()
[all …]
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_scheduler_stub.cpp175 sessionInfo = data.ReadParcelable<SessionInfo>(); in AbilityTransactionInner()
280 std::shared_ptr<Uri> uri(data.ReadParcelable<Uri>()); in GetFileTypesInner()
300 std::shared_ptr<Uri> uri(data.ReadParcelable<Uri>()); in OpenFileInner()
324 std::shared_ptr<Uri> uri(data.ReadParcelable<Uri>()); in OpenRawFileInner()
344 std::shared_ptr<Uri> uri(data.ReadParcelable<Uri>()); in InsertInner()
360 std::shared_ptr<Uri> uri(data.ReadParcelable<Uri>()); in CallInner()
392 std::shared_ptr<Uri> uri(data.ReadParcelable<Uri>()); in UpdatetInner()
414 std::shared_ptr<Uri> uri(data.ReadParcelable<Uri>()); in DeleteInner()
435 std::shared_ptr<Uri> uri(data.ReadParcelable<Uri>()); in QueryInner()
467 std::shared_ptr<Uri> uri(data.ReadParcelable<Uri>()); in GetTypeInner()
[all …]
H A Dability_manager_stub.cpp944 Want *resultWant = data.ReadParcelable<Want>(); in TerminateAbilityInner()
966 Want *resultWant = data.ReadParcelable<Want>(); in BackToCallerInner()
995 Want *resultWant = data.ReadParcelable<Want>(); in TerminateUIExtensionAbilityInner()
1020 Want *resultWant = data.ReadParcelable<Want>(); in SendResultToAbilityInner()
1058 sessionInfo = data.ReadParcelable<SessionInfo>(); in MinimizeUIAbilityBySCBInner()
1271 sessionInfo = data.ReadParcelable<SessionInfo>(); in StartAbilityByUIContentSessionAddCallerInner()
1308 sessionInfo = data.ReadParcelable<SessionInfo>(); in StartAbilityByUIContentSessionForOptionsInner()
1609 sessionInfo = data.ReadParcelable<SessionInfo>(); in ConnectUIExtensionAbilityInner()
2932 Want *want = data.ReadParcelable<Want>(); in ScheduleRecoverAbilityInner()
3997 sptr<Want> want = data.ReadParcelable<Want>(); in TransferAbilityResultForExtensionInner()
[all …]
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapplication_state_observer_stub.cpp113 std::unique_ptr<AppStateData> processData(data.ReadParcelable<AppStateData>()); in HandleOnForegroundApplicationChanged()
128 abilityStateData = data.ReadParcelable<AbilityStateData>(); in HandleOnAbilityStateChanged()
148 abilityStateData = data.ReadParcelable<AbilityStateData>(); in HandleOnExtensionStateChanged()
165 std::unique_ptr<ProcessData> processData(data.ReadParcelable<ProcessData>()); in HandleOnProcessCreated()
177 std::unique_ptr<ProcessData> processData(data.ReadParcelable<ProcessData>()); in HandleOnProcessStateChanged()
189 std::unique_ptr<ProcessData> processData(data.ReadParcelable<ProcessData>()); in HandleOnProcessDied()
201 std::unique_ptr<AppStateData> processData(data.ReadParcelable<AppStateData>()); in HandleOnApplicationStateChanged()
213 std::unique_ptr<AppStateData> processData(data.ReadParcelable<AppStateData>()); in HandleOnAppStateChanged()
233 std::unique_ptr<ProcessData> processData(data.ReadParcelable<ProcessData>()); in HandleOnProcessReused()
245 std::unique_ptr<AppStateData> processData(data.ReadParcelable<AppStateData>()); in HandleOnAppStarted()
[all …]
H A Dapp_scheduler_host.cpp212 std::unique_ptr<JsHeapDumpInfo> info(data.ReadParcelable<JsHeapDumpInfo>()); in HandleScheduleJsHeapMemory()
224 std::unique_ptr<AbilityInfo> abilityInfo(data.ReadParcelable<AbilityInfo>()); in HandleScheduleLaunchAbility()
235 std::shared_ptr<AAFwk::Want> want(data.ReadParcelable<AAFwk::Want>()); in HandleScheduleLaunchAbility()
253 std::unique_ptr<AppLaunchData> launchData(data.ReadParcelable<AppLaunchData>()); in HandleScheduleLaunchApplication()
254 std::unique_ptr<Configuration> config(data.ReadParcelable<Configuration>()); in HandleScheduleLaunchApplication()
271 std::unique_ptr<ApplicationInfo> appInfo(data.ReadParcelable<ApplicationInfo>()); in HandleScheduleUpdateApplicationInfoInstalled()
284 std::unique_ptr<HapModuleInfo> abilityStage(data.ReadParcelable<HapModuleInfo>()); in HandleScheduleAbilityStage()
297 std::unique_ptr<Profile> profile(data.ReadParcelable<Profile>()); in HandleScheduleProfileChanged()
338 AAFwk::Want *want = data.ReadParcelable<AAFwk::Want>(); in HandleScheduleAcceptWant()
353 AAFwk::Want *want = data.ReadParcelable<AAFwk::Want>(); in HandleScheduleNewProcessRequest()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/src/
H A Drs_window_animation_stub.cpp71 …sptr<RSWindowAnimationTarget> startingWindowTarget(data.ReadParcelable<RSWindowAnimationTarget>()); in StartApp()
92 sptr<RSWindowAnimationTarget> fromWindowTarget(data.ReadParcelable<RSWindowAnimationTarget>()); in AppTransition()
98 sptr<RSWindowAnimationTarget> toWindowTarget(data.ReadParcelable<RSWindowAnimationTarget>()); in AppTransition()
119 sptr<RSWindowAnimationTarget> fromWindowTarget(data.ReadParcelable<RSWindowAnimationTarget>()); in AppBackTransition()
125 sptr<RSWindowAnimationTarget> toWindowTarget(data.ReadParcelable<RSWindowAnimationTarget>()); in AppBackTransition()
146 sptr<RSWindowAnimationTarget> minimizingWindow(data.ReadParcelable<RSWindowAnimationTarget>()); in MinimizeWindow()
178 … sptr<RSWindowAnimationTarget> minimizingWindow(data.ReadParcelable<RSWindowAnimationTarget>()); in MinimizeAllWindow()
201 sptr<RSWindowAnimationTarget> closingWindow(data.ReadParcelable<RSWindowAnimationTarget>()); in CloseWindow()
245 fullScreenWindowTarget = data.ReadParcelable<RSWindowAnimationTarget>(); in WindowAnimationTargetsUpdate()
259 …sptr<RSWindowAnimationTarget> floatingWindowTarget(data.ReadParcelable<RSWindowAnimationTarget>()); in WindowAnimationTargetsUpdate()
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_stub.cpp108 sptr<Notification> notification = data.ReadParcelable<Notification>(); in HandleOnConsumedMap()
122 notificationMap = data.ReadParcelable<NotificationSortingMap>(); in HandleOnConsumedMap()
151 notificationMap = data.ReadParcelable<NotificationSortingMap>(); in HandleOnConsumedListMap()
164 sptr<Notification> notification = data.ReadParcelable<Notification>(); in HandleOnCanceledMap()
178 notificationMap = data.ReadParcelable<NotificationSortingMap>(); in HandleOnCanceledMap()
212 notificationMap = data.ReadParcelable<NotificationSortingMap>(); in HandleOnCanceledListMap()
255 sptr<NotificationSortingMap> notificationMap = data.ReadParcelable<NotificationSortingMap>(); in HandleOnUpdated()
267 sptr<NotificationDoNotDisturbDate> date = data.ReadParcelable<NotificationDoNotDisturbDate>(); in HandleOnDoNotDisturbDateChange()
278 …sptr<EnabledNotificationCallbackData> callbackData = data.ReadParcelable<EnabledNotificationCallba… in HandleOnEnabledNotificationChanged()
289 sptr<BadgeNumberCallbackData> callbackData = data.ReadParcelable<BadgeNumberCallbackData>(); in HandleOnBadgeChanged()
[all …]
/ohos5.0/foundation/bundlemanager/ecological_rule_manager/services/manager/src/
H A Decologic_rule_mgr_service_stub.cpp73 sptr<Want> want = data.ReadParcelable<Want>(); in OnQueryFreeInstallExperienceResult()
78 sptr<CallerInfo> caller = data.ReadParcelable<CallerInfo>(); in OnQueryFreeInstallExperienceResult()
98 sptr<Want> want = data.ReadParcelable<Want>(); in OnEvaluateResolveInfosResult()
122 sptr<AbilityInfo> abilityInfo = data.ReadParcelable<AbilityInfo>(); in OnEvaluateResolveInfosResult()
132 sptr<CallerInfo> caller = data.ReadParcelable<CallerInfo>(); in OnEvaluateResolveInfosResult()
151 sptr<Want> want = data.ReadParcelable<Want>(); in OnQueryStartExperienceResult()
156 sptr<CallerInfo> caller = data.ReadParcelable<CallerInfo>(); in OnQueryStartExperienceResult()
188 sptr<Want> want = data.ReadParcelable<Want>(); in OnIsSupportPublishFormResult()
196 sptr<CallerInfo> caller = data.ReadParcelable<CallerInfo>(); in OnIsSupportPublishFormResult()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_provider_stub.cpp77 std::unique_ptr<FormJsInfo> formJsInfo(data.ReadParcelable<FormJsInfo>()); in HandleAcquireProviderFormInfo()
82 std::unique_ptr<Want> want(data.ReadParcelable<Want>()); in HandleAcquireProviderFormInfo()
107 std::unique_ptr<Want> want(data.ReadParcelable<Want>()); in HandleNotifyFormDelete()
134 std::unique_ptr<Want> want(data.ReadParcelable<Want>()); in HandleNotifyFormsDelete()
163 std::unique_ptr<Want> want(data.ReadParcelable<Want>()); in HandleNotifyFormUpdate()
193 std::unique_ptr<Want> want(data.ReadParcelable<Want>()); in HandleEventNotify()
223 std::unique_ptr<Want> want(data.ReadParcelable<Want>()); in HandleNotifyFormCastTempForm()
249 std::unique_ptr<Want> want(data.ReadParcelable<Want>()); in HandleFireFormEvent()
273 std::unique_ptr<Want> wantArg(data.ReadParcelable<Want>()); in HandleAcquireState()
279 std::unique_ptr<Want> want(data.ReadParcelable<Want>()); in HandleAcquireState()
H A Dform_supply_stub.cpp86 std::unique_ptr<Want> want(data.ReadParcelable<Want>()); in HandleOnAcquire()
100 std::unique_ptr<FormProviderInfo> formInfo(data.ReadParcelable<FormProviderInfo>()); in HandleOnAcquire()
125 std::unique_ptr<Want> want(data.ReadParcelable<Want>()); in HandleOnEventHandle()
147 std::unique_ptr<Want> wantArg(data.ReadParcelable<Want>()); in HandleOnAcquireStateResult()
154 std::unique_ptr<Want> want(data.ReadParcelable<Want>()); in HandleOnAcquireStateResult()
180 std::shared_ptr<AAFwk::WantParams> wantParams(data.ReadParcelable<AAFwk::WantParams>()); in HandleOnShareAcquire()
199 std::shared_ptr<AAFwk::WantParams> wantParams(data.ReadParcelable<AAFwk::WantParams>()); in HandleOnAcquireDataResult()
223 std::unique_ptr<Want> want(data.ReadParcelable<Want>()); in HandleOnRenderTaskDone()
243 std::unique_ptr<Want> want(data.ReadParcelable<Want>()); in HandleOnStopRenderingTaskDone()
276 std::unique_ptr<Want> want(data.ReadParcelable<Want>()); in HandleOnRecycleForm()
H A Dform_render_stub.cpp86 std::unique_ptr<FormJsInfo> formJsInfo(data.ReadParcelable<FormJsInfo>()); in HandleRenderForm()
91 std::unique_ptr<Want> want(data.ReadParcelable<Want>()); in HandleRenderForm()
113 std::unique_ptr<FormJsInfo> formJsInfo(data.ReadParcelable<FormJsInfo>()); in HandleStopRenderingForm()
118 std::unique_ptr<Want> want(data.ReadParcelable<Want>()); in HandleStopRenderingForm()
176 std::unique_ptr<Want> want(data.ReadParcelable<Want>()); in HandleReloadForm()
205 std::unique_ptr<Want> want(data.ReadParcelable<Want>()); in HandleSetVisibleChange()
229 std::unique_ptr<T> info(reply.ReadParcelable<T>()); in GetParcelableInfos()
242 std::unique_ptr<Want> want(data.ReadParcelable<Want>()); in HandleRecycleForm()
257 std::unique_ptr<FormJsInfo> formJsInfo(data.ReadParcelable<FormJsInfo>()); in HandleRecoverForm()
262 std::unique_ptr<Want> want(data.ReadParcelable<Want>()); in HandleRecoverForm()
/ohos5.0/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_plugin_stub.cpp65 std::shared_ptr<DomainAccountInfo> info(data.ReadParcelable<DomainAccountInfo>()); in ProcAuthCommonInterface()
115 std::shared_ptr<DomainAccountInfo> info(data.ReadParcelable<DomainAccountInfo>()); in ProcGetAuthStatusInfo()
135 std::shared_ptr<DomainAccountInfo> info(data.ReadParcelable<DomainAccountInfo>()); in ProcIsAccountTokenValid()
160 std::shared_ptr<DomainAccountInfo> domainInfo(data.ReadParcelable<DomainAccountInfo>()); in ProcGetAccessToken()
170 std::shared_ptr<GetAccessTokenOptions> option(data.ReadParcelable<GetAccessTokenOptions>()); in ProcGetAccessToken()
190 …std::shared_ptr<GetDomainAccountInfoOptions> options(data.ReadParcelable<GetDomainAccountInfoOptio… in ProcGetDomainAccountInfo()
210 std::shared_ptr<DomainAccountInfo> info(data.ReadParcelable<DomainAccountInfo>()); in ProcOnAccountBound()
235 std::shared_ptr<DomainAccountInfo> info(data.ReadParcelable<DomainAccountInfo>()); in ProcOnAccountUnBound()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/src/
H A Dwindow_manager_service_handler_stub.cpp67 sptr<AbilityTransitionInfo> fromInfo(data.ReadParcelable<AbilityTransitionInfo>()); in NotifyWindowTransitionInner()
72 sptr<AbilityTransitionInfo> toInfo(data.ReadParcelable<AbilityTransitionInfo>()); in NotifyWindowTransitionInner()
113 sptr<AbilityTransitionInfo> info(data.ReadParcelable<AbilityTransitionInfo>()); in StartingWindowCold()
119 = std::shared_ptr<Media::PixelMap>(data.ReadParcelable<Media::PixelMap>()); in StartingWindowCold()
132 sptr<AbilityTransitionInfo> info(data.ReadParcelable<AbilityTransitionInfo>()); in StartingWindowHot()
138 = std::shared_ptr<Media::PixelMap>(data.ReadParcelable<Media::PixelMap>()); in StartingWindowHot()
162 sptr<AbilityTransitionInfo> info(data.ReadParcelable<AbilityTransitionInfo>()); in NotifyAnimationAbilityDiedInner()
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dfile_access_ext_stub.cpp97 std::shared_ptr<Uri> uri(data.ReadParcelable<Uri>()); in CmdOpenFile()
134 std::shared_ptr<Uri> parent(data.ReadParcelable<Uri>()); in CmdCreateFile()
171 std::shared_ptr<Uri> parent(data.ReadParcelable<Uri>()); in CmdMkdir()
208 std::shared_ptr<Uri> uri(data.ReadParcelable<Uri>()); in CmdDelete()
227 std::shared_ptr<Uri> sourceFile(data.ReadParcelable<Uri>()); in CmdMove()
259 std::shared_ptr<Uri> sourceUri(data.ReadParcelable<Uri>()); in CmdCopy()
265 std::shared_ptr<Uri> destUri(data.ReadParcelable<Uri>()); in CmdCopy()
341 std::shared_ptr<Uri> sourceFile(data.ReadParcelable<Uri>()); in CmdRename()
543 std::shared_ptr<Uri> uri(data.ReadParcelable<Uri>()); in CmdQuery()
589 std::shared_ptr<Uri> uri(data.ReadParcelable<Uri>()); in CmdGetFileInfoFromUri()
[all …]
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dbackground_task_subscriber_stub.cpp193 … = std::shared_ptr<ContinuousTaskCallbackInfo>(data.ReadParcelable<ContinuousTaskCallbackInfo>()); in HandleOnContinuousTaskStart()
206 … = std::shared_ptr<ContinuousTaskCallbackInfo>(data.ReadParcelable<ContinuousTaskCallbackInfo>()); in HandleOnContinuousTaskUpdate()
219 … = std::shared_ptr<ContinuousTaskCallbackInfo>(data.ReadParcelable<ContinuousTaskCallbackInfo>()); in HandleOnContinuousTaskCancel()
244 = std::shared_ptr<ResourceCallbackInfo>(data.ReadParcelable<ResourceCallbackInfo>()); in HandleOnAppEfficiencyResourcesApply()
256 = std::shared_ptr<ResourceCallbackInfo>(data.ReadParcelable<ResourceCallbackInfo>()); in HandleOnAppEfficiencyResourcesReset()
268 = std::shared_ptr<ResourceCallbackInfo>(data.ReadParcelable<ResourceCallbackInfo>()); in HandleOnProcEfficiencyResourcesApply()
280 = std::shared_ptr<ResourceCallbackInfo>(data.ReadParcelable<ResourceCallbackInfo>()); in HandleOnProcEfficiencyResourcesReset()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/
H A Dconnection_observer_stub.cpp54 std::unique_ptr<ConnectionData> connectionData(data.ReadParcelable<ConnectionData>()); in OnExtensionConnectedInner()
66 std::unique_ptr<ConnectionData> connectionData(data.ReadParcelable<ConnectionData>()); in OnExtensionDisconnectedInner()
79 std::unique_ptr<DlpStateData> dlpData(data.ReadParcelable<DlpStateData>()); in OnDlpAbilityOpenedInner()
91 std::unique_ptr<DlpStateData> dlpData(data.ReadParcelable<DlpStateData>()); in OnDlpAbilityClosedInner()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_content.cpp235 … std::shared_ptr<NotificationNormalContent>(parcel.ReadParcelable<NotificationNormalContent>())); in ReadFromParcel()
240 parcel.ReadParcelable<NotificationConversationalContent>())); in ReadFromParcel()
244 …std::shared_ptr<NotificationLongTextContent>(parcel.ReadParcelable<NotificationLongTextContent>())… in ReadFromParcel()
248 … std::shared_ptr<NotificationMediaContent>(parcel.ReadParcelable<NotificationMediaContent>())); in ReadFromParcel()
252 …std::shared_ptr<NotificationMultiLineContent>(parcel.ReadParcelable<NotificationMultiLineContent>(… in ReadFromParcel()
256 … std::shared_ptr<NotificationPictureContent>(parcel.ReadParcelable<NotificationPictureContent>())); in ReadFromParcel()
261 parcel.ReadParcelable<NotificationLocalLiveViewContent>())); in ReadFromParcel()
265 …std::shared_ptr<NotificationLiveViewContent>(parcel.ReadParcelable<NotificationLiveViewContent>())… in ReadFromParcel()
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_stub.cpp155 std::unique_ptr<AppExecFwk::ElementName> admin(data.ReadParcelable<AppExecFwk::ElementName>()); in EnableAdminInner()
184 std::unique_ptr<AppExecFwk::ElementName> admin(data.ReadParcelable<AppExecFwk::ElementName>()); in DisableAdminInner()
207 std::unique_ptr<AppExecFwk::ElementName> admin(data.ReadParcelable<AppExecFwk::ElementName>()); in HandleDevicePolicyInner()
250 std::unique_ptr<AppExecFwk::ElementName> admin(data.ReadParcelable<AppExecFwk::ElementName>()); in GetEnterpriseInfoInner()
275 std::unique_ptr<AppExecFwk::ElementName> admin(data.ReadParcelable<AppExecFwk::ElementName>()); in IsAdminEnabledInner()
291 std::unique_ptr<AppExecFwk::ElementName> admin(data.ReadParcelable<AppExecFwk::ElementName>()); in SetEnterpriseInfoInner()
320 std::unique_ptr<AppExecFwk::ElementName> admin(data.ReadParcelable<AppExecFwk::ElementName>()); in SubscribeManagedEventInner()
340 std::unique_ptr<AppExecFwk::ElementName> admin(data.ReadParcelable<AppExecFwk::ElementName>()); in AuthorizeAdminInner()
363 std::unique_ptr<AppExecFwk::ElementName> admin(data.ReadParcelable<AppExecFwk::ElementName>()); in SetDelegatedPoliciesInner()
379 std::unique_ptr<AppExecFwk::ElementName> admin(data.ReadParcelable<AppExecFwk::ElementName>()); in GetDelegatedPoliciesInner()
[all …]
/ohos5.0/base/security/access_token/services/common/app_manager/src/
H A Dapp_status_change_callback.cpp73 std::unique_ptr<ProcessData> processData(data.ReadParcelable<ProcessData>()); in HandleOnProcessStateChanged()
85 std::unique_ptr<ProcessData> processData(data.ReadParcelable<ProcessData>()); in HandleOnProcessDied()
97 std::unique_ptr<AppStateData> processData(data.ReadParcelable<AppStateData>()); in HandleOnAppStateChanged()
109 std::unique_ptr<AppStateData> appStateData(data.ReadParcelable<AppStateData>()); in HandleOnAppStopped()

12345678910>>...17