Home
last modified time | relevance | path

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

123456

/foundation/communication/netstack/test/unittest/http_client/
DHttpClientRequestTest.cpp43 HttpClientRequest req; variable
51 HttpClientRequest req; variable
61 HttpClientRequest req; variable
71 HttpClientRequest req; variable
79 HttpClientRequest req; variable
88 HttpClientRequest req; variable
96 HttpClientRequest req; variable
104 HttpClientRequest req; variable
112 HttpClientRequest req; variable
121 HttpClientRequest req; variable
[all …]
DHttpClientResponseTest.cpp44 HttpClientResponse req; variable
52 HttpClientResponse req; variable
60 HttpClientResponse req; variable
68 HttpClientResponse req; variable
76 HttpClientResponse req; variable
85 HttpClientResponse req; variable
94 HttpClientResponse req; variable
103 HttpClientResponse req; variable
DHttpClientErrorTest.cpp44 HttpClientError req; variable
52 HttpClientError req; variable
61 HttpClientError req; variable
69 HttpClientError req; variable
78 HttpClientError req; variable
87 HttpClientError req; variable
DHttpClientTest.cpp62 HttpSession req; variable
69 HttpSession req; variable
77 HttpSession req; variable
/foundation/window/window_manager_lite/services/wms/
Dlite_wms.cpp31 void LiteWMS::WMSRequestHandle(int funcId, void* origin, IpcIo* req, IpcIo* reply) in WMSRequestHandle()
96 void LiteWMS::GetSurface(IpcIo* req, IpcIo* reply) in GetSurface()
122 void LiteWMS::Show(IpcIo* req, IpcIo* reply) in Show()
130 void LiteWMS::Hide(IpcIo* req, IpcIo* reply) in Hide()
138 void LiteWMS::RaiseToTop(IpcIo* req, IpcIo* reply) in RaiseToTop()
146 void LiteWMS::LowerToBottom(IpcIo* req, IpcIo* reply) in LowerToBottom()
154 void LiteWMS::MoveTo(IpcIo* req, IpcIo* reply) in MoveTo()
166 void LiteWMS::Resize(IpcIo* req, IpcIo* reply) in Resize()
178 void LiteWMS::Update(IpcIo* req, IpcIo* reply) in Update()
186 void LiteWMS::CreateWindow(IpcIo* req, IpcIo* reply) in CreateWindow()
[all …]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
Dwifi_device_stub_lite.cpp39 void WifiDeviceStub::ReadIpAddress(IpcIo *req, WifiIpAddress &address) in ReadIpAddress()
57 void WifiDeviceStub::ReadWifiDeviceConfig(IpcIo *req, WifiDeviceConfig &config) in ReadWifiDeviceConfig()
153 void WifiDeviceStub::OnEnableWifi(uint32_t code, IpcIo *req, IpcIo *reply) in OnEnableWifi()
161 void WifiDeviceStub::OnDisableWifi(uint32_t code, IpcIo *req, IpcIo *reply) in OnDisableWifi()
169 void WifiDeviceStub::OnInitWifiProtect(uint32_t code, IpcIo *req, IpcIo *reply) in OnInitWifiProtect()
182 void WifiDeviceStub::OnGetWifiProtectRef(uint32_t code, IpcIo *req, IpcIo *reply) in OnGetWifiProtectRef()
195 void WifiDeviceStub::OnPutWifiProtectRef(uint32_t code, IpcIo *req, IpcIo *reply) in OnPutWifiProtectRef()
205 void WifiDeviceStub::OnAddDeviceConfig(uint32_t code, IpcIo *req, IpcIo *reply) in OnAddDeviceConfig()
223 void WifiDeviceStub::OnUpdateDeviceConfig(uint32_t code, IpcIo *req, IpcIo *reply) in OnUpdateDeviceConfig()
237 void WifiDeviceStub::OnRemoveDevice(uint32_t code, IpcIo *req, IpcIo *reply) in OnRemoveDevice()
[all …]
Dwifi_scan_stub_lite.cpp36 int WifiScanStub::CheckInterfaceToken(uint32_t code, IpcIo *req) in CheckInterfaceToken()
50 int WifiScanStub::OnRemoteRequest(uint32_t code, IpcIo *req, IpcIo *reply) in OnRemoteRequest()
103 int WifiScanStub::OnSetScanControlInfo(uint32_t code, IpcIo *req, IpcIo *reply) in OnSetScanControlInfo()
153 int WifiScanStub::OnScan(uint32_t code, IpcIo *req, IpcIo *reply) in OnScan()
163 int WifiScanStub::OnScanByParams(uint32_t code, IpcIo *req, IpcIo *reply) in OnScanByParams()
192 int WifiScanStub::OnIsWifiClosedScan(uint32_t code, IpcIo *req, IpcIo *reply) in OnIsWifiClosedScan()
205 int WifiScanStub::OnGetScanInfoList(uint32_t code, IpcIo *req, IpcIo *reply) in OnGetScanInfoList()
243 int WifiScanStub::OnRegisterCallBack(uint32_t code, IpcIo *req, IpcIo *reply) in OnRegisterCallBack()
275 int WifiScanStub::OnGetSupportedFeatures(uint32_t code, IpcIo *req, IpcIo *reply) in OnGetSupportedFeatures()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
Ddevice_manager_impl.cpp171 std::shared_ptr<IpcGetTrustDeviceReq> req = std::make_shared<IpcGetTrustDeviceReq>(); in GetTrustedDeviceList() local
202 std::shared_ptr<IpcGetTrustDeviceReq> req = std::make_shared<IpcGetTrustDeviceReq>(); in GetTrustedDeviceList() local
232 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in GetAvailableDeviceList() local
261 std::shared_ptr<IpcGetInfoByNetWorkReq> req = std::make_shared<IpcGetInfoByNetWorkReq>(); in GetDeviceInfo() local
287 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in GetLocalDeviceInfo() local
381 std::shared_ptr<IpcStartDiscoveryReq> req = std::make_shared<IpcStartDiscoveryReq>(); in StartDeviceDiscovery() local
427 …std::shared_ptr<IpcStartDevDiscoveryByIdReq> req = std::make_shared<IpcStartDevDiscoveryByIdReq>(); in StartDeviceDiscovery() local
460 std::shared_ptr<IpcStopDiscoveryReq> req = std::make_shared<IpcStopDiscoveryReq>(); in StopDeviceDiscovery() local
497 std::shared_ptr<IpcStopDiscoveryReq> req = std::make_shared<IpcStopDiscoveryReq>(); in StopDeviceDiscovery() local
529 std::shared_ptr<IpcPublishReq> req = std::make_shared<IpcPublishReq>(); in PublishDeviceDiscovery() local
[all …]
/foundation/communication/wifi/wifi/frameworks/native/src/
Dwifi_device_proxy_lite.cpp336 IpcIo req; in EnableWifi() local
369 IpcIo req; in DisableWifi() local
402 IpcIo req; in InitWifiProtect() local
437 IpcIo req; in GetWifiProtectRef() local
472 IpcIo req; in PutWifiProtectRef() local
510 void WifiDeviceProxy::WriteIpAddress(IpcIo &req, const WifiIpAddress &address) in WriteIpAddress()
522 void WifiDeviceProxy::WriteDeviceConfig(const WifiDeviceConfig &config, IpcIo &req) in WriteDeviceConfig()
570 IpcIo req; in AddDeviceConfig() local
606 IpcIo req; in UpdateDeviceConfig() local
641 IpcIo req; in RemoveDevice() local
[all …]
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
Dbundle_daemon.cpp101 int32_t BundleDaemon::Invoke(IServerProxy *iProxy, int32_t funcId, void *origin, IpcIo *req, IpcIo … in Invoke()
139 int32_t BundleDaemon::RegisterCallbackInvoke(IpcIo *req) in RegisterCallbackInvoke()
149 static int32_t ObtainStringFromIpc(IpcIo *req, std::string &firstStr, std::string &secondStr) in ObtainStringFromIpc()
163 int32_t BundleDaemon::ExtractHapInvoke(IpcIo *req) in ExtractHapInvoke()
174 int32_t BundleDaemon::RenameFileInvoke(IpcIo *req) in RenameFileInvoke()
185 int32_t BundleDaemon::CreatePermissionInvoke(IpcIo *req) in CreatePermissionInvoke()
190 int32_t BundleDaemon::CreateDataDirectoryInvoke(IpcIo *req) in CreateDataDirectoryInvoke()
207 int32_t BundleDaemon::StoreContentToFileInvoke(IpcIo *req) in StoreContentToFileInvoke()
223 int32_t BundleDaemon::MoveFileInvoke(IpcIo *req) in MoveFileInvoke()
237 int32_t BundleDaemon::RemoveFileInvoke(IpcIo *req) in RemoveFileInvoke()
[all …]
/foundation/distributedhardware/device_manager/test/unittest/
DUTTest_ipc_server_listener.cpp74 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); variable
103 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); variable
136 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); variable
170 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); variable
204 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); variable
237 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); variable
270 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); variable
295 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); variable
318 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); variable
341 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); variable
DUTTest_ipc_server_client_proxy.cpp105 std::shared_ptr<IpcNotifyDeviceStateReq> req = std::make_shared<IpcNotifyDeviceStateReq>(); variable
145 std::shared_ptr<IpcNotifyDeviceFoundReq> req = std::make_shared<IpcNotifyDeviceFoundReq>(); variable
185 … std::shared_ptr<IpcNotifyDiscoverResultReq> req = std::make_shared<IpcNotifyDiscoverResultReq>(); variable
225 std::shared_ptr<IpcNotifyPublishResultReq> req = std::make_shared<IpcNotifyPublishResultReq>(); variable
255 std::shared_ptr<IpcNotifyAuthResultReq> req = std::make_shared<IpcNotifyAuthResultReq>(); variable
282 …std::shared_ptr<IpcNotifyVerifyAuthResultReq> req = std::make_shared<IpcNotifyVerifyAuthResultReq>… variable
306 std::shared_ptr<IpcNotifyDMFAResultReq> req = std::make_shared<IpcNotifyDMFAResultReq>(); variable
329 std::shared_ptr<IpcNotifyCredentialReq> req = std::make_shared<IpcNotifyCredentialReq>(); variable
/foundation/distributedhardware/device_manager/services/implementation/src/dispatch/
Dcommand_dispatch.cpp40 int32_t CommandDispatch::MessageSendCmd(int32_t cmdCode, const std::shared_ptr<IpcReq> &req, in MessageSendCmd()
76 static int32_t GetTrustedDeviceList(const std::shared_ptr<IpcReq> &req, const std::shared_ptr<IpcRs… in GetTrustedDeviceList()
91 static int32_t GetLocalDeviceInfo(const std::shared_ptr<IpcReq> &req, const std::shared_ptr<IpcRsp>… in GetLocalDeviceInfo()
104 static int32_t GetUdidByNetworkId(const std::shared_ptr<IpcReq> &req, const std::shared_ptr<IpcRsp>… in GetUdidByNetworkId()
118 static int32_t GetUuidByNetworkId(const std::shared_ptr<IpcReq> &req, const std::shared_ptr<IpcRsp>… in GetUuidByNetworkId()
132 static int32_t StartDeviceDiscovery(const std::shared_ptr<IpcReq> &req, const std::shared_ptr<IpcRs… in StartDeviceDiscovery()
145 static int32_t StopDeviceDiscovery(const std::shared_ptr<IpcReq> &req, const std::shared_ptr<IpcRsp… in StopDeviceDiscovery()
157 static int32_t SetUserOperation(const std::shared_ptr<IpcReq> &req, const std::shared_ptr<IpcRsp> &… in SetUserOperation()
170 static int32_t GetFaParam(const std::shared_ptr<IpcReq> &req, const std::shared_ptr<IpcRsp> &rsp) in GetFaParam()
195 static int32_t AuthenticateDevice(const std::shared_ptr<IpcReq> &req, const std::shared_ptr<IpcRsp>… in AuthenticateDevice()
[all …]
/foundation/multimedia/media_lite/services/player_lite/server/src/
Dplayer_server.cpp44 void PlayerServer::PlayerServerRequestHandle(int funcId, void *origin, IpcIo *req, IpcIo *reply) in PlayerServerRequestHandle()
329 void PlayerServer::SetSource(IpcIo *req, IpcIo *reply) in SetSource()
370 void PlayerServer::Prepare(IpcIo *req, IpcIo *reply) in Prepare()
380 void PlayerServer::Play(IpcIo *req, IpcIo *reply) in Play()
390 void PlayerServer::IsPlaying(IpcIo *req, IpcIo *reply) in IsPlaying()
400 void PlayerServer::Pause(IpcIo *req, IpcIo *reply) in Pause()
410 void PlayerServer::Stop(IpcIo *req, IpcIo *reply) in Stop()
427 void PlayerServer::Rewind(IpcIo *req, IpcIo *reply) in Rewind()
441 void PlayerServer::SetVolume(IpcIo *req, IpcIo *reply) in SetVolume()
453 void PlayerServer::SetSurface(IpcIo *req, IpcIo *reply) in SetSurface()
[all …]
/foundation/communication/dsoftbus/core/frame/small/init/src/
Dbus_center_server_stub.c43 int32_t ServerJoinLNN(IpcIo *req, IpcIo *reply) in ServerJoinLNN()
76 int32_t ServerJoinMetaNode(IpcIo *req, IpcIo *reply) in ServerJoinMetaNode()
83 int32_t ServerLeaveLNN(IpcIo *req, IpcIo *reply) in ServerLeaveLNN()
106 int32_t ServerLeaveMetaNode(IpcIo *req, IpcIo *reply) in ServerLeaveMetaNode()
113 int32_t ServerGetAllOnlineNodeInfo(IpcIo *req, IpcIo *reply) in ServerGetAllOnlineNodeInfo()
148 int32_t ServerGetLocalDeviceInfo(IpcIo *req, IpcIo *reply) in ServerGetLocalDeviceInfo()
177 int32_t ServerGetNodeKeyInfo(IpcIo *req, IpcIo *reply) in ServerGetNodeKeyInfo()
223 int32_t ServerSetNodeDataChangeFlag(IpcIo *req, IpcIo *reply) in ServerSetNodeDataChangeFlag()
248 int32_t ServerStartTimeSync(IpcIo *req, IpcIo *reply) in ServerStartTimeSync()
275 int32_t ServerStopTimeSync(IpcIo *req, IpcIo *reply) in ServerStopTimeSync()
[all …]
Dtrans_server_stub.c34 int32_t ServerCreateSessionServer(IpcIo *req, IpcIo *reply) in ServerCreateSessionServer()
56 int32_t ServerRemoveSessionServer(IpcIo *req, IpcIo *reply) in ServerRemoveSessionServer()
100 int32_t ServerOpenSession(IpcIo *req, IpcIo *reply) in ServerOpenSession()
141 int32_t ServerOpenAuthSession(IpcIo *req, IpcIo *reply) in ServerOpenAuthSession()
168 int32_t ServerNotifyAuthSuccess(IpcIo *req, IpcIo *reply) in ServerNotifyAuthSuccess()
200 int32_t ServerCloseChannel(IpcIo *req, IpcIo *reply) in ServerCloseChannel()
223 int32_t ServerSendSessionMsg(IpcIo *req, IpcIo *reply) in ServerSendSessionMsg()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/
Ddevice_manager_impl.cpp80 std::shared_ptr<IpcGetTrustDeviceReq> req = std::make_shared<IpcGetTrustDeviceReq>(); in GetTrustedDeviceList() local
108 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in GetLocalDeviceInfo() local
164 std::shared_ptr<IpcStartDiscoveryReq> req = std::make_shared<IpcStartDiscoveryReq>(); in StartDeviceDiscovery() local
190 std::shared_ptr<IpcStopDiscoveryReq> req = std::make_shared<IpcStopDiscoveryReq>(); in StopDeviceDiscovery() local
221 std::shared_ptr<IpcAuthenticateDeviceReq> req = std::make_shared<IpcAuthenticateDeviceReq>(); in AuthenticateDevice() local
253 … std::shared_ptr<IpcUnAuthenticateDeviceReq> req = std::make_shared<IpcUnAuthenticateDeviceReq>(); in UnAuthenticateDevice() local
309 std::shared_ptr<IpcVerifyAuthenticateReq> req = std::make_shared<IpcVerifyAuthenticateReq>(); in VerifyAuthentication() local
336 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in GetFaParam() local
358 std::shared_ptr<IpcGetOperationReq> req = std::make_shared<IpcGetOperationReq>(); in SetUserOperation() local
384 std::shared_ptr<IpcGetInfoByNetWorkReq> req = std::make_shared<IpcGetInfoByNetWorkReq>(); in GetUdidByNetworkId() local
[all …]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pbap_pse/
Dpbap_pse_obex_server.cpp76 …id PbapPseObexServer::PseObexObserver::OnConnect(ObexServerSession &session, const ObexHeader &req) in OnConnect()
82 …PbapPseObexServer::PseObexObserver::OnDisconnect(ObexServerSession &session, const ObexHeader &req) in OnDisconnect()
88 void PbapPseObexServer::PseObexObserver::OnPut(ObexServerSession &session, const ObexHeader &req) in OnPut()
94 void PbapPseObexServer::PseObexObserver::OnGet(ObexServerSession &session, const ObexHeader &req) in OnGet()
100 …id PbapPseObexServer::PseObexObserver::OnSetPath(ObexServerSession &session, const ObexHeader &req) in OnSetPath()
/foundation/communication/wifi/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/ability/ability_lite/services/abilitymgr_lite/src/client/
Dability_thread_client.cpp91 IpcIo req; in AbilityTransaction() local
118 IpcIo req; in AppInitTransaction() local
160 IpcIo req; in ConnectAbility() local
180 IpcIo req; in DisconnectAbility() local
201 IpcIo req; in ConnectAbilityDone() local
225 IpcIo req; in DisconnectAbilityDone() local
247 IpcIo req; in DumpAbilityTransaction() local
/foundation/multimedia/camera_lite/services/server/src/
Dcamera_server.cpp38 void CameraServer::CameraServerRequestHandle(int funcId, void *origin, IpcIo *req, IpcIo *reply) in CameraServerRequestHandle()
88 void CameraServer::GetCameraAbility(IpcIo *req, IpcIo *reply) in GetCameraAbility()
123 void CameraServer::GetCameraInfo(IpcIo *req, IpcIo *reply) in GetCameraInfo()
135 void CameraServer::GetCameraIdList(IpcIo *req, IpcIo *reply) in GetCameraIdList()
144 void CameraServer::GetCameraModeNum(IpcIo *req, IpcIo *reply) in GetCameraModeNum()
150 void CameraServer::CreateCamera(IpcIo *req, IpcIo *reply) in CreateCamera()
164 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()
248 void CameraServer::SetFrameConfig(IpcIo *req, IpcIo *reply) in SetFrameConfig()
[all …]
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
Dipc_client_manager.cpp41 std::shared_ptr<IpcRegisterListenerReq> req = std::make_shared<IpcRegisterListenerReq>(); in Init() local
65 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in UnInit() local
78 int32_t IpcClientManager::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr… in SendRequest()
/foundation/communication/wifi/wifi/test/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_service/services/bluetooth/service/src/obex/
Dobex_server.cpp116 void ObexServerObserver::OnPut(ObexServerSession &session, const ObexHeader &req) in OnPut()
122 void ObexServerObserver::OnGet(ObexServerSession &session, const ObexHeader &req) in OnGet()
128 void ObexServerObserver::OnAbort(ObexServerSession &session, const ObexHeader &req) in OnAbort()
134 void ObexServerObserver::OnSetPath(ObexServerSession &session, const ObexHeader &req) in OnSetPath()
140 void ObexServerObserver::OnAction(ObexServerSession &session, const ObexHeader &req) in OnAction()
146 void ObexServerObserver::OnSession(ObexServerSession &session, const ObexHeader &req) in OnSession()
203 ObexServerSession &serverSession, const ObexHeader &req) in HandleDataAvailableConnect()
226 auto req = GetObexHeaderFromPacket(obexPacket); in OnTransportDataAvailable() local
345 void ObexPrivateServer::HandleGetRequest(ObexServerSession &session, ObexHeader &req) in HandleGetRequest()
351 void ObexPrivateServer::HandleSetPathRequest(ObexServerSession &session, ObexHeader &req) in HandleSetPathRequest()
[all …]
/foundation/distributedhardware/device_manager/test/unittest/mock/
Dipc_server_listener.cpp19 int32_t IpcServerListener::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_pt… in SendRequest()
26 int32_t IpcServerListener::SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<Ip… in SendAll()

123456