| /foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/ |
| H A D | wrapper_decoder.cpp | 134 int32_t type = hdrMsg->nlmsg_type; in CheckRtNetlinkLength() local 443 uint8_t type = hdrMsg->nlmsg_type; in InterpreteRtMsg() local 489 rtmsg *WrapperDecoder::CheckRtParam(const nlmsghdr *hdrMsg, uint8_t type) in CheckRtParam() argument [all...] |
| /foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
| H A D | trans_tcp_direct_message.c | 1110 static int32_t ProcessReceivedData(int32_t channelId, int32_t type) in ProcessReceivedData() argument 1161 static int32_t TransTdcSrvProcData(ListenerModule module, int32_t channelId, int32_t type) in TransTdcSrvProcData() argument 1323 TransReadDataLen(int32_t channelId, int32_t *pktDataLen, int32_t module, int32_t type) TransReadDataLen() argument 1375 TransTdcSrvRecvData(ListenerModule module, int32_t channelId, int32_t type) TransTdcSrvRecvData() argument [all...] |
| H A D | trans_tcp_direct_p2p.c | 119 static void DelHmlListenerByMoudle(ListenerModule type) in DelHmlListenerByMoudle() argument 610 static int32_t OpenAuthConn(const char *uuid, uint32_t reqId, bool isMeta, ConnectType type) in OpenAuthConn() argument 988 OpenNewAuthConn(const AppInfo *appInfo, SessionConn *conn, int32_t newChannelId, ConnectType type) OpenNewAuthConn() argument 1042 StartVerifyP2pInfo(const AppInfo *appInfo, SessionConn *conn, ConnectType type) StartVerifyP2pInfo() argument 1143 StartTransP2pDirectListener(ConnectType type, SessionConn *conn, const AppInfo *appInfo) StartTransP2pDirectListener() argument [all...] |
| /foundation/communication/dsoftbus/core/common/dfx/interface/include/form/ |
| H A D | lnn_event_form.h | 149 DeviceType type; member
|
| /foundation/communication/dsoftbus/core/frame/standard/init/src/ |
| H A D | softbus_server_stub.cpp | 117 Security::AccessToken::ATokenTypeEnum type = Security::AccessToken::AccessTokenKit::GetTokenTypeFlag(tokenCaller); in CheckAndRecordAccessToken() local [all...] |
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
| H A D | client_trans_proxy_file_manager.c | 1949 ProcessFileFrameData(int32_t sessionId, int32_t channelId, const char *data, uint32_t len, int32_t type) ProcessFileFrameData() argument [all...] |
| /foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
| H A D | auth_test.cpp | 599 int32_t type = 0; HWTEST_F() local 965 AuthLinkType type = AUTH_LINK_TYPE_WIFI; HWTEST_F() local 1141 AuthLinkType type; HWTEST_F() local [all...] |
| /foundation/communication/ipc/ipc/native/c/ipc/src/linux/include/ |
| H A D | sys_binder.h | 62 __u32 type; member 66 __u32 type; member
|
| /foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
| H A D | netfirewall_parcel.h | 124 uint8_t type; // 1:IP address or subnet, when using a single IP, the mask is 32,2: IP segment. Optional
member
|
| /foundation/communication/netmanager_base/test/fuzztest/netconnclient_fuzzer/ |
| H A D | net_conn_client_fuzzer.cpp | 1252 int32_t type = NetConnGetData<int32_t>(); in RegisterSlotTypeFuzzTest() local 1326 int32_t type = NetConnGetData<int32_t>(); in StaticUpdateSupplierScoreProcess() local
|
| /foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
| H A D | net_conn_service_test.cpp | 873 CallbackType type = CallbackType::CALL_TYPE_LOST; in HWTEST_F() local 1050 int32_t type = 0; HWTEST_F() local 1393 int32_t type = 1; HWTEST_F() local [all...] |
| /foundation/communication/dsoftbus/core/bus_center/service/include/ |
| H A D | bus_center_event.h | 195 ConnectionAddrType type; member 218 ConnectionAddrType type; member 231 SoftBusLpEventType type; member
|
| /foundation/communication/dsoftbus/interfaces/kits/common/ |
| H A D | softbus_common.h | 277 ConnectionAddrType type; member 305 int32_t type; /**< Session type in int format */ member 394 uint32_t type; member
|
| /foundation/communication/dsoftbus/interfaces/kits/transport/ |
| H A D | trans_type.h | 190 FileEventType type; /**< Event data type of the files*/ member 209 int32_t type; /**< Extended data type {@link TransEnumEventType} */ member
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
| H A D | lnn_heartbeat_medium_mgr.c | 302 static LnnHeartbeatRecvInfo *HbGetStoredRecvInfo(const char *udidHash, ConnectionAddrType type, uint64_t recvTime) in HbGetStoredRecvInfo() argument 262 HbUpdateOfflineTimingByRecvInfo( const char *networkId, ConnectionAddrType type, LnnHeartbeatType hbType, uint64_t updateTime) HbUpdateOfflineTimingByRecvInfo() argument 982 HbMediumMgrRecvHigherWeight( const char *udidHash, int32_t weight, ConnectionAddrType type, bool isReElect, bool isPeerScreenOn) HbMediumMgrRecvHigherWeight() argument 1033 HbMediumMgrRelayProcess(const char *udidHash, ConnectionAddrType type, LnnHeartbeatType hbType) HbMediumMgrRelayProcess() argument 1324 LnnHbMediumMgrStop(LnnHeartbeatType *type) LnnHbMediumMgrStop() argument 1377 LnnHbMediumMgrUpdateSendInfo(LnnHeartbeatUpdateInfoType type) LnnHbMediumMgrUpdateSendInfo() argument [all...] |
| /foundation/communication/dsoftbus/core/bus_center/service/src/ |
| H A D | bus_center_event.c | 117 int32_t type = (int32_t)msg->arg1; in HandleNodeBasicInfoChangedMessage() local 127 int32_t type = (int32_t)msg->arg1; in HandleNodeStatusChangedMessage() local 423 void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type) in LnnNotifyBasicInfoChanged() argument 439 void LnnNotifyNodeStatusChanged(NodeStatus *info, NodeStatusType type) in LnnNotifyNodeStatusChanged() argument 453 void LnnNotifyDeviceTrustedChange(int32_t type, cons argument 488 LnnNotifyLnnRelationChanged(const char *udid, ConnectionAddrType type, uint8_t relation, bool isJoin) LnnNotifyLnnRelationChanged() argument 753 LnnNotifyLpReportEvent(SoftBusLpEventType type) LnnNotifyLpReportEvent() argument [all...] |
| /foundation/communication/netmanager_base/services/netsyscontroller/src/ |
| H A D | mock_netsys_native_client.cpp | 228 static long GetInterfaceTrafficByType(const std::string &path, const std::string &type) in GetInterfaceTrafficByType() argument
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/ |
| H A D | lnn_lane_interface.h | 122 LaneLinkType type; member 203 LaneType type; member 210 LaneType type; member 233 LaneType type; member 250 LaneType type; member
|
| /foundation/communication/dsoftbus/core/connection/interface/ |
| H A D | softbus_conn_interface.h | 123 ConnectType type; member 196 ConnectType type; member 212 ConnectType type; member 229 ConnectType type; member 237 ConnectType type; member [all...] |
| /foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/ |
| H A D | wifi_direct_utils.cpp | 578 bool WifiDirectUtils::CheckLinkAtDfsChannelConflict(const std::string &remoteDeviceId, InnerLink::LinkType type) in CheckLinkAtDfsChannelConflict() argument [all...] |
| /foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
| H A D | lnn_lane_deps_mock.cpp | 170 int32_t LnnGetRemoteNodeInfoById(const char *id, IdCategory type, NodeInfo *info) in LnnGetRemoteNodeInfoById() argument 175 bool LnnHasDiscoveryType(const NodeInfo *info, DiscoveryType type) in LnnHasDiscoveryType() argument 180 bool LnnGetOnlineStateById(const char *id, IdCategory type) in LnnGetOnlineStateById() argument 200 int32_t AuthGetConnInfoByType(const char *uuid, AuthLinkType type, AuthConnInfo *connInfo, bool isMeta) in AuthGetConnInfoByType() argument 246 LnnSetNetCapability(uint32_t *capability, NetCapability type) LnnSetNetCapability() argument 256 LnnGetNodeInfoById(const char *id, IdCategory type) LnnGetNodeInfoById() argument 281 LnnConvertDLidToUdid(const char *id, IdCategory type) LnnConvertDLidToUdid() argument 304 AuthDeviceCheckConnInfo(const char *uuid, AuthLinkType type, bool checkConnection) AuthDeviceCheckConnInfo() argument 404 AuthDeviceGetLatestIdByUuid(const char *uuid, AuthLinkType type, AuthHandle *authHandle) AuthDeviceGetLatestIdByUuid() argument [all...] |
| /foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
| H A D | net_conn_client.cpp | 829 int32_t NetConnClient::RegisterSlotType(uint32_t supplierId, int32_t type) in RegisterSlotType() argument 841 int32_t NetConnClient::GetSlotType(std::string &type) in GetSlotType() argument
|
| /foundation/communication/netmanager_ext/services/networksharemanager/src/ |
| H A D | networkshare_tracker.cpp | 253 void NetworkShareTracker::OnChangeSharingState(const SharingIfaceType &type, bool state) in OnChangeSharingState() argument 459 int32_t NetworkShareTracker::StartNetworkSharing(const SharingIfaceType &type) in StartNetworkSharing() argument 478 StopNetworkSharing(const SharingIfaceType &type) StopNetworkSharing() argument 490 GetSharableRegexs(SharingIfaceType type, std::vector<std::string> &ifaceRegexs) GetSharableRegexs() argument 517 IsInterfaceMatchType(const std::string &iface, const SharingIfaceType &type) IsInterfaceMatchType() argument 534 GetSharingState(const SharingIfaceType type, SharingIfaceState &state) GetSharingState() argument 642 GetSharedSubSMTraffic(const TrafficType &type, int32_t &kbByte) GetSharedSubSMTraffic() argument 684 EnableNetSharingInternal(const SharingIfaceType &type, bool enable) EnableNetSharingInternal() argument 1075 InterfaceNameToType(const std::string &iface, SharingIfaceType &type) InterfaceNameToType() argument 1096 IsHandleNetlinkEvent(const SharingIfaceType &type, bool up) IsHandleNetlinkEvent() argument 1125 SharingIfaceType type; InterfaceStatusChanged() local 1188 SharingIfaceType type; InterfaceAdded() local 1206 SharingIfaceType type; InterfaceRemoved() local 1258 SendIfaceSharingStateChange(const SharingIfaceType &type, const std::string &iface, const SharingIfaceState &state) SendIfaceSharingStateChange() argument [all...] |
| /foundation/communication/wifi/wifi/frameworks/native/src/ |
| H A D | wifi_p2p_proxy.cpp | 1317 ErrCode WifiP2pProxy::Hid2dCreateGroup(const int frequency, FreqType type) in Hid2dCreateGroup() argument
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
| H A D | wifi_hdi_wpa_p2p_impl.c | 270 WifiErrorNo HdiP2pSetWpsDeviceType(const char *type) in HdiP2pSetWpsDeviceType() argument 380 WifiErrorNo HdiP2pSetWpsSecondaryDeviceType(const char *type) in HdiP2pSetWpsSecondaryDeviceType() argument
|