/foundation/multimedia/media_foundation/services/media_monitor/client/include/ |
H A D | media_monitor_stub.h | 26 virtual int OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, 31 void HandleWriteLogMsg(MessageParcel &data, MessageParcel &reply); 32 void HandleGetAudioRouteMsg(MessageParcel &data, MessageParcel &reply); 33 void HandleSetMediaParams(MessageParcel &data, MessageParcel &reply); 34 void HandleGetInputBuffer(MessageParcel &data, MessageParcel &reply); 35 void HandleInputBufferFilled(MessageParcel &data, MessageParcel &reply); 36 void HandleGetPcmDumpStatus(MessageParcel &data, MessageParcel &reply); 37 void HandleErasePreferredDeviceByType(MessageParcel &data, MessageParcel &reply); 38 using HandlerFunc = void (MediaMonitorStub::*)(MessageParcel &data, MessageParcel &reply);
|
/foundation/multimodalinput/input/intention/prototype/include/ |
H A D | i_tunnel_client.h | 32 virtual int32_t Enable(Intention intention, ParamBase &data, ParamBase &reply) = 0; 34 virtual int32_t Disable(Intention intention, ParamBase &data, ParamBase &reply) = 0; 36 virtual int32_t Start(Intention intention, ParamBase &data, ParamBase &reply) = 0; 38 virtual int32_t Stop(Intention intention, ParamBase &data, ParamBase &reply) = 0; 42 virtual int32_t AddWatch(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) = 0; 44 virtual int32_t RemoveWatch(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) = 0; 48 virtual int32_t SetParam(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) = 0; 51 virtual int32_t GetParam(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) = 0; 55 virtual int32_t Control(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) = 0;
|
/foundation/multimodalinput/input/intention/ipc/tunnel/include/ |
H A D | i_intention.h | 37 virtual int32_t Enable(Intention intention, MessageParcel &data, MessageParcel &reply) = 0; 39 virtual int32_t Disable(Intention intention, MessageParcel &data, MessageParcel &reply) = 0; 41 virtual int32_t Start(Intention intention, MessageParcel &data, MessageParcel &reply) = 0; 43 virtual int32_t Stop(Intention intention, MessageParcel &data, MessageParcel &reply) = 0; 46 virtual int32_t AddWatch(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &reply) = 0; 48 virtual int32_t RemoveWatch(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &reply) = 0; 51 virtual int32_t SetParam(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &reply) = 0; 54 virtual int32_t GetParam(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &reply) = 0; 58 virtual int32_t Control(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &reply) = 0;
|
/foundation/communication/netmanager_ext/services/netfirewallmanager/include/ |
H A D | netfirewall_stub.h | 41 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; 44 int32_t OnSetNetFirewallPolicy(MessageParcel &data, MessageParcel &reply); 46 int32_t OnGetNetFirewallPolicy(MessageParcel &data, MessageParcel &reply); 48 int32_t OnAddNetFirewallRule(MessageParcel &data, MessageParcel &reply); 50 int32_t OnUpdateNetFirewallRule(MessageParcel &data, MessageParcel &reply); 52 int32_t OnDeleteNetFirewallRule(MessageParcel &data, MessageParcel &reply); 54 int32_t OnGetNetFirewallRules(MessageParcel &data, MessageParcel &reply); 56 int32_t OnGetNetFirewallRule(MessageParcel &data, MessageParcel &reply); 58 int32_t OnGetInterceptRecords(MessageParcel &data, MessageParcel &reply);
|
/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_render_proxy.cpp | 29 MessageParcel reply; in RenderForm() local 53 reply, in RenderForm() 66 MessageParcel reply; in StopRenderingForm() local 90 reply, in StopRenderingForm() 102 MessageParcel reply; in CleanFormHost() local 118 reply, in CleanFormHost() 140 MessageParcel reply; in ReleaseRenderer() local 162 reply, in ReleaseRenderer() 174 MessageParcel reply; in ReloadForm() local 195 reply, in ReloadForm() 208 MessageParcel reply; OnUnlock() local 228 SendTransactCmd(IFormRender::Message code, MessageParcel &data, MessageParcel &reply, MessageOption &option) SendTransactCmd() argument 245 WriteParcelableVector(const std::vector<T> &parcelableVector, MessageParcel &reply) WriteParcelableVector() argument 278 MessageParcel reply; RecycleForm() local 309 MessageParcel reply; RecoverForm() local 336 MessageParcel reply; RunCachedConfigurationUpdated() local [all...] |
/foundation/ability/ability_runtime/services/dataobsmgr/src/ |
H A D | dataobs_mgr_proxy.cpp | 56 MessageParcel reply; in RegisterObserver() local 67 auto error = SendTransactCmd(IDataObsMgr::REGISTER_OBSERVER, data, reply, option); in RegisterObserver() 75 return reply.ReadInt32(res) ? res : IPC_ERROR; in RegisterObserver() 81 MessageParcel reply; in UnregisterObserver() local 92 auto error = SendTransactCmd(IDataObsMgr::UNREGISTER_OBSERVER, data, reply, option); in UnregisterObserver() 99 return reply.ReadInt32(res) ? res : IPC_ERROR; in UnregisterObserver() 105 MessageParcel reply; in NotifyChange() local 116 auto error = SendTransactCmd(IDataObsMgr::NOTIFY_CHANGE, data, reply, option); in NotifyChange() 124 return reply.ReadInt32(res) ? res : IPC_ERROR; in NotifyChange() 131 MessageParcel reply; in RegisterObserverExt() local 162 MessageParcel reply; UnregisterObserverExt() local 186 MessageParcel reply; UnregisterObserverExt() local 215 MessageParcel reply; NotifyChangeExt() local 242 SendTransactCmd(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) SendTransactCmd() argument [all...] |
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/ |
H A D | form_renderer_delegate_stub.cpp | 52 uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest() 66 return (this->*memberFunc)(data, reply); in OnRemoteRequest() 70 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest() 73 int FormRendererDelegateStub::HandleOnSurfaceCreate(MessageParcel& data, MessageParcel& reply) in HandleOnSurfaceCreate() argument 98 reply.WriteInt32(errCode); in HandleOnSurfaceCreate() 102 int32_t FormRendererDelegateStub::HandleOnSurfaceReuse(MessageParcel& data, MessageParcel& reply) in HandleOnSurfaceReuse() argument 133 reply.WriteInt32(errCode); in HandleOnSurfaceReuse() 137 int32_t FormRendererDelegateStub::HandleOnSurfaceDetach(MessageParcel& data, MessageParcel& reply) in HandleOnSurfaceDetach() argument 145 reply.WriteInt32(errCode); in HandleOnSurfaceDetach() 149 int32_t FormRendererDelegateStub::HandleOnSurfaceRelease(MessageParcel& data, MessageParcel& reply) in HandleOnSurfaceRelease() argument 51 OnRemoteRequest( uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument 166 HandleOnActionEvent(MessageParcel& data, MessageParcel& reply) HandleOnActionEvent() argument 174 HandleOnError(MessageParcel& data, MessageParcel& reply) HandleOnError() argument 183 HandleOnSurfaceChange(MessageParcel& data, MessageParcel& reply) HandleOnSurfaceChange() argument 194 HandleOnFormLinkInfoUpdate(MessageParcel& data, MessageParcel& reply) HandleOnFormLinkInfoUpdate() argument 203 HandleOnGetRectRelativeToWindow(MessageParcel& data, MessageParcel& reply) HandleOnGetRectRelativeToWindow() argument [all...] |
/foundation/multimedia/av_session/services/session/ipc/stub/ |
H A D | avsession_callback_stub.cpp | 24 int32_t AVSessionCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, in OnRemoteRequest() argument 32 return handlers[code](data, reply); in OnRemoteRequest() 34 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest() 48 int32_t AVSessionCallbackStub::HandleOnAVCallAnswer(MessageParcel& data, MessageParcel& reply) in HandleOnAVCallAnswer() argument 55 int32_t AVSessionCallbackStub::HandleOnAVCallHangUp(MessageParcel& data, MessageParcel& reply) in HandleOnAVCallHangUp() argument 62 int32_t AVSessionCallbackStub::HandleOnAVCallToggleCallMute(MessageParcel& data, MessageParcel& reply) in HandleOnAVCallToggleCallMute() argument 69 int32_t AVSessionCallbackStub::HandleOnPlay(MessageParcel& data, MessageParcel& reply) in HandleOnPlay() argument 76 int32_t AVSessionCallbackStub::HandleOnPause(MessageParcel& data, MessageParcel& reply) in HandleOnPause() argument 83 int32_t AVSessionCallbackStub::HandleOnStop(MessageParcel& data, MessageParcel& reply) in HandleOnStop() argument 90 int32_t AVSessionCallbackStub::HandleOnPlayNext(MessageParcel& data, MessageParcel& reply) in HandleOnPlayNext() argument 97 HandleOnPlayPrevious(MessageParcel& data, MessageParcel& reply) HandleOnPlayPrevious() argument 104 HandleOnFastForward(MessageParcel& data, MessageParcel& reply) HandleOnFastForward() argument 113 HandleOnRewind(MessageParcel& data, MessageParcel& reply) HandleOnRewind() argument 122 HandleOnSeek(MessageParcel& data, MessageParcel& reply) HandleOnSeek() argument 131 HandleOnSetSpeed(MessageParcel& data, MessageParcel& reply) HandleOnSetSpeed() argument 140 HandleOnSetLoopMode(MessageParcel& data, MessageParcel& reply) HandleOnSetLoopMode() argument 149 HandleOnToggleFavorite(MessageParcel& data, MessageParcel& reply) HandleOnToggleFavorite() argument 158 HandleOnMediaKeyEvent(MessageParcel& data, MessageParcel& reply) HandleOnMediaKeyEvent() argument 171 HandleOnOutputDeviceChange(MessageParcel& data, MessageParcel& reply) HandleOnOutputDeviceChange() argument 220 HandleOnCommonCommand(MessageParcel& data, MessageParcel& reply) HandleOnCommonCommand() argument 230 HandleOnSkipToQueueItem(MessageParcel& data, MessageParcel& reply) HandleOnSkipToQueueItem() argument 239 HandleOnPlayFromAssetId(MessageParcel& data, MessageParcel& reply) HandleOnPlayFromAssetId() argument 248 HandleOnCastDisplayChange(MessageParcel& data, MessageParcel& reply) HandleOnCastDisplayChange() argument [all...] |
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/ |
H A D | res_sched_service_proxy.cpp | 29 int32_t ResSchedServiceProxy::SendRequestToRemote(const uint32_t code, MessageParcel &data, MessageParcel &reply, in SendRequestToRemote() argument 34 return remote->SendRequest(code, data, reply, option); in SendRequestToRemote() 45 MessageParcel reply; in ReportData() local 49 data, reply, option); in ReportData() 58 const nlohmann::json& payload, nlohmann::json& reply) in ReportSyncEvent() 72 if (ret == NO_ERROR && !StringToJson(response.ReadString(), reply)) { in ReportSyncEvent() 73 RESSCHED_LOGE("%{public}s: parse reply fail.", __func__); in ReportSyncEvent() 113 MessageParcel reply; in KillProcess() local 120 data, reply, option); in KillProcess() 126 return reply in KillProcess() 57 ReportSyncEvent(const uint32_t resType, const int64_t value, const nlohmann::json& payload, nlohmann::json& reply) ReportSyncEvent() argument 133 MessageParcel reply; RegisterSystemloadNotifier() local 151 MessageParcel reply; RegisterEventListener() local 170 MessageParcel reply; UnRegisterEventListener() local 188 MessageParcel reply; UnRegisterSystemloadNotifier() local 204 MessageParcel reply; GetSystemloadLevel() local 221 MessageParcel reply; IsAllowedAppPreload() local [all...] |
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_distributed_test.cpp | 150 int reply = 0; in HWTEST_F() local 151 int result = testService->ReverseInt(2019, reply); in HWTEST_F() 153 EXPECT_EQ(reply, 9102); in HWTEST_F() 203 std::string reply; in HWTEST_F() local 205 testService->TransOversizedPkt(emptyData, reply); in HWTEST_F() 206 ASSERT_TRUE(emptyData == reply); in HWTEST_F() 211 testService->TransOversizedPkt(legalDataS, reply); in HWTEST_F() 212 ASSERT_TRUE(legalDataS == reply); in HWTEST_F() 221 testService->TransOversizedPkt(legalDataM, reply); in HWTEST_F() 222 ASSERT_TRUE(legalDataM == reply); in HWTEST_F() 271 int reply = 0; HWTEST_F() local 306 int reply = 0; HWTEST_F() local 342 int reply = 0; HWTEST_F() local 378 int reply = 0; HWTEST_F() local 418 int reply = 0; HWTEST_F() local 462 int reply = 0; HWTEST_F() local 505 int reply = 0; HWTEST_F() local 544 int reply = 0; HWTEST_F() local 597 int reply = 0; HWTEST_F() local 628 int reply = 0, res = 0; HWTEST_F() local 705 int reply = 0; HWTEST_F() local 794 int reply = 0; HWTEST_F() local 1134 int reply = 0; HWTEST_F() local 1187 int reply; ExecuteReverseIntAndCheck() local 1354 int reply; HWTEST_F() local 1421 int reply; HWTEST_F() local 1473 int reply = 0; HWTEST_F() local [all...] |
/foundation/communication/dsoftbus/core/frame/small/init/src/ |
H A D | trans_server_stub.c | 33 int32_t ServerCreateSessionServer(IpcIo *req, IpcIo *reply) in ServerCreateSessionServer() argument 36 if (req == NULL || reply == NULL) { in ServerCreateSessionServer() 55 WriteInt32(reply, SOFTBUS_PERMISSION_DENIED); in ServerCreateSessionServer() 59 (void)WriteInt32(reply, ret); in ServerCreateSessionServer() 63 int32_t ServerRemoveSessionServer(IpcIo *req, IpcIo *reply) in ServerRemoveSessionServer() argument 66 if (req == NULL || reply == NULL) { in ServerRemoveSessionServer() 85 WriteInt32(reply, SOFTBUS_PERMISSION_DENIED); in ServerRemoveSessionServer() 89 WriteInt32(reply, ret); in ServerRemoveSessionServer() 201 int32_t ServerOpenSession(IpcIo *req, IpcIo *reply) in ServerOpenSession() argument 204 if (req == NULL || reply in ServerOpenSession() 252 ServerOpenAuthSession(IpcIo *req, IpcIo *reply) ServerOpenAuthSession() argument 279 ServerNotifyAuthSuccess(IpcIo *req, IpcIo *reply) ServerNotifyAuthSuccess() argument 311 ServerCloseChannel(IpcIo *req, IpcIo *reply) ServerCloseChannel() argument 339 ServerSendSessionMsg(IpcIo *req, IpcIo *reply) ServerSendSessionMsg() argument 360 ServerReleaseResources(IpcIo *req, IpcIo *reply) ServerReleaseResources() argument [all...] |
/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/src/ |
H A D | service_incremental_proxy.cpp | 41 MessageParcel reply; in Release() local 44 data, reply, option); in Release() 49 return reply.ReadInt32(); in Release() 67 MessageParcel reply; in GetLocalCapabilitiesIncremental() local 71 static_cast<uint32_t>(IServiceInterfaceCode::SERVICE_CMD_GET_LOCAL_CAPABILITIES_INCREMENTAL), data, reply, in GetLocalCapabilitiesIncremental() 77 UniqueFd fd(reply.ReadFileDescriptor()); in GetLocalCapabilitiesIncremental() 91 MessageParcel reply; in GetAppLocalListAndDoIncrementalBackup() local 96 data, reply, option); in GetAppLocalListAndDoIncrementalBackup() 101 return reply.ReadInt32(); in GetAppLocalListAndDoIncrementalBackup() 114 MessageParcel reply; in InitIncrementalBackupSession() local 150 MessageParcel reply; AppendBundlesIncrementalBackupSession() local 183 MessageParcel reply; AppendBundlesIncrementalBackupSession() local 210 MessageParcel reply; PublishIncrementalFile() local 240 MessageParcel reply; PublishSAIncrementalFile() local 276 MessageParcel reply; AppIncrementalFileReady() local 300 MessageParcel reply; AppIncrementalDone() local 327 MessageParcel reply; GetIncrementalFileHandle() local [all...] |
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/ |
H A D | trans_server_proxy_standard.cpp | 48 MessageParcel reply; in GetSystemAbility() local 55 int32_t err = samgr->SendRequest(g_getSystemAbilityId, data, reply, option); in GetSystemAbility() 60 return reply.ReadRemoteObject(); in GetSystemAbility() 94 MessageParcel reply; in CreateSessionServer() local 96 int32_t ret = remote->SendRequest(SERVER_CREATE_SESSION_SERVER, data, reply, option); in CreateSessionServer() 102 if (!reply.ReadInt32(serverRet)) { in CreateSessionServer() 133 MessageParcel reply; in RemoveSessionServer() local 135 int32_t ret = remote->SendRequest(SERVER_REMOVE_SESSION_SERVER, data, reply, option); in RemoveSessionServer() 141 if (!reply.ReadInt32(serverRet)) { in RemoveSessionServer() 165 MessageParcel reply; in ReleaseResources() local 288 MessageParcel reply; OpenSession() local 337 MessageParcel reply; OpenAuthSession() local 373 MessageParcel reply; NotifyAuthSuccess() local 414 MessageParcel reply; CloseChannel() local 466 MessageParcel reply; CloseChannelWithStatistics() local 515 MessageParcel reply; SendMessage() local 559 MessageParcel reply; QosReport() local 598 MessageParcel reply; StreamStats() local 636 MessageParcel reply; RippleStats() local 675 MessageParcel reply; GrantPermission() local 706 MessageParcel reply; RemovePermission() local 818 MessageParcel reply; GetSoftbusSpecObject() local 872 MessageParcel reply; EvaluateQos() local [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_service_proxy.cpp | 28 #define IPC_SEND(code, reply, ...) \ 42 auto result = remote_->SendRequest((code), request, reply, option); \ 48 ITypesUtil::Unmarshal(reply, __status); \ 92 MessageParcel reply; in InitNotifier() local 94 static_cast<uint32_t>(RdbServiceCode::RDB_SERVICE_CMD_INIT_NOTIFIER), reply, param, notifier); in InitNotifier() 114 MessageParcel reply; in DoSync() local 116 status = IPC_SEND(static_cast<uint32_t>(RdbServiceCode::RDB_SERVICE_CMD_SYNC), reply, param, option, predicates); in DoSync() 123 if (!ITypesUtil::Unmarshal(reply, details)) { in DoSync() 148 MessageParcel reply; in DoAsync() local 150 static_cast<uint32_t>(RdbServiceCode::RDB_SERVICE_CMD_ASYNC), reply, para in DoAsync() 182 MessageParcel reply; SetDistributedTables() local 241 MessageParcel reply; DoSubscribe() local 275 MessageParcel reply; DoUnSubscribe() local 288 MessageParcel reply; RemoteQuery() local 327 MessageParcel reply; BeforeOpen() local 343 MessageParcel reply; AfterOpen() local 354 MessageParcel reply; Delete() local 366 MessageParcel reply; QuerySharingResource() local 410 MessageParcel reply; DoRegister() local 448 MessageParcel reply; DoUnRegister() local 504 MessageParcel reply; SetSearchable() local 518 MessageParcel reply; NotifyDataChange() local 531 MessageParcel reply; Disable() local 542 MessageParcel reply; Enable() local 553 MessageParcel reply; GetPassword() local 569 MessageParcel reply; LockCloudContainer() local 587 MessageParcel reply; UnlockCloudContainer() local 599 MessageParcel reply; GetDebugInfo() local [all...] |
/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/ |
H A D | ext_extension_stub_test.cpp | 89 MessageParcel reply; in HWTEST_F() local 92 auto err = stub->OnRemoteRequest(code, data, reply, option); in HWTEST_F() 99 data, reply, option); in HWTEST_F() 103 auto ret = stub->OnRemoteRequest(-1, data, reply, option); in HWTEST_F() 127 MessageParcel reply; in HWTEST_F() local 129 auto err = stub->CmdGetFileHandle(data, reply); in HWTEST_F() 136 err = stub->CmdGetFileHandle(data, reply); in HWTEST_F() 144 err = stub->CmdGetFileHandle(data, reply); in HWTEST_F() 152 err = stub->CmdGetFileHandle(data, reply); in HWTEST_F() 176 MessageParcel reply; in HWTEST_F() local 208 MessageParcel reply; HWTEST_F() local 242 MessageParcel reply; HWTEST_F() local 280 MessageParcel reply; HWTEST_F() local 315 MessageParcel reply; HWTEST_F() local 354 MessageParcel reply; HWTEST_F() local 393 MessageParcel reply; HWTEST_F() local 428 MessageParcel reply; HWTEST_F() local 464 MessageParcel reply; HWTEST_F() local 505 MessageParcel reply; HWTEST_F() local 544 MessageParcel reply; HWTEST_F() local 588 MessageParcel reply; HWTEST_F() local [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/extend_resource/ |
H A D | extend_resource_manager_host.h | 31 uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) override; 34 ErrCode HandleAddExtResource(MessageParcel &data, MessageParcel &reply); 35 ErrCode HandleRemoveExtResource(MessageParcel &data, MessageParcel &reply); 36 ErrCode HandleGetExtResource(MessageParcel &data, MessageParcel &reply); 37 ErrCode HandleEnableDynamicIcon(MessageParcel &data, MessageParcel &reply); 38 ErrCode HandleDisableDynamicIcon(MessageParcel &data, MessageParcel &reply); 39 ErrCode HandleGetDynamicIcon(MessageParcel &data, MessageParcel &reply); 40 ErrCode HandleCreateFd(MessageParcel& data, MessageParcel& reply);
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_socket_stub.h | 32 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; 35 ErrCode ConnectInner(MessageParcel &data, MessageParcel &reply); 36 ErrCode ListenInner(MessageParcel &data, MessageParcel &reply); 37 ErrCode DeregisterServerObserverInner(MessageParcel &data, MessageParcel &reply); 38 ErrCode RegisterClientObserverInner(MessageParcel &data, MessageParcel &reply); 39 ErrCode DeregisterClientObserverInner(MessageParcel &data, MessageParcel &reply); 40 ErrCode UpdateCocConnectionParamsInner(MessageParcel &data, MessageParcel &reply); 42 using BluetoothSocketFunc = ErrCode (BluetoothSocketStub::*)(MessageParcel &data, MessageParcel &reply);
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_hfp_ag_observer_stub.h | 30 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; 33 ErrCode OnConnectionStateChangedInner(MessageParcel &data, MessageParcel &reply); 34 ErrCode OnScoStateChangedInner(MessageParcel &data, MessageParcel &reply); 35 ErrCode OnActiveDeviceChangedInner(MessageParcel &data, MessageParcel &reply); 36 ErrCode OnHfEnhancedDriverSafetyChangedInner(MessageParcel &data, MessageParcel &reply); 37 int32_t OnHfpStackChangedInner(MessageParcel &data, MessageParcel &reply); 38 ErrCode OnVirtualDeviceChangedInner(MessageParcel &data, MessageParcel &reply); 41 ErrCode (BluetoothHfpAgObserverStub::*)(MessageParcel &data, MessageParcel &reply);
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | system_ability_status_change_stub.h | 28 int32_t OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) override; 35 MessageParcel& reply) in LocalOnAddSystemAbility() 37 return stub->OnAddSystemAbilityInner(data, reply); in LocalOnAddSystemAbility() 40 MessageParcel& reply) in LocalOnRemoveSystemAbility() 42 return stub->OnRemoveSystemAbilityInner(data, reply); in LocalOnRemoveSystemAbility() 44 int32_t OnAddSystemAbilityInner(MessageParcel& data, MessageParcel& reply); 45 int32_t OnRemoveSystemAbilityInner(MessageParcel& data, MessageParcel& reply); 50 int32_t (*)(SystemAbilityStatusChangeStub* stub, MessageParcel& data, MessageParcel& reply); 34 LocalOnAddSystemAbility(SystemAbilityStatusChangeStub* stub, MessageParcel& data, MessageParcel& reply) LocalOnAddSystemAbility() argument 39 LocalOnRemoveSystemAbility(SystemAbilityStatusChangeStub* stub, MessageParcel& data, MessageParcel& reply) LocalOnRemoveSystemAbility() argument
|
H A D | system_process_status_change_stub.h | 28 int32_t OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) override; 31 MessageParcel& data, MessageParcel& reply) in LocalSystemProcessStarted() 33 return stub->OnSystemProcessStartedInner(data, reply); in LocalSystemProcessStarted() 36 MessageParcel& data, MessageParcel& reply) in LocalSystemProcessStopped() 38 return stub->OnSystemProcessStoppedInner(data, reply); in LocalSystemProcessStopped() 40 int32_t OnSystemProcessStartedInner(MessageParcel& data, MessageParcel& reply); 41 int32_t OnSystemProcessStoppedInner(MessageParcel& data, MessageParcel& reply); 45 int32_t (*)(SystemProcessStatusChangeStub* stub, MessageParcel& data, MessageParcel& reply); 30 LocalSystemProcessStarted(SystemProcessStatusChangeStub *stub, MessageParcel& data, MessageParcel& reply) LocalSystemProcessStarted() argument 35 LocalSystemProcessStopped(SystemProcessStatusChangeStub *stub, MessageParcel& data, MessageParcel& reply) LocalSystemProcessStopped() argument
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/ |
H A D | wifi_scan_stub_lite.h | 31 virtual int OnRemoteRequest(uint32_t code, IpcIo *req, IpcIo *reply); 35 int OnSetScanControlInfo(uint32_t code, IpcIo *req, IpcIo *reply); 36 int OnScan(uint32_t code, IpcIo *req, IpcIo *reply); 37 int OnScanByParams(uint32_t code, IpcIo *req, IpcIo *reply); 38 int OnIsWifiClosedScan(uint32_t code, IpcIo *req, IpcIo *reply); 39 int OnGetScanInfoList(uint32_t code, IpcIo *req, IpcIo *reply); 40 int OnRegisterCallBack(uint32_t code, IpcIo *req, IpcIo *reply); 41 int OnGetSupportedFeatures(uint32_t code, IpcIo *req, IpcIo *reply);
|
/foundation/ability/ability_runtime/test/unittest/want_sender_stub_test/ |
H A D | want_sender_stub_test.cpp | 63 MessageParcel reply; in HWTEST_F() local 67 int res = stub_->OnRemoteRequest(10000, data, reply, option); in HWTEST_F() 83 MessageParcel reply; in HWTEST_F() local 86 int res = stub_->OnRemoteRequest(IWantSender::WANT_SENDER_SEND, data, reply, option); in HWTEST_F() 102 MessageParcel reply; in HWTEST_F() local 109 int res = stub_->OnRemoteRequest(IWantSender::WANT_SENDER_SEND, data, reply, option); in HWTEST_F() 125 MessageParcel reply; in HWTEST_F() local 127 int res = stub_->SendInner(data, reply); in HWTEST_F() 143 MessageParcel reply; in HWTEST_F() local 149 int res = stub_->SendInner(data, reply); in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/ |
H A D | connection_observer_stub.cpp | 27 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest() 38 return OnExtensionConnectedInner(data, reply); in OnRemoteRequest() 40 return OnExtensionDisconnectedInner(data, reply); in OnRemoteRequest() 43 return OnDlpAbilityOpenedInner(data, reply); in OnRemoteRequest() 45 return OnDlpAbilityClosedInner(data, reply); in OnRemoteRequest() 49 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest() 52 int ConnectionObserverStub::OnExtensionConnectedInner(MessageParcel &data, MessageParcel &reply) in OnExtensionConnectedInner() argument 64 int ConnectionObserverStub::OnExtensionDisconnectedInner(MessageParcel &data, MessageParcel &reply) in OnExtensionDisconnectedInner() argument 77 int ConnectionObserverStub::OnDlpAbilityOpenedInner(MessageParcel &data, MessageParcel &reply) in OnDlpAbilityOpenedInner() argument 89 int ConnectionObserverStub::OnDlpAbilityClosedInner(MessageParcel &data, MessageParcel &reply) in OnDlpAbilityClosedInner() argument 26 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument [all...] |
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/ |
H A D | inter_ipc_proxy.cpp | 32 MessageParcel reply; in SetListenerObject() local 37 int error = Remote()->SendRequest(InterIpcMsg::SET_LISTENER_OBJ, data, reply, option); in SetListenerObject() 43 return reply.ReadInt32(); in SetListenerObject() 51 MessageParcel reply; in GetSubSystemAbility() local 56 int error = Remote()->SendRequest(InterIpcMsg::GET_SUBSYSTEM, data, reply, option); in GetSubSystemAbility() 62 return reply.ReadRemoteObject(); in GetSubSystemAbility() 70 MessageParcel reply; in DoIpcCommand() local 74 int error = Remote()->SendRequest(InterIpcMsg::INTER_IPC_MSG, data, reply, option); in DoIpcCommand() 80 IpcMsgDecoder::GetInstance().MsgDecode(replyMsg, reply); in DoIpcCommand() 81 return reply in DoIpcCommand() [all...] |
/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessible_ability_client_stub_impl.cpp | 31 uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest() 35 (void)reply; in OnRemoteRequest() 41 ErrCode MockAccessibleAbilityClientStubImpl::HandleInit(MessageParcel& data, MessageParcel& reply) in HandleInit() argument 44 (void)reply; in HandleInit() 48 ErrCode MockAccessibleAbilityClientStubImpl::HandleDisconnect(MessageParcel& data, MessageParcel& reply) in HandleDisconnect() argument 51 (void)reply; in HandleDisconnect() 55 ErrCode MockAccessibleAbilityClientStubImpl::HandleOnAccessibilityEvent(MessageParcel& data, MessageParcel& reply) in HandleOnAccessibilityEvent() argument 58 (void)reply; in HandleOnAccessibilityEvent() 62 ErrCode MockAccessibleAbilityClientStubImpl::HandleOnKeyPressEvent(MessageParcel& data, MessageParcel& reply) in HandleOnKeyPressEvent() argument 65 (void)reply; in HandleOnKeyPressEvent() 30 OnRemoteRequest( uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument [all...] |