Home
last modified time | relevance | path

Searched refs:reply (Results 1876 - 1900 of 5315) sorted by relevance

1...<<71727374757677787980>>...213

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_execute_callback_stub.cpp28 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
36 return OnExecuteDoneInner(data, reply); in OnRemoteRequest()
38 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
41 int32_t InsightIntentExecuteCallbackStub::OnExecuteDoneInner(MessageParcel &data, MessageParcel &reply) in OnExecuteDoneInner() argument
27 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
H A Dwant_sender_stub.cpp27 int WantSenderStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest() argument
38 return SendInner(data, reply); in OnRemoteRequest()
41 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
44 int WantSenderStub::SendInner(MessageParcel &data, MessageParcel &reply) in SendInner() argument
H A Dremote_on_listener_stub.cpp30 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
41 return OnCallbackInner(data, reply); in OnRemoteRequest()
44 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
49 int32_t RemoteOnListenerStub::OnCallbackInner(MessageParcel &data, MessageParcel &reply) in OnCallbackInner() argument
29 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Drender_scheduler_host.cpp28 MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
40 return HandleNotifyBrowserFd(data, reply); in OnRemoteRequest()
44 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
47 int RenderSchedulerHost::HandleNotifyBrowserFd(MessageParcel &data, MessageParcel &reply) in HandleNotifyBrowserFd() argument
27 OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
H A Drender_state_observer_stub.cpp29 int32_t RenderStateObserverStub::OnRenderStateChangedInner(MessageParcel &data, MessageParcel &reply) in OnRenderStateChangedInner() argument
42 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
52 return OnRenderStateChangedInner(data, reply); in OnRemoteRequest()
55 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
41 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
H A Dapp_exception_callback_stub.cpp23 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
34 return HandleLifecycleException(data, reply); in OnRemoteRequest()
36 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
40 int32_t AppExceptionCallbackStub::HandleLifecycleException(MessageParcel &data, MessageParcel &reply) in HandleLifecycleException() argument
22 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/foundation/CastEngine/castengine_cast_framework/client/include/
H A Dcast_session_listener_impl_stub.h33 int OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
38 int32_t DoOnDeviceStateTask(MessageParcel &data, MessageParcel &reply);
39 int32_t DoOnEventTask(MessageParcel &data, MessageParcel &reply);
40 int32_t DoOnRemoteCtrlEventTask(MessageParcel &data, MessageParcel &reply);
/foundation/ability/ability_runtime/interfaces/inner_api/session_handler/src/
H A Dsession_handler_stub.cpp25 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
36 return OnSessionMovedToFrontInner(data, reply); in OnRemoteRequest()
39 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
42 int32_t SessionHandlerStub::OnSessionMovedToFrontInner(MessageParcel &data, MessageParcel &reply) in OnSessionMovedToFrontInner() argument
24 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/dialog_request_callback/
H A Ddialog_request_callback_stub.cpp28 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
38 return SendResultInner(data, reply); in OnRemoteRequest()
41 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
44 int DialogRequestCallbackStub::SendResultInner(MessageParcel &data, MessageParcel &reply) in SendResultInner() argument
27 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessible_ability_manager_caption_observer_stub.cpp29 MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
41 return HandleOnCaptionPropertyChanged(data, reply); in OnRemoteRequest()
43 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
47 MessageParcel &reply) in HandleOnCaptionPropertyChanged()
28 OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
46 HandleOnCaptionPropertyChanged(MessageParcel &data, MessageParcel &reply) HandleOnCaptionPropertyChanged() argument
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessible_ability_manager_caption_observer_stub.cpp29 MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
41 return HandleOnCaptionPropertyChanged(data, reply); in OnRemoteRequest()
43 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
47 MessageParcel &reply) in HandleOnCaptionPropertyChanged()
28 OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
46 HandleOnCaptionPropertyChanged(MessageParcel &data, MessageParcel &reply) HandleOnCaptionPropertyChanged() argument
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_sink_observer_stub.cpp34 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
47 errCode = OnConnectionStateChangedInner(data, reply); in OnRemoteRequest()
51 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
57 ErrCode BluetoothA2dpSinkObserverStub::OnConnectionStateChangedInner(MessageParcel &data, MessageParcel &reply) in OnConnectionStateChangedInner() argument
33 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/distributed_manager/
H A Dbundle_manager_callback_stub.cpp31 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
43 return HandleQueryRpcIdCallBack(data, reply); in OnRemoteRequest()
46 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
51 int32_t BundleManagerCallbackStub::HandleQueryRpcIdCallBack(MessageParcel &data, MessageParcel &reply) in HandleQueryRpcIdCallBack() argument
30 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_command_process.cpp38 MessageParcel reply; in ProcessCastAudioCommand() local
43 data, reply, option) == 0, in ProcessCastAudioCommand() local
47 CHECK_AND_RETURN_RET_LOG(reply.ReadInt32(ret), ERR_MARSHALLING, "read reply failed"); in ProcessCastAudioCommand()
50 CHECK_AND_RETURN_RET_LOG(reply.ReadString(output), ERR_MARSHALLING, "read output failed"); in ProcessCastAudioCommand()
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_controller_stub.h33 int OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
38 int32_t ReportAVScreenCaptureUserChoice(MessageParcel &data, MessageParcel &reply);
39 int32_t DestroyStub(MessageParcel &data, MessageParcel &reply);
44 int32_t(ScreenCaptureControllerStub::*)(MessageParcel &data, MessageParcel &reply);
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H A Dres_sched_systemload_notifier_stub.cpp31 MessageParcel& reply, MessageOption& option) in OnRemoteRequest()
36 return OnSystemloadLevelInner(data, reply); in OnRemoteRequest()
40 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
45 int32_t ResSchedSystemloadNotifierStub::OnSystemloadLevelInner(MessageParcel& data, MessageParcel& reply) in OnSystemloadLevelInner() argument
30 OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
/foundation/communication/ipc/services/dbinder/c/ipc_adapter/mini/
H A Ddbinder_ipc_adapter.c34 IpcIo reply; in RpcGetSystemAbility() local
36 IpcIoInit(&reply, replyAlloc, RPC_IPC_LENGTH, 0); in RpcGetSystemAbility()
37 if (GetSystemAbilityById(systemAbility, &reply) != ERR_NONE) { in RpcGetSystemAbility()
42 ReadRemoteObject(&reply, &target); in RpcGetSystemAbility()
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/
H A Dprofile_event_notifier_stub.h38 MessageParcel& reply, MessageOption& option) override;
41 using Handler = int32_t(ProfileEventNotifierStub::*)(MessageParcel& data, MessageParcel& reply);
46 int32_t OnSyncCompletedInner(MessageParcel& data, MessageParcel& reply);
47 int32_t OnProfileChangedInner(MessageParcel& data, MessageParcel& reply);
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_hotspot_callback_stub.h30 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
40 int RemoteOnHotspotStateChanged(uint32_t code, MessageParcel &data, MessageParcel &reply);
41 int RemoteOnHotspotStaJoin(uint32_t code, MessageParcel &data, MessageParcel &reply);
42 int RemoteOnHotspotStaLeave(uint32_t code, MessageParcel &data, MessageParcel &reply);
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Dsharing_dhid_listener_stub.cpp32 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
43 if (!reply.WriteInt32(ret)) { in OnRemoteRequest()
52 if (!reply.WriteInt32(ret)) { in OnRemoteRequest()
59 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
31 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/dfs_listener/
H A Dfile_dfs_listener_stub.cpp37 MessageParcel &reply, in OnRemoteRequest()
45 return HandleOnStatus(data, reply); in OnRemoteRequest()
48 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
52 int32_t FileDfsListenerStub::HandleOnStatus(MessageParcel &data, MessageParcel &reply) in HandleOnStatus() argument
35 OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/foundation/window/window_manager/wmserver/src/window_snapshot/
H A Dsnapshot_proxy.cpp31 MessageParcel reply; in GetSnapshot() local
49 if (remote->SendRequest(TRANS_ID_GET_SNAPSHOT, data, reply, option) != ERR_NONE) { in GetSnapshot()
53 std::shared_ptr<Media::PixelMap> pixelMap(reply.ReadParcelable<Media::PixelMap>()); in GetSnapshot()
55 return reply.ReadInt32(); in GetSnapshot()
/base/customization/enterprise_device_management/interfaces/inner_api/account_manager/src/
H A Daccount_manager_proxy.cpp113 MessageParcel reply; in IsAddOsAccountByUserDisallowed() local
115 proxy->GetPolicy(EdmInterfaceCode::DISALLOW_ADD_OS_ACCOUNT_BY_USER, data, reply); in IsAddOsAccountByUserDisallowed()
117 bool isSuccess = reply.ReadInt32(ret) && (ret == ERR_OK); in IsAddOsAccountByUserDisallowed()
122 reply.ReadBool(result); in IsAddOsAccountByUserDisallowed()
136 MessageParcel reply; in AddOsAccount() local
147 ErrCode ret = proxy->HandleDevicePolicy(funcCode, data, reply); in AddOsAccount()
149 OHOS::AccountSA::OsAccountInfo *result = OHOS::AccountSA::OsAccountInfo::Unmarshalling(reply); in AddOsAccount()
/base/security/device_auth/frameworks/src/lite/
H A Dipc_dev_auth_proxy.c104 static int32_t CliInvokeRetCallback(IOwner owner, int32_t code, IpcIo *reply) in CliInvokeRetCallback() argument
111 if ((reply == NULL) || (owner == NULL)) { in CliInvokeRetCallback()
116 eno = memcpy_s(dstReply->bufferCur, dstReply->bufferLeft, reply->bufferCur, reply->bufferLeft); in CliInvokeRetCallback()
123 dstReply->bufferLeft = reply->bufferLeft; in CliInvokeRetCallback()
124 LOGI("done, reply data length %zu", dstReply->bufferLeft); in CliInvokeRetCallback()
138 dataCtx->data, (IOwner)(dataCtx->reply), CliInvokeRetCallback); in ActCall()
141 ReadInt32(dataCtx->reply, &ret); in ActCall()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbms_ecological_rule_mgr_service_client.cpp149 MessageParcel reply; in QueryFreeInstallExperience() local
157 int32_t ret = remote->SendRequest(QUERY_FREE_INSTALL_EXPERIENCE_CMD, data, reply, option); in QueryFreeInstallExperience()
163 std::unique_ptr<BmsExperienceRule> sptrRule(reply.ReadParcelable<BmsExperienceRule>()); in QueryFreeInstallExperience()
175 bool BmsEcologicalRuleMgrServiceProxy::ReadParcelableVector(std::vector<T> &parcelableVector, MessageParcel &reply) in ReadParcelableVector() argument
177 int32_t infoSize = reply.ReadInt32(); in ReadParcelableVector()
178 CONTAINER_SECURITY_VERIFY(reply, infoSize, &parcelableVector); in ReadParcelableVector()
181 std::unique_ptr<T> info(reply.ReadParcelable<T>()); in ReadParcelableVector()

Completed in 10 milliseconds

1...<<71727374757677787980>>...213