Home
last modified time | relevance | path

Searched refs:reqId (Results 126 - 150 of 172) sorted by relevance

1234567

/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c212 if (channelInfo->reqId != -1) { in TransProxySpecialUpdateChanInfo()
213 item->reqId = channelInfo->reqId; in TransProxySpecialUpdateChanInfo()
261 int32_t TransProxyGetChanByReqId(int32_t reqId, ProxyChannelInfo *chan) in TransProxyGetChanByReqId() argument
270 if (item->reqId == reqId && item->status == PROXY_CHANNEL_STATUS_PYH_CONNECTING) { in TransProxyGetChanByReqId()
279 void TransProxyDelChanByReqId(int32_t reqId, int32_t errCode) in TransProxyDelChanByReqId() argument
290 if ((item->reqId == reqId) && in TransProxyDelChanByReqId()
295 TRANS_LOGI(TRANS_CTRL, "del channelId by reqId in TransProxyDelChanByReqId()
334 TransProxyChanProcessByReqId(int32_t reqId, uint32_t connId) TransProxyChanProcessByReqId() argument
677 TransProxyGetReqIdAndStatus(int32_t myId, int32_t *reqId, int8_t *status) TransProxyGetReqIdAndStatus() argument
[all...]
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_supplier.cpp440 void NetSupplier::RemoveBestRequest(uint32_t reqId) in RemoveBestRequest() argument
442 auto iter = bestReqList_.find(reqId); in RemoveBestRequest()
446 bestReqList_.erase(reqId); in RemoveBestRequest()
447 NETMGR_LOG_I("RemoveBestRequest supplierId=[%{public}d], reqId=[%{public}u]", supplierId_, reqId); in RemoveBestRequest()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/
H A Ddistributed_camera_source_service.cpp191 const std::string& reqId, const EnableParam& param) in RegisterDistributedHardware()
218 ret = camDev->RegisterDistributedHardware(devId, dhId, reqId, params); in RegisterDistributedHardware()
231 const std::string& reqId) in UnregisterDistributedHardware()
242 int32_t ret = camDev->UnRegisterDistributedHardware(devId, dhId, reqId); in UnregisterDistributedHardware()
190 RegisterDistributedHardware(const std::string& devId, const std::string& dhId, const std::string& reqId, const EnableParam& param) RegisterDistributedHardware() argument
230 UnregisterDistributedHardware(const std::string& devId, const std::string& dhId, const std::string& reqId) UnregisterDistributedHardware() argument
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/src/
H A Ddscreen_source_stub_test.cpp56 const std::string &dhId, const EnableParam &param, const std::string &reqId) in RegisterDistributedHardware()
61 (void)reqId; in RegisterDistributedHardware()
66 const std::string &dhId, const std::string &reqId) in UnregisterDistributedHardware()
70 (void)reqId; in UnregisterDistributedHardware()
397 bool result = stubPtr->CheckRegParams("devId", "dhId", "version", "attrs", "reqId"); in HWTEST_F()
412 result = stubPtr->CheckRegParams("", "dhId", "version", "attrs", "reqId"); in HWTEST_F()
414 result = stubPtr->CheckRegParams("devId", "", "version", "attrs", "reqId"); in HWTEST_F()
416 result = stubPtr->CheckRegParams("devId", "dhId", "", "attrs", "reqId"); in HWTEST_F()
418 result = stubPtr->CheckRegParams("devId", "dhId", "version", "", "reqId"); in HWTEST_F()
437 result = stubPtr->CheckRegParams(exceedDidMaxSizeStr, "dhId", "version", "attrs", "reqId"); in HWTEST_F()
55 RegisterDistributedHardware(const std::string &devId, const std::string &dhId, const EnableParam &param, const std::string &reqId) RegisterDistributedHardware() argument
65 UnregisterDistributedHardware(const std::string &devId, const std::string &dhId, const std::string &reqId) UnregisterDistributedHardware() argument
[all...]
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/
H A Ddcamera_source_dev.h50 int32_t RegisterDistributedHardware(const std::string& devId, const std::string& dhId, const std::string& reqId,
52 int32_t UnRegisterDistributedHardware(const std::string devId, const std::string dhId, const std::string reqId);
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_channel_manager.h37 int32_t TransOpenAuthChannel(const char *sessionName, const ConnectOption *connOpt, const char *reqId);
/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_app_info.h98 char reqId[REQ_ID_SIZE_MAX]; member
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/include/
H A Dtrans_auth_manager.h49 const char *reqId);
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h328 * @param reqId Net request id
330 void OnNetActivateTimeOut(uint32_t reqId) override;
434 void SendBestScoreAllNetwork(uint32_t reqId, int32_t bestScore, uint32_t supplierId, uint32_t uid);
438 void NotFindBestSupplier(uint32_t reqId, const std::shared_ptr<NetActivate> &active,
444 bool FindSameCallback(const sptr<INetConnCallback> &callback, uint32_t &reqId);
445 bool FindSameCallback(const sptr<INetConnCallback> &callback, uint32_t &reqId, RegisterType &registerType);
505 void DecreaseNetActivates(const uint32_t callingUid, const sptr<INetConnCallback> &callback, uint32_t reqId);
H A Dnet_supplier.h141 void RemoveBestRequest(uint32_t reqId);
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_enabled_state.cpp422 std::string reqId; in ProcessCmdDiscServices() local
431 WifiP2PHalInterface::GetInstance().ReqServiceDiscovery(device.GetDeviceAddress(), request.GetTlv(), reqId); in ProcessCmdDiscServices()
437 p2pStateMachine.serviceManager.SetQueryId(reqId); in ProcessCmdDiscServices()
476 std::string reqId; in ProcessCmdRequestService() local
478 WifiP2PHalInterface::GetInstance().ReqServiceDiscovery(device.GetDeviceAddress(), request.GetTlv(), reqId); in ProcessCmdRequestService()
484 p2pStateMachine.serviceManager.SetQueryId(reqId); in ProcessCmdRequestService()
H A Dgroup_formed_state.cpp319 std::string reqId; in ProcessCmdDiscServices() local
327 WifiP2PHalInterface::GetInstance().ReqServiceDiscovery(device.GetDeviceAddress(), request.GetTlv(), reqId); in ProcessCmdDiscServices()
333 p2pStateMachine.serviceManager.SetQueryId(reqId); in ProcessCmdDiscServices()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_p2p_test.cpp303 int32_t reqId = 1; in HWTEST_F() local
306 int32_t ret = OpenAuthConn(nullptr, reqId, true, type); in HWTEST_F()
309 ret = OpenAuthConn(nullptr, reqId, false, type); in HWTEST_F()
312 ret = OpenAuthConn(g_udid, reqId, true, type); in HWTEST_F()
H A Dtrans_server_tcp_direct_test.cpp546 uint32_t reqId = 1; in HWTEST_F() local
549 int32_t ret = OpenAuthConn(uuid, reqId, false, type); in HWTEST_F()
553 ret = OpenAuthConn(uuid, reqId, false, type); in HWTEST_F()
557 ret = OpenAuthConn(uuid, reqId, false, type); in HWTEST_F()
H A Dtrans_tcp_direct_p2p_mock_test.cpp396 uint32_t reqId = TEST_REQ_ID; in HWTEST_F() local
402 int32_t ret = OpenAuthConn(IP, reqId, isMeta, type); in HWTEST_F()
407 ret = OpenAuthConn(IP, reqId, isMeta, type); in HWTEST_F()
412 ret = OpenAuthConn(IP, reqId, isMeta, type); in HWTEST_F()
809 uint32_t reqId = TEST_REQ_ID; in HWTEST_F() local
813 EXPECT_CALL(TcpP2pDirectMock, AuthGenRequestId).WillRepeatedly(Return(reqId)); in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_source_dev_test.cpp372 std::string reqId = TEST_REQID; in HWTEST_F() local
375 std::shared_ptr<DCameraRegistParam> param = std::make_shared<DCameraRegistParam>(devId, dhId, reqId, sinkParams, in HWTEST_F()
392 std::string reqId = TEST_REQID; in HWTEST_F() local
395 std::shared_ptr<DCameraRegistParam> param = std::make_shared<DCameraRegistParam>(devId, dhId, reqId, sinkParams, in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/tcp/src/
H A Dsoftbus_tcp_connect_manager.c87 .requestId = (int32_t)statistics->reqId, in DfxRecordTcpConnectFail()
106 .requestId = (int32_t)statistics->reqId, in DfxRecordTcpConnectSuccess()
343 tcpInfo.statistics.reqId = tcpInfo.requestId; in TcpOnDataEventOut()
351 CONN_LOGI(CONN_COMMON, "notfiy connect ok. reqId=%{public}d", tcpInfo.requestId); in TcpOnDataEventOut()
500 statistics->reqId = requestId; in TcpOpenClientSocketErr()
515 statistics->reqId = requestId; in TcpConnectDevice()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_manager_test.cpp194 chan->reqId = channelId; in TestTransProxyAddAuthChannel()
222 chan->reqId = channelId; in TestTransProxyAddNormalChannel()
332 chan->reqId = 10; in HWTEST_F()
351 chanNormal->reqId = 11; in HWTEST_F()
536 chan->reqId = 20; in HWTEST_F()
862 * @tc.desc: test proxy del proxy channel by reqId.
/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_def.h178 char *reqId; member
/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dtrans_event_form.h174 int32_t reqId; // REQ_ID member
/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dtrans_audit_converter.h55 TRANS_AUDIT_ASSIGNER(Int32, ReqId, reqId)
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h119 int32_t reqId; member
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/
H A Dlnn_lane_link_wifi_direct_test.cpp71 static void OnLaneLinkSuccess(uint32_t reqId, LaneLinkType linkType, const LaneLinkInfo *linkInfo) in OnLaneLinkSuccess() argument
73 (void)reqId; in OnLaneLinkSuccess()
80 static void OnLaneLinkFail(uint32_t reqId, int32_t reason, LaneLinkType linkType) in OnLaneLinkFail() argument
82 (void)reqId; in OnLaneLinkFail()
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c405 const char *reqId) in TransOpenAuthChannel()
418 if (TransOpenAuthMsgChannel(sessionName, connOpt, &channelId, reqId) != SOFTBUS_OK) { in TransOpenAuthChannel()
428 if (strcpy_s(appInfo->reqId, REQ_ID_SIZE_MAX, reqId) != EOK) { in TransOpenAuthChannel()
429 TRANS_LOGE(TRANS_CTRL, "strcpy_s reqId failed"); in TransOpenAuthChannel()
404 TransOpenAuthChannel(const char *sessionName, const ConnectOption *connOpt, const char *reqId) TransOpenAuthChannel() argument
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c182 channelInfo.reqId = (char *)appInfo->reqId; in NotifyOpenAuthChannelSuccess()
945 (void)memset_s(channel->appInfo.reqId, REQ_ID_SIZE_MAX, 0, REQ_ID_SIZE_MAX); in TransFillAuthChannelInfo()
1044 int32_t *channelId, const char *reqId) in TransOpenAuthChannelPrepareParam()
1048 if (strcpy_s(channel->appInfo.reqId, REQ_ID_SIZE_MAX, reqId) != EOK || in TransOpenAuthChannelPrepareParam()
1061 int32_t *channelId, const char *reqId) in TransOpenAuthMsgChannel()
1066 AuthChannelInfo *channel = TransOpenAuthChannelPrepareParam(sessionName, connOpt, channelId, reqId); in TransOpenAuthMsgChannel()
1043 TransOpenAuthChannelPrepareParam(const char *sessionName, const ConnectOption *connOpt, int32_t *channelId, const char *reqId) TransOpenAuthChannelPrepareParam() argument
1060 TransOpenAuthMsgChannel(const char *sessionName, const ConnectOption *connOpt, int32_t *channelId, const char *reqId) TransOpenAuthMsgChannel() argument

Completed in 22 milliseconds

1234567