Home
last modified time | relevance | path

Searched defs:req (Results 1 – 25 of 110) sorted by relevance

12345

/foundation/graphic/wms/services/wms/
Dlite_wms.cpp30 void LiteWMS::WMSRequestHandle(int funcId, void* origin, IpcIo* req, IpcIo* reply) in WMSRequestHandle()
97 void LiteWMS::GetSurface(IpcIo* req, IpcIo* reply) in GetSurface()
117 void LiteWMS::Show(IpcIo* req, IpcIo* reply) in Show()
124 void LiteWMS::Hide(IpcIo* req, IpcIo* reply) in Hide()
131 void LiteWMS::RaiseToTop(IpcIo* req, IpcIo* reply) in RaiseToTop()
138 void LiteWMS::LowerToBottom(IpcIo* req, IpcIo* reply) in LowerToBottom()
145 void LiteWMS::MoveTo(IpcIo* req, IpcIo* reply) in MoveTo()
154 void LiteWMS::Resize(IpcIo* req, IpcIo* reply) in Resize()
163 void LiteWMS::Update(IpcIo* req, IpcIo* reply) in Update()
170 void LiteWMS::CreateWindow(const void* origin, IpcIo* req, IpcIo* reply) in CreateWindow()
[all …]
/foundation/appexecfwk/appexecfwk_lite/services/bundlemgr_lite/bundle_daemon/src/
Dbundle_daemon.cpp102 int32_t BundleDaemon::Invoke(IServerProxy *iProxy, int32_t funcId, void *origin, IpcIo *req, IpcIo … in Invoke()
140 int32_t BundleDaemon::RegisterCallbackInvoke(IpcIo *req) in RegisterCallbackInvoke()
150 static int32_t ObtainStringFromIpc(IpcIo *req, std::string &firstStr, std::string &secondStr) in ObtainStringFromIpc()
177 int32_t BundleDaemon::ExtractHapInvoke(IpcIo *req) in ExtractHapInvoke()
188 int32_t BundleDaemon::RenameFileInvoke(IpcIo *req) in RenameFileInvoke()
199 int32_t BundleDaemon::CreatePermissionInvoke(IpcIo *req) in CreatePermissionInvoke()
204 int32_t BundleDaemon::CreateDataDirectoryInvoke(IpcIo *req) in CreateDataDirectoryInvoke()
218 int32_t BundleDaemon::StoreContentToFileInvoke(IpcIo *req) in StoreContentToFileInvoke()
248 int32_t BundleDaemon::MoveFileInvoke(IpcIo *req) in MoveFileInvoke()
262 int32_t BundleDaemon::RemoveFileInvoke(IpcIo *req) in RemoveFileInvoke()
[all …]
/foundation/distributedhardware/devicemanager/test/unittest/
DUTTest_ipc_server_listener.cpp72 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); variable
105 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); variable
138 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); variable
172 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); variable
206 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); variable
239 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); variable
273 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); variable
306 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); variable
342 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); variable
375 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); variable
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/dispatch/
Dcommand_dispatch.cpp42 int32_t CommandDispatch::MessageSendCmd(int32_t cmdCode, const std::shared_ptr<MessageReq> &req, in MessageSendCmd()
78 static int32_t GetTrustedDeviceList(const std::shared_ptr<MessageReq> &req, const std::shared_ptr<M… in GetTrustedDeviceList()
93 static int32_t GetLocalDeviceInfo(const std::shared_ptr<MessageReq> &req, const std::shared_ptr<Mes… in GetLocalDeviceInfo()
106 static int32_t GetUdidByNetworkId(const std::shared_ptr<MessageReq> &req, const std::shared_ptr<Mes… in GetUdidByNetworkId()
120 static int32_t GetUuidByNetworkId(const std::shared_ptr<MessageReq> &req, const std::shared_ptr<Mes… in GetUuidByNetworkId()
134 static int32_t StartDeviceDiscovery(const std::shared_ptr<MessageReq> &req, const std::shared_ptr<M… in StartDeviceDiscovery()
147 static int32_t StopDeviceDiscovery(const std::shared_ptr<MessageReq> &req, const std::shared_ptr<Me… in StopDeviceDiscovery()
159 static int32_t SetUserOperation(const std::shared_ptr<MessageReq> &req, const std::shared_ptr<Messa… in SetUserOperation()
172 static int32_t GetFaParam(const std::shared_ptr<MessageReq> &req, const std::shared_ptr<MessageRsp>… in GetFaParam()
197 static int32_t AuthenticateDevice(const std::shared_ptr<MessageReq> &req, const std::shared_ptr<Mes… in AuthenticateDevice()
[all …]
/foundation/multimedia/media_lite/services/player_lite/server/src/
Dplayer_server.cpp43 void PlayerServer::PlayerServerRequestHandle(int funcId, void *origin, IpcIo *req, IpcIo *reply) in PlayerServerRequestHandle()
323 void PlayerServer::SetSource(IpcIo *req, IpcIo *reply) in SetSource()
362 void PlayerServer::Prepare(IpcIo *req, IpcIo *reply) in Prepare()
372 void PlayerServer::Play(IpcIo *req, IpcIo *reply) in Play()
382 void PlayerServer::IsPlaying(IpcIo *req, IpcIo *reply) in IsPlaying()
392 void PlayerServer::Pause(IpcIo *req, IpcIo *reply) in Pause()
402 void PlayerServer::Stop(IpcIo *req, IpcIo *reply) in Stop()
419 void PlayerServer::Rewind(IpcIo *req, IpcIo *reply) in Rewind()
431 void PlayerServer::SetVolume(IpcIo *req, IpcIo *reply) in SetVolume()
444 void PlayerServer::SetSurface(IpcIo *req, IpcIo *reply) in SetSurface()
[all …]
/foundation/distributedhardware/devicemanager/interfaces/inner_kits/native_cpp/src/
Ddevice_manager_impl.cpp107 std::shared_ptr<IpcGetTrustDeviceReq> req = std::make_shared<IpcGetTrustDeviceReq>(); in GetTrustedDeviceList() local
131 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in GetLocalDeviceInfo() local
195 std::shared_ptr<IpcStartDiscoveryReq> req = std::make_shared<IpcStartDiscoveryReq>(); in StartDeviceDiscovery() local
225 std::shared_ptr<IpcStopDiscoveryReq> req = std::make_shared<IpcStopDiscoveryReq>(); in StopDeviceDiscovery() local
258 std::shared_ptr<IpcAuthenticateDeviceReq> req = std::make_shared<IpcAuthenticateDeviceReq>(); in AuthenticateDevice() local
288 … std::shared_ptr<IpcUnAuthenticateDeviceReq> req = std::make_shared<IpcUnAuthenticateDeviceReq>(); in UnAuthenticateDevice() local
343 std::shared_ptr<IpcVerifyAuthenticateReq> req = std::make_shared<IpcVerifyAuthenticateReq>(); in VerifyAuthentication() local
371 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in GetFaParam() local
392 std::shared_ptr<IpcGetOperationReq> req = std::make_shared<IpcGetOperationReq>(); in SetUserOperation() local
419 std::shared_ptr<IpcGetInfoByNetWorkReq> req = std::make_shared<IpcGetInfoByNetWorkReq>(); in GetUdidByNetworkId() local
[all …]
/foundation/distributedhardware/devicemanager/interfaces/inner_kits/native_cpp/src/mini/
Ddevice_manager_impl.cpp79 std::shared_ptr<GetTrustDeviceReq> req = std::make_shared<GetTrustDeviceReq>(); in GetTrustedDeviceList() local
107 std::shared_ptr<MessageReq> req = std::make_shared<MessageReq>(); in GetLocalDeviceInfo() local
163 std::shared_ptr<StartDiscoveryReq> req = std::make_shared<StartDiscoveryReq>(); in StartDeviceDiscovery() local
189 std::shared_ptr<StopDiscoveryReq> req = std::make_shared<StopDiscoveryReq>(); in StopDeviceDiscovery() local
220 std::shared_ptr<AuthenticateDeviceReq> req = std::make_shared<AuthenticateDeviceReq>(); in AuthenticateDevice() local
251 std::shared_ptr<UnAuthenticateDeviceReq> req = std::make_shared<UnAuthenticateDeviceReq>(); in UnAuthenticateDevice() local
307 std::shared_ptr<VerifyAuthenticateReq> req = std::make_shared<VerifyAuthenticateReq>(); in VerifyAuthentication() local
334 std::shared_ptr<MessageReq> req = std::make_shared<MessageReq>(); in GetFaParam() local
354 std::shared_ptr<GetUserOperationReq> req = std::make_shared<GetUserOperationReq>(); in SetUserOperation() local
381 std::shared_ptr<GetInfoByNetWorkReq> req = std::make_shared<GetInfoByNetWorkReq>(); in GetUdidByNetworkId() local
[all …]
/foundation/aafwk/aafwk_lite/services/abilitymgr_lite/src/client/
Dability_thread_client.cpp92 IpcIo req; in AbilityTransaction() local
116 IpcIo req; in AppInitTransaction() local
153 IpcIo req; in ConnectAbility() local
170 IpcIo req; in DisconnectAbility() local
188 IpcIo req; in ConnectAbilityDone() local
206 IpcIo req; in DisconnectAbilityDone() local
229 IpcIo req; in DumpAbilityTransaction() local
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/pbap_pse/
Dpbap_pse_obex_server.cpp74 …id PbapPseObexServer::PseObexObserver::OnConnect(ObexServerSession &session, const ObexHeader &req) in OnConnect()
80 …PbapPseObexServer::PseObexObserver::OnDisconnect(ObexServerSession &session, const ObexHeader &req) in OnDisconnect()
86 void PbapPseObexServer::PseObexObserver::OnPut(ObexServerSession &session, const ObexHeader &req) in OnPut()
92 void PbapPseObexServer::PseObexObserver::OnGet(ObexServerSession &session, const ObexHeader &req) in OnGet()
98 …id PbapPseObexServer::PseObexObserver::OnSetPath(ObexServerSession &session, const ObexHeader &req) in OnSetPath()
/foundation/multimedia/camera_lite/services/server/src/
Dcamera_server.cpp37 void CameraServer::CameraServerRequestHandle(int funcId, void *origin, IpcIo *req, IpcIo *reply) in CameraServerRequestHandle()
87 void CameraServer::GetCameraAbility(IpcIo *req, IpcIo *reply) in GetCameraAbility()
119 void CameraServer::GetCameraInfo(IpcIo *req, IpcIo *reply) in GetCameraInfo()
131 void CameraServer::GetCameraIdList(IpcIo *req, IpcIo *reply) in GetCameraIdList()
140 void CameraServer::GetCameraModeNum(IpcIo *req, IpcIo *reply) in GetCameraModeNum()
146 void CameraServer::CreateCamera(IpcIo *req, IpcIo *reply) in CreateCamera()
162 void CameraServer::CloseCamera(IpcIo *req, IpcIo *reply) in CloseCamera()
178 void CameraServer::SetCameraConfig(IpcIo *req, IpcIo *reply) in SetCameraConfig()
188 void CameraServer::SetCameraCallback(IpcIo *req, IpcIo *reply) in SetCameraCallback()
250 void CameraServer::SetFrameConfig(IpcIo *req, IpcIo *reply) in SetFrameConfig()
[all …]
/foundation/communication/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
Dwifi_p2p_dns_sd_service_request.cpp34 WifiP2pDnsSdServiceRequest req; in Create() local
40 WifiP2pDnsSdServiceRequest req( in Create() local
48 WifiP2pDnsSdServiceRequest req(instanceName + "." + serviceType + ".local.", in Create() local
/foundation/distributedhardware/devicemanager/interfaces/inner_kits/native_cpp/src/ipc/lite/
Dipc_client_manager.cpp40 std::shared_ptr<IpcRegisterListenerReq> req = std::make_shared<IpcRegisterListenerReq>(); in Init() local
64 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in UnInit() local
77 int32_t IpcClientManager::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr… in SendRequest()
/foundation/distributedhardware/devicemanager/ext/mini/interfaces_mini/inner_kits/native_cpp/src/
Ddevice_manager_impl.cpp72 std::shared_ptr<GetTrustdeviceReq> req = std::make_shared<GetTrustdeviceReq>(); in GetTrustedDeviceList() local
101 std::shared_ptr<StartDiscoveryReq> req = std::make_shared<StartDiscoveryReq>(); in StartDeviceDiscovery() local
127 std::shared_ptr<StopDiscoveryReq> req = std::make_shared<StopDiscoveryReq>(); in StopDeviceDiscovery() local
156 std::shared_ptr<GetOperationReq> req = std::make_shared<GetOperationReq>(); in SetUserOperation() local
178 std::shared_ptr<MessageReq> req = std::make_shared<MessageReq>(); in GetAuthenticationParam() local
203 std::shared_ptr<AuthenticateDeviceReq> req = std::make_shared<AuthenticateDeviceReq>(); in AuthenticateDevice() local
236 std::shared_ptr<CheckAuthenticateReq> req = std::make_shared<CheckAuthenticateReq>(); in CheckAuthentication() local
/foundation/communication/dsoftbus/core/frame/small/init/src/
Dbus_center_server_stub.c43 int32_t ServerJoinLNN(const void *origin, IpcIo *req, IpcIo *reply) in ServerJoinLNN()
72 int32_t ServerLeaveLNN(const void *origin, IpcIo *req, IpcIo *reply) in ServerLeaveLNN()
95 int32_t ServerGetAllOnlineNodeInfo(const void *origin, IpcIo *req, IpcIo *reply) in ServerGetAllOnlineNodeInfo()
125 int32_t ServerGetLocalDeviceInfo(const void *origin, IpcIo *req, IpcIo *reply) in ServerGetLocalDeviceInfo()
156 int32_t ServerGetNodeKeyInfo(const void *origin, IpcIo *req, IpcIo *reply) in ServerGetNodeKeyInfo()
198 int32_t ServerStartTimeSync(const void *origin, IpcIo *req, IpcIo *reply) in ServerStartTimeSync()
224 int32_t ServerStopTimeSync(const void *origin, IpcIo *req, IpcIo *reply) in ServerStopTimeSync()
247 int32_t ServerPublishLNN(const void *origin, IpcIo *req, IpcIo *reply) in ServerPublishLNN()
297 int32_t ServerStopPublishLNN(const void *origin, IpcIo *req, IpcIo *reply) in ServerStopPublishLNN()
320 int32_t ServerRefreshLNN(const void *origin, IpcIo *req, IpcIo *reply) in ServerRefreshLNN()
[all …]
Dtrans_server_stub.c33 int32_t ServerCreateSessionServer(const void *origin, IpcIo *req, IpcIo *reply) in ServerCreateSessionServer()
55 int32_t ServerRemoveSessionServer(const void *origin, IpcIo *req, IpcIo *reply) in ServerRemoveSessionServer()
99 int32_t ServerOpenSession(const void *origin, IpcIo *req, IpcIo *reply) in ServerOpenSession()
132 int32_t ServerOpenAuthSession(const void *origin, IpcIo *req, IpcIo *reply) in ServerOpenAuthSession()
159 int32_t ServerNotifyAuthSuccess(const void *origin, IpcIo *req, IpcIo *reply) in ServerNotifyAuthSuccess()
188 int32_t ServerCloseChannel(const void *origin, IpcIo *req, IpcIo *reply) in ServerCloseChannel()
209 int32_t ServerSendSessionMsg(const void *origin, IpcIo *req, IpcIo *reply) in ServerSendSessionMsg()
Ddisc_server_stub.c27 int32_t ServerPublishService(const void *origin, IpcIo *req, IpcIo *reply) in ServerPublishService()
69 int32_t ServerUnPublishService(const void *origin, IpcIo *req, IpcIo *reply) in ServerUnPublishService()
88 int32_t ServerStartDiscovery(const void *origin, IpcIo *req, IpcIo *reply) in ServerStartDiscovery()
128 int32_t ServerStopDiscovery(const void *origin, IpcIo *req, IpcIo *reply) in ServerStopDiscovery()
/foundation/communication/wifi/tests/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
Dwifi_p2p_service_request_list_test.cpp42 WifiP2pServiceRequest req; variable
49 WifiP2pServiceRequest req; variable
63 WifiP2pServiceRequest req; variable
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/obex/
Dobex_server.cpp115 void ObexServerObserver::OnPut(ObexServerSession &session, const ObexHeader &req) in OnPut()
121 void ObexServerObserver::OnGet(ObexServerSession &session, const ObexHeader &req) in OnGet()
127 void ObexServerObserver::OnAbort(ObexServerSession &session, const ObexHeader &req) in OnAbort()
133 void ObexServerObserver::OnSetPath(ObexServerSession &session, const ObexHeader &req) in OnSetPath()
139 void ObexServerObserver::OnAction(ObexServerSession &session, const ObexHeader &req) in OnAction()
145 void ObexServerObserver::OnSession(ObexServerSession &session, const ObexHeader &req) in OnSession()
202 ObexServerSession &serverSession, const ObexHeader &req) in HandleDataAvailableConnect()
225 auto req = GetObexHeaderFromPacket(obexPacket); in OnTransportDataAvailable() local
344 void ObexPrivateServer::HandleGetRequest(ObexServerSession &session, ObexHeader &req) in HandleGetRequest()
350 void ObexPrivateServer::HandleSetPathRequest(ObexServerSession &session, ObexHeader &req) in HandleSetPathRequest()
[all …]
/foundation/appexecfwk/appexecfwk_lite/services/bundlemgr_lite/src/
Dbundle_inner_feature.cpp110 uint8_t BundleInnerFeature::InstallInnerBundle(const uint8_t funcId, IpcIo *req, IpcIo *reply) in InstallInnerBundle()
172 IpcIo *req) in GetSvcIdentityInfo()
199 uint8_t BundleInnerFeature::UninstallInnerBundle(const uint8_t funcId, IpcIo *req, IpcIo *reply) in UninstallInnerBundle()
263 uint8_t BundleInnerFeature::SetExternalInstallMode(const uint8_t funcId, IpcIo *req, IpcIo *reply) in SetExternalInstallMode()
275 uint8_t BundleInnerFeature::SetInnerDebugMode(const uint8_t funcId, IpcIo *req, IpcIo *reply) in SetInnerDebugMode()
287 uint8_t BundleInnerFeature::SetInnerSignMode(const uint8_t funcId, IpcIo *req, IpcIo *reply) in SetInnerSignMode()
300 int32 BundleInnerFeature::Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo … in Invoke()
/foundation/distributedhardware/devicemanager/test/unittest/mock/
Dipc_server_listener.cpp19 int32_t IpcServerListener::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_pt… in SendRequest()
25 int32_t IpcServerListener::SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<Ip… in SendAll()
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/map_mse/
Dmap_mse_server.cpp174 void MapMseServer::MseObexServer::OnConnect(ObexServerSession &session, const ObexHeader &req) in OnConnect()
232 void MapMseServer::MseObexServer::OnDisconnect(ObexServerSession &session, const ObexHeader &req) in OnDisconnect()
241 void MapMseServer::MseObexServer::OnPut(ObexServerSession &session, const ObexHeader &req) in OnPut()
272 void MapMseServer::MseObexServer::OnGet(ObexServerSession &session, const ObexHeader &req) in OnGet()
305 void MapMseServer::MseObexServer::OnAbort(ObexServerSession &session, const ObexHeader &req) in OnAbort()
318 void MapMseServer::MseObexServer::OnSetPath(ObexServerSession &session, const ObexHeader &req) in OnSetPath()
411 … ObexServerSession &session, const ObexHeader &req, const uint8_t charset, std::string &folderName) in CreateBMessage()
454 void MapMseServer::PushMessageResponse(ObexServerSession &session, const ObexHeader &req) in PushMessageResponse()
500 void MapMseServer::GetMessageResponse(ObexServerSession &session, const ObexHeader &req) in GetMessageResponse()
538 void MapMseServer::GetMessageListing(ObexServerSession &session, const ObexHeader &req) in GetMessageListing()
[all …]
/foundation/ai/engine/services/server/communication_adapter/source/
Dsa_server.c144 static int UnParcelInfo(IpcIo *req, ClientInfo *clientInfo, AlgorithmInfo *algorithmInfo, DataInfo … in UnParcelInfo()
239 static int InvokeInitSaEngine(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeInitSaEngine()
260 static int InvokeLoadAlgorithm(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeLoadAlgorithm()
287 static int InvokeSyncExecute(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeSyncExecute()
314 static int InvokeAsyncExecute(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeAsyncExecute()
334 static int InvokeDestroyEngine(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeDestroyEngine()
350 static int InvokeSetOption(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeSetOption()
377 static int InvokeGetOption(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeGetOption()
412 static int InvokeRegisterCallback(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeRegisterCallback()
437 static int InvokeUnregisterCallback(AiInterface *aiInterface, IpcIo *req, IpcIo *reply) in InvokeUnregisterCallback()
[all …]
/foundation/distributedhardware/devicemanager/interfaces/inner_kits/native_cpp/src/ipc/standard/
Dipc_client_manager.cpp87 std::shared_ptr<IpcRegisterListenerReq> req = std::make_shared<IpcRegisterListenerReq>(); in Init() local
119 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in UnInit() local
137 int32_t IpcClientManager::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr… in SendRequest()
/foundation/aafwk/aafwk_lite/services/abilitymgr_lite/src/
Dability_mgr_feature.cpp87 int32 AbilityMgrFeature::Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *… in Invoke()
145 int32 AbilityMgrFeature::StartAbilityInvoke(const void *origin, IpcIo *req) in StartAbilityInvoke()
172 int32 AbilityMgrFeature::StartAbilityWithCbInvoke(const void *origin, IpcIo *req) in StartAbilityWithCbInvoke()
274 int32 AbilityMgrFeature::TerminateAbilityInvoke(const void *origin, IpcIo *req) in TerminateAbilityInvoke()
298 int32 AbilityMgrFeature::AbilityTransactionDoneInvoke(const void *origin, IpcIo *req) in AbilityTransactionDoneInvoke()
319 int32 AbilityMgrFeature::AttachBundleInvoke(const void *origin, IpcIo *req) in AttachBundleInvoke()
361 int32 AbilityMgrFeature::ConnectAbilityInvoke(const void *origin, IpcIo *req) in ConnectAbilityInvoke()
427 int32 AbilityMgrFeature::DisconnectAbilityInvoke(const void *origin, IpcIo *req) in DisconnectAbilityInvoke()
458 int32 AbilityMgrFeature::ConnectAbilityDoneInvoke(const void *origin, IpcIo *req) in ConnectAbilityDoneInvoke()
485 int32 AbilityMgrFeature::DisconnectAbilityDoneInvoke(const void *origin, IpcIo *req) in DisconnectAbilityDoneInvoke()
[all …]
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/ipc/standard/
Dipc_server_listener.cpp24 int32_t IpcServerListener::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_pt… in SendRequest()
43 int32_t IpcServerListener::SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<Ip… in SendAll()

12345