Home
last modified time | relevance | path

Searched defs:type (Results 7926 - 7950 of 12363) sorted by relevance

1...<<311312313314315316317318319320>>...495

/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_service_mock.cpp75 void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type) in LnnNotifyBasicInfoChanged() argument
90 void LnnNotifyLnnRelationChanged(const char *udid, ConnectionAddrType type, in LnnNotifyLnnRelationChanged() argument
156 ConnectionAddrType LnnDiscTypeToConnAddrType(DiscoveryType type) in LnnDiscTypeToConnAddrType() argument
253 int32_t SoftbusGetConfig(ConfigType type, unsigned char *val, uint32_t len) in SoftbusGetConfig() argument
/foundation/communication/dsoftbus/tests/sdk/frame/fuzztest/softbusclientstub_fuzzer/
H A Dsoftbusclientstub_fuzzer.cpp229 int32_t type = *(reinterpret_cast<const int32_t *>(data)); in OnChannelMsgReceivedInnerTest() local
433 constexpr int32_t type = 2; in OnNodeBasicInfoChangedInnerTest() local
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h79 uint32_t type; member
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_service_stub_test.cpp1445 uint32_t type = 0; in HWTEST_F() local
1461 uint32_t type = 0; in HWTEST_F() local
1481 uint32_t type in HWTEST_F() local
1756 uint32_t type = 0; HWTEST_F() local
1854 uint32_t type = 0; HWTEST_F() local
[all...]
H A Dnetsys_native_service_test.cpp530 uint32_t type = 1; in HWTEST_F() local
543 uint32_t type = 1; in HWTEST_F() local
555 uint32_t type = 1; in HWTEST_F() local
764 uint32_t type in HWTEST_F() local
780 uint32_t type = 0; HWTEST_F() local
[all...]
H A Dnetsys_controller_test.cpp1023 uint64_t type = 0; in HWTEST_F() local
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dlink_info.cpp62 auto type = keyTypeTable_[key]; in Marshalling() local
66 protocol.Write(static_cast<int>(key), type, &data, sizeof(data)); in Marshalling() local
72 protocol.Write(static_cast<int>(key), type, data.data(), data.size()); in Marshalling() local
77 protocol.Write(static_cast<int>(key), type, (uint8_t *)data.c_str(), data.length()); in Marshalling() local
84 protocol.Write(static_cast<int>(key), type, ipv4InfoOutput.data(), ipv4InfoOutput.size()); in Marshalling() local
H A Dinner_link.cpp36 InnerLink::InnerLink(LinkType type, const std::string &remoteDeviceId) in InnerLink() argument
77 void InnerLink::SetLinkType(InnerLink::LinkType type) in SetLinkType() argument
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_client_stub.cpp293 int32_t type; in OnChannelMsgReceivedInner() local
444 int32_t type; in OnNodeBasicInfoChangedInner() local
138 OnChannelMsgReceived(int32_t channelId, int32_t channelType, const void *data, uint32_t len, int32_t type) OnChannelMsgReceived() argument
475 int32_t type; OnNodeStatusChangedInner() local
521 int32_t type = 0; OnNodeDeviceTrustedChangeInner() local
714 OnNodeBasicInfoChanged(const char *pkgName, void *info, uint32_t infoTypeLen, int32_t type) OnNodeBasicInfoChanged() argument
720 OnNodeStatusChanged(const char *pkgName, void *info, uint32_t infoTypeLen, int32_t type) OnNodeStatusChanged() argument
731 OnNodeDeviceTrustedChange(const char *pkgName, int32_t type, const char *msg, uint32_t msgLen) OnNodeDeviceTrustedChange() argument
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_param_cache.cpp375 int32_t DnsParamCache::SetFirewallRules(NetFirewallRuleType type, in SetFirewallRules() argument
581 int32_t DnsParamCache::ClearFirewallRules(NetFirewallRuleType type) in ClearFirewallRules() argument
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_connection.c88 int32_t type = GetConnType(connId); in GetConnTypeStr() local
279 static void PostConnConnectTimeout(uint32_t requestId, AuthLinkType type) in PostConnConnectTimeout() argument
765 AuthStartListening(AuthLinkType type, const char *ip, int32_t port) AuthStartListening() argument
802 AuthStopListening(AuthLinkType type) AuthStopListening() argument
818 AuthStartListeningForWifiDirect(AuthLinkType type, const char *ip, int32_t port, ListenerModule *moduleId) AuthStartListeningForWifiDirect() argument
854 AuthStopListeningForWifiDirect(AuthLinkType type, ListenerModule moduleId) AuthStopListeningForWifiDirect() argument
[all...]
H A Dauth_interface.c156 static int32_t CheckSessionKeyAvailable(SessionKeyList *list, AuthLinkType type) in CheckSessionKeyAvailable() argument
186 AuthLinkType type = connInfo->type; in AuthCheckSessionKeyValidByConnInfo() local
312 AuthGetConnInfoByType(const char *uuid, AuthLinkType type, AuthConnInfo *connInfo, bool isMeta) AuthGetConnInfoByType() argument
337 AuthGetLatestIdByUuid(const char *uuid, AuthLinkType type, bool isMeta, AuthHandle *authHandle) AuthGetLatestIdByUuid() argument
358 AuthGetIdByUuid(const char *uuid, AuthLinkType type, bool isServer, bool isMeta) AuthGetIdByUuid() argument
623 uint32_t type = 0; AuthGetGroupType() local
[all...]
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble_utils.c116 char type[DEVICE_TYPE_BUF_LEN] = {0}; in DiscBleGetDeviceType() local
346 uint8_t type = (data[curLen] & MOST_SIGNIFICANT_4BIT_MASK) >> BYTE_SHIFT_4BIT; in ParseRecvTlvs() local
[all...]
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_packet_header.h68 uint16_t type = 0; member
[all...]
/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddbinder_error_code.h142 inline void DfxReportFailEvent(int type, int errorCode, const char *func) in DfxReportFailEvent() argument
155 inline void DfxReportFailListenEvent(int type, int listenFd, int errorCode, const char *func) in DfxReportFailListenEvent() argument
168 inline void DfxReportFailHandleEvent(int type, int handle, int errorCode, const char *func) in DfxReportFailHandleEvent() argument
181 inline void DfxReportFailDeviceEvent(int type, cons argument
194 DfxReportEvent(int type, int stageRes, const char *func) DfxReportEvent() argument
206 DfxReportDeviceEvent(int type, int stageRes, const std::string &device, const char *func) DfxReportDeviceEvent() argument
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_fsm.c374 void LnnRemoveSendEndMsg(LnnHeartbeatFsm *hbFsm, LnnHeartbeatType type, bool wakeupFlag, in LnnRemoveSendEndMsg() argument
763 static int32_t ProcessLostHeartbeat(const char *networkId, LnnHeartbeatType type, bool isWakeUp) in ProcessLostHeartbeat() argument
1155 int32_t LnnPostSendBeginMsgToHbFsm(LnnHeartbeatFsm *hbFsm, LnnHeartbeatType type, in LnnPostSendBeginMsgToHbFsm() argument
1225 int32_t LnnPostStopMsgToHbFsm(LnnHeartbeatFsm *hbFsm, LnnHeartbeatType type) in LnnPostStopMsgToHbFsm() argument
1344 LnnPostUpdateSendInfoMsgToHbFsm(LnnHeartbeatFsm *hbFsm, LnnHeartbeatUpdateInfoType type) LnnPostUpdateSendInfoMsgToHbFsm() argument
[all...]
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_types.h120 enum WifiDirectNegoChannelType type; member
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_transceiver.c669 ConnectType type = conn->connInfo.type; TransProxyConnExistProc() local
[all...]
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_socket_manager.c188 ClientSessionServer *GetNewSessionServer(SoftBusSecType type, const char *sessionName, in GetNewSessionServer() argument
333 DestroyClientSessionByNetworkId(const ClientSessionServer *server, const char *networkId, int32_t type, ListNode *destroyList) DestroyClientSessionByNetworkId() argument
403 GetNewSocketServer(SoftBusSecType type, const char *sessionName, const char *pkgName) GetNewSocketServer() argument
791 GetQosValue(const QosTV *qos, uint32_t qosCount, QosType type, int32_t *value, int32_t defVal) GetQosValue() argument
[all...]
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp599 int32_t type = FSM_MSG_UNKNOWN; HWTEST_F() local
700 AuthLinkType type = AUTH_LINK_TYPE_WIFI; HWTEST_F() local
[all...]
H A Dauth_manager_test.cpp94 static void SetAuthSessionInfo(AuthSessionInfo *info, uint64_t connId, bool isServer, AuthLinkType type) in SetAuthSessionInfo() argument
167 static int32_t MyUpdateFuncReturnError(AuthManager *auth1, const AuthManager *auth2, AuthLinkType type) in MyUpdateFuncReturnError() argument
173 MyUpdateFuncReturnOk(AuthManager *auth1, const AuthManager *auth2, AuthLinkType type) MyUpdateFuncReturnOk() argument
203 uint32_t type = 0; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/decision_center/include/
H A Dlnn_decision_center.h117 uint32_t type; member
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_service_skeleton.cpp178 sptr<IRemoteObject> DBinderTestServiceProxy::GetRemoteObject(int type) in GetRemoteObject() argument
/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A Dlnn_bus_center_ipc.c442 int32_t LnnIpcNotifyBasicInfoChanged(void *info, uint32_t infoTypeLen, int32_t type) in LnnIpcNotifyBasicInfoChanged() argument
447 int32_t LnnIpcNotifyNodeStatusChanged(void *info, uint32_t infoTypeLen, int32_t type) in LnnIpcNotifyNodeStatusChanged() argument
462 int32_t LnnIpcNotifyDeviceTrustedChange(int32_t type, const char *msg, uint32_t msgLen) in LnnIpcNotifyDeviceTrustedChange() argument
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_manager.c378 int32_t ClientTransProxySessionDataLenCheck(uint32_t dataLen, SessionPktType type) in ClientTransProxySessionDataLenCheck() argument
885 int32_t ClientTransProxyOnDataReceived(int32_t channelId, const void *data, uint32_t len, SessionPktType type) in ClientTransProxyOnDataReceived() argument

Completed in 33 milliseconds

1...<<311312313314315316317318319320>>...495