| /foundation/communication/netstack/test/unittest/http_client/ |
| D | HttpClientRequestTest.cpp | 43 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 …]
|
| D | HttpClientResponseTest.cpp | 44 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
|
| D | HttpClientErrorTest.cpp | 44 HttpClientError req; variable 52 HttpClientError req; variable 61 HttpClientError req; variable 69 HttpClientError req; variable 78 HttpClientError req; variable 87 HttpClientError req; variable
|
| /foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/ |
| D | libfuse_mock.cpp | 21 void *fuse_req_userdata(fuse_req_t req) in fuse_req_userdata() 26 int fuse_reply_err(fuse_req_t req, int err) in fuse_reply_err() 31 int fuse_reply_open(fuse_req_t req, const struct fuse_file_info *fi) in fuse_reply_open() 36 void fuse_reply_none(fuse_req_t req) in fuse_reply_none() 41 int fuse_reply_data(fuse_req_t req, struct fuse_bufvec *bufv, enum fuse_buf_copy_flags flags) in fuse_reply_data() 56 int fuse_reply_write(fuse_req_t req, size_t count) in fuse_reply_write() 61 int fuse_reply_lseek(fuse_req_t req, off_t off) in fuse_reply_lseek() 66 int fuse_reply_buf(fuse_req_t req, const char *buf, size_t size) in fuse_reply_buf() 71 int fuse_reply_xattr(fuse_req_t req, size_t count) in fuse_reply_xattr()
|
| /foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/ |
| D | file_operations_base.cpp | 27 void FileOperationsBase::Lookup(fuse_req_t req, fuse_ino_t parent, const char *name) in Lookup() 33 void FileOperationsBase::Access(fuse_req_t req, fuse_ino_t ino, int mask) in Access() 39 void FileOperationsBase::GetAttr(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi) in GetAttr() 45 void FileOperationsBase::Open(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi) in Open() 51 void FileOperationsBase::Forget(fuse_req_t req, fuse_ino_t ino, uint64_t nLookup) in Forget() 74 void FileOperationsBase::ForgetMulti(fuse_req_t req, size_t count, struct fuse_forget_data *forgets) in ForgetMulti() 97 void FileOperationsBase::MkNod(fuse_req_t req, fuse_ino_t parent, const char *name, in MkNod() 104 void FileOperationsBase::Create(fuse_req_t req, fuse_ino_t parent, const char *name, in Create() 111 void FileOperationsBase::ReadDir(fuse_req_t req, fuse_ino_t ino, size_t size, off_t off, in ReadDir() 118 void FileOperationsBase::SetXattr(fuse_req_t req, fuse_ino_t ino, const char *name, in SetXattr() [all …]
|
| D | fuse_operations.cpp | 25 void FuseOperations::Lookup(fuse_req_t req, fuse_ino_t parent, const char *name) in Lookup() 37 void FuseOperations::Access(fuse_req_t req, fuse_ino_t ino, int mask) in Access() 49 void FuseOperations::GetAttr(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi) in GetAttr() 61 void FuseOperations::Open(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi) in Open() 73 void FuseOperations::Forget(fuse_req_t req, fuse_ino_t ino, uint64_t nLookup) in Forget() 85 void FuseOperations::ForgetMulti(fuse_req_t req, size_t count, struct fuse_forget_data *forgets) in ForgetMulti() 94 void FuseOperations::MkNod(fuse_req_t req, fuse_ino_t parent, const char *name, in MkNod() 107 void FuseOperations::Create(fuse_req_t req, fuse_ino_t parent, const char *name, in Create() 120 void FuseOperations::ReadDir(fuse_req_t req, fuse_ino_t ino, size_t size, off_t off, in ReadDir() 134 void FuseOperations::SetXattr(fuse_req_t req, fuse_ino_t ino, const char *name, in SetXattr() [all …]
|
| D | file_operations_cloud.cpp | 89 static int32_t DoCloudLookup(fuse_req_t req, fuse_ino_t parent, const char *name, in DoCloudLookup() 125 void FileOperationsCloud::Lookup(fuse_req_t req, fuse_ino_t parent, const char *name) in Lookup() 139 void FileOperationsCloud::Access(fuse_req_t req, fuse_ino_t ino, int mask) in Access() 145 void FileOperationsCloud::GetAttr(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi) in GetAttr() 151 static bool HandleDkError(fuse_req_t req, DriveKit::DKError dkError) in HandleDkError() 196 static void CloudOpen(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi, string path) in CloudOpen() 239 void FileOperationsCloud::Open(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi) in Open() 269 void FileOperationsCloud::Forget(fuse_req_t req, fuse_ino_t ino, uint64_t nLookup) in Forget() 338 int32_t DoCreatFile(fuse_req_t req, fuse_ino_t parent, const char *name, in DoCreatFile() 378 void FileOperationsCloud::MkNod(fuse_req_t req, fuse_ino_t parent, const char *name, in MkNod() [all …]
|
| /foundation/window/window_manager_lite/services/wms/ |
| D | lite_wms.cpp | 31 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/wifi_sta_sa/ |
| D | wifi_device_stub_lite.cpp | 39 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 …]
|
| /foundation/filemanagement/dfs_service/test/unittests/cloud_disk/ |
| D | file_operations_cloud_test.cpp | 110 fuse_req_t req = nullptr; variable 170 fuse_req_t req = nullptr; variable 213 fuse_req_t req = nullptr; variable 241 fuse_req_t req = nullptr; variable 269 fuse_req_t req = nullptr; variable 299 fuse_req_t req = nullptr; variable 334 fuse_req_t req = nullptr; variable 361 fuse_req_t req = nullptr; variable 398 fuse_req_t req = nullptr; variable 428 fuse_req_t req = nullptr; variable [all …]
|
| /foundation/communication/wifi/wifi/frameworks/native/src/ |
| D | wifi_device_proxy_lite.cpp | 336 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/ |
| D | bundle_daemon.cpp | 101 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() 152 static int32_t ObtainStringFromIpc(IpcIo *req, std::string &firstStr, std::string &secondStr) in ObtainStringFromIpc() 166 int32_t BundleDaemon::ExtractHapInvoke(IpcIo *req) in ExtractHapInvoke() 177 int32_t BundleDaemon::RenameFileInvoke(IpcIo *req) in RenameFileInvoke() 188 int32_t BundleDaemon::CreatePermissionInvoke(IpcIo *req) in CreatePermissionInvoke() 193 int32_t BundleDaemon::CreateDataDirectoryInvoke(IpcIo *req) in CreateDataDirectoryInvoke() 210 int32_t BundleDaemon::StoreContentToFileInvoke(IpcIo *req) in StoreContentToFileInvoke() 226 int32_t BundleDaemon::MoveFileInvoke(IpcIo *req) in MoveFileInvoke() 240 int32_t BundleDaemon::RemoveFileInvoke(IpcIo *req) in RemoveFileInvoke() [all …]
|
| /foundation/distributedhardware/device_manager/test/unittest/ |
| D | UTTest_ipc_server_listener.cpp | 74 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
|
| /foundation/multimedia/media_lite/services/player_lite/server/src/ |
| D | player_server.cpp | 44 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/dhcp/services/dhcp_server/src/ |
| D | dhcp_server_stub_lite.cpp | 34 int DhcpServerStub::CheckInterfaceToken(uint32_t code, IpcIo *req) in CheckInterfaceToken() 48 int DhcpServerStub::OnRemoteRequest(uint32_t code, IpcIo *req, IpcIo *reply) in OnRemoteRequest() 85 int DhcpServerStub::OnRegisterCallBack(uint32_t code, IpcIo *req, IpcIo *reply) in OnRegisterCallBack() 110 int DhcpServerStub::OnStartDhcpServer(uint32_t code, IpcIo *req, IpcIo *reply) in OnStartDhcpServer() 128 int DhcpServerStub::OnStopDhcpServer(uint32_t code, IpcIo *req, IpcIo *reply) in OnStopDhcpServer() 140 int DhcpServerStub::OnSetDhcpName(uint32_t code, IpcIo *req, IpcIo *reply) in OnSetDhcpName() 151 int DhcpServerStub::OnSetDhcpRange(uint32_t code, IpcIo *req, IpcIo *reply) in OnSetDhcpRange() 170 int DhcpServerStub::OnRemoveAllDhcpRange(uint32_t code, IpcIo *req, IpcIo *reply) in OnRemoveAllDhcpRange() 181 int DhcpServerStub::OnRemoveDhcpRange(uint32_t code, IpcIo *req, IpcIo *reply) in OnRemoveDhcpRange() 200 int DhcpServerStub::OnGetDhcpClientInfos(uint32_t code, IpcIo *req, IpcIo *reply) in OnGetDhcpClientInfos() [all …]
|
| /foundation/communication/dsoftbus/core/frame/small/init/src/ |
| D | bus_center_server_stub.c | 43 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() 155 int32_t ServerGetLocalDeviceInfo(IpcIo *req, IpcIo *reply) in ServerGetLocalDeviceInfo() 188 int32_t ServerGetNodeKeyInfo(IpcIo *req, IpcIo *reply) in ServerGetNodeKeyInfo() 238 int32_t ServerSetNodeDataChangeFlag(IpcIo *req, IpcIo *reply) in ServerSetNodeDataChangeFlag() 263 int32_t ServerStartTimeSync(IpcIo *req, IpcIo *reply) in ServerStartTimeSync() 290 int32_t ServerStopTimeSync(IpcIo *req, IpcIo *reply) in ServerStopTimeSync() [all …]
|
| D | trans_server_stub.c | 33 int32_t ServerCreateSessionServer(IpcIo *req, IpcIo *reply) in ServerCreateSessionServer() 63 int32_t ServerRemoveSessionServer(IpcIo *req, IpcIo *reply) in ServerRemoveSessionServer() 115 static void ServerReadSessionAttrs(IpcIo *req, SessionAttribute *getAttr) in ServerReadSessionAttrs() 157 int32_t ServerOpenSession(IpcIo *req, IpcIo *reply) in ServerOpenSession() 202 int32_t ServerOpenAuthSession(IpcIo *req, IpcIo *reply) in ServerOpenAuthSession() 229 int32_t ServerNotifyAuthSuccess(IpcIo *req, IpcIo *reply) in ServerNotifyAuthSuccess() 261 int32_t ServerCloseChannel(IpcIo *req, IpcIo *reply) in ServerCloseChannel() 281 int32_t ServerSendSessionMsg(IpcIo *req, IpcIo *reply) in ServerSendSessionMsg()
|
| /foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ |
| D | device_manager_impl.cpp | 180 std::shared_ptr<IpcGetTrustDeviceReq> req = std::make_shared<IpcGetTrustDeviceReq>(); in GetTrustedDeviceList() local 211 std::shared_ptr<IpcGetTrustDeviceReq> req = std::make_shared<IpcGetTrustDeviceReq>(); in GetTrustedDeviceList() local 241 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in GetAvailableDeviceList() local 270 std::shared_ptr<IpcGetInfoByNetWorkReq> req = std::make_shared<IpcGetInfoByNetWorkReq>(); in GetDeviceInfo() local 296 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in GetLocalDeviceInfo() local 384 std::shared_ptr<IpcStartDiscoveryReq> req = std::make_shared<IpcStartDiscoveryReq>(); in StartDeviceDiscovery() local 430 …std::shared_ptr<IpcStartDevDiscoveryByIdReq> req = std::make_shared<IpcStartDevDiscoveryByIdReq>(); in StartDeviceDiscovery() local 463 std::shared_ptr<IpcStopDiscoveryReq> req = std::make_shared<IpcStopDiscoveryReq>(); in StopDeviceDiscovery() local 500 std::shared_ptr<IpcStopDiscoveryReq> req = std::make_shared<IpcStopDiscoveryReq>(); in StopDeviceDiscovery() local 532 std::shared_ptr<IpcPublishReq> req = std::make_shared<IpcPublishReq>(); in PublishDeviceDiscovery() local [all …]
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/ |
| D | wifi_scan_stub_lite.cpp | 36 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/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
| D | wifi_p2p_dns_sd_service_request.cpp | 34 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/ |
| D | ability_thread_client.cpp | 91 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/ |
| D | camera_server.cpp | 38 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/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
| D | obex_server.cpp | 116 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/interfaces/inner_kits/native_cpp/src/ipc/lite/ |
| D | ipc_client_manager.cpp | 41 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 83 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/ |
| D | wifi_p2p_service_request_list_test.cpp | 42 WifiP2pServiceRequest req; variable 49 WifiP2pServiceRequest req; variable 63 WifiP2pServiceRequest req; variable
|