Home
last modified time | relevance | path

Searched defs:networkId (Results 376 - 400 of 787) sorted by relevance

1...<<11121314151617181920>>...32

/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_utils_test.cpp136 char networkId[NETWORK_ID_BUF_LEN] = { 1 }; in HWTEST_F() local
156 char networkId[NETWORK_ID_BUF_LEN] = { 1 }; in HWTEST_F() local
439 char networkId[NETWORK_ID_BUF_LEN] = { 1 }; in HWTEST_F() local
621 std::string networkId = "1234567890"; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dclient_bus_center_manager_test.cpp434 static void OnJoinLNNResultCb(ConnectionAddr *addr, const char *networkId, int32_t retCode) in OnJoinLNNResultCb() argument
470 static void OnLeaveResultCb(const char *networkId, int32_t retCode) in OnLeaveResultCb() argument
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy.cpp123 int32_t ServerIpcGetNodeKeyInfo(const char *pkgName, const char *networkId, int key, unsigned char *buf, uint32_t len) in ServerIpcGetNodeKeyInfo() argument
133 int32_t ServerIpcSetNodeDataChangeFlag(const char *pkgName, const char *networkId, uint16_t dataChangeFlag) in ServerIpcSetNodeDataChangeFlag() argument
183 int32_t ServerIpcLeaveLNN(const char *pkgName, const char *networkId) in ServerIpcLeaveLNN() argument
/foundation/communication/dsoftbus/sdk/bus_center/ipc/mini/
H A Dbus_center_server_proxy.c47 int32_t ServerIpcGetNodeKeyInfo(const char *pkgName, const char *networkId, int key, unsigned char *buf, uint32_t len) in ServerIpcGetNodeKeyInfo() argument
52 int32_t ServerIpcSetNodeDataChangeFlag(const char *pkgName, const char *networkId, uint16_t dataChangeFlag) in ServerIpcSetNodeDataChangeFlag() argument
80 int32_t ServerIpcLeaveLNN(const char *pkgName, const char *networkId) in ServerIpcLeaveLNN() argument
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/trans_lane/
H A Dlnn_trans_lane_deps_mock.cpp57 int32_t SelectAuthLane(const char *networkId, LanePreferredLinkList *recommendList, LanePreferredLinkList *request) in SelectAuthLane() argument
62 int32_t SelectLane(const char *networkId, const LaneSelectParam *request, in SelectLane() argument
68 int32_t SelectExpectLanesByQos(const char *networkId, const LaneSelectParam *request, in SelectExpectLanesByQos() argument
79 int32_t DestroyLink(const char *networkId, uint32_t laneReqId, LaneLinkType type) in DestroyLink() argument
144 int32_t LaneCapCheck(const char *networkId, LaneLinkType linkType) in LaneCapCheck() argument
149 GetErrCodeOfLink(const char *networkId, LaneLinkType linkType) GetErrCodeOfLink() argument
[all...]
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/
H A Dlnn_lane_link_deps_mock.cpp39 int32_t LaneLinkDepsInterfaceMock::ActionOfChannelOpenFailed(int32_t requestId, const char *networkId, in ActionOfChannelOpenFailed() argument
46 int32_t LaneLinkDepsInterfaceMock::ActionOfChannelOpened(int32_t requestId, const char *networkId, in ActionOfChannelOpened() argument
75 int32_t TransProxyPipelineOpenChannel(int32_t requestId, const char *networkId, in TransProxyPipelineOpenChannel() argument
/foundation/communication/dsoftbus/tests/core/bus_center/service/unittest/
H A Dbus_center_event_deps_mock.cpp70 int32_t LnnIpcNotifyJoinResult(void *addr, uint32_t addrTypeLen, const char *networkId, in LnnIpcNotifyJoinResult() argument
76 int32_t LnnIpcNotifyLeaveResult(const char *networkId, int32_t retCode) in LnnIpcNotifyLeaveResult() argument
122 int32_t LnnGenLocalNetworkId(char *networkId, uint32_t len) in LnnGenLocalNetworkId() argument
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_fsm.h77 const char networkId[NETWORK_ID_BUF_LEN]; member
91 char networkId[NETWORK_ID_BUF_LEN]; member
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dif_softbus_client.cpp33 int32_t ISoftBusClient::OnChannelLinkDown(const char *networkId, int32_t routeType) in OnChannelLinkDown() argument
66 int32_t ISoftBusClient::OnJoinLNNResult(void *addr, uint32_t addrTypeLen, const char *networkId, int retCode) in OnJoinLNNResult() argument
79 int32_t ISoftBusClient::OnLeaveLNNResult(const char *networkId, int retCode) in OnLeaveLNNResult() argument
85 int32_t ISoftBusClient::OnLeaveMetaNodeResult(const char *networkId, int retCode) in OnLeaveMetaNodeResult() argument
162 void ISoftBusClient::OnDataLevelChanged(const char *networkId, const DataLevelInfo *dataLevelInfo) in OnDataLevelChanged() argument
/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_fsm_test.cpp782 const char *networkId = "123"; in HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/tests/core/transmission/ipc/
H A Dtrans_client_proxy_test.cpp186 char networkId[] = "ABCDEFG"; in HWTEST_F() local
366 const char *networkId = "1234"; // test value in HWTEST_F() local
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/
H A Dtrans_tdc_sdk_test.c60 static void OnJoinLNNDone(const ConnectionAddr *addr, const char *networkId, int32_t retCode) in OnJoinLNNDone() argument
77 static void OnLeaveLNNDone(const char *networkId, int32_t retCode) in OnLeaveLNNDone() argument
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_binder_databus_invoker_unittest.cpp559 std::string networkId = DEVICE_ID_TEST; in HWTEST_F() local
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_ctrl_lane.c92 bool IsAuthReuseP2p(const char *networkId, const char *udid, AuthLinkType authType) in IsAuthReuseP2p() argument
454 char networkId[NETWORK_ID_BUF_LEN] = { 0 }; in FreeLaneLink() local
[all...]
/foundation/communication/dsoftbus/core/transmission/session/src/
H A Dtrans_session_manager.c386 void TransOnLinkDown(const char *networkId, const char *uuid, const char *udid, const char *peerIp, int32_t type) in TransOnLinkDown() argument
/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dbus_center_ipc_mock.cpp45 int32_t LnnServerLeave(const char *networkId, const char *pkgName) in LnnServerLeave() argument
65 int32_t LnnGetNodeKeyInfo(const char *networkId, int32_t key, uint8_t *info, uint32_t infoLen) in LnnGetNodeKeyInfo() argument
70 int32_t LnnSetNodeDataChangeFlag(const char *networkId, uint16_t dataChangeFlag) in LnnSetNodeDataChangeFlag() argument
132 int32_t ClientOnLeaveLNNResult(const char *pkgName, int32_t pid, const char *networkId, int32_t retCode) in ClientOnLeaveLNNResult() argument
126 ClientOnJoinLNNResult( PkgNameAndPidInfo *info, void *addr, uint32_t addrTypeLen, const char *networkId, int32_t retCode) ClientOnJoinLNNResult() argument
[all...]
H A Dhb_ctrl_static_mock.cpp135 int32_t LnnStopScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrType) in LnnStopScreenChangeOfflineTiming() argument
140 int32_t LnnStartScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrType) in LnnStartScreenChangeOfflineTiming() argument
H A Dhb_fsm_mock.cpp40 int32_t LnnStartOfflineTimingStrategy(const char *networkId, ConnectionAddrType addrType) in LnnStartOfflineTimingStrategy() argument
45 int32_t LnnStopOfflineTimingStrategy(const char *networkId, ConnectionAddrType addrType) in LnnStopOfflineTimingStrategy() argument
56 int32_t LnnNotifyMasterElect(const char *networkId, const char *masterUdid, int32_t masterWeight) in LnnNotifyMasterElect() argument
106 int32_t LnnOfflineTimingByHeartbeat(const char *networkId, ConnectionAddrType addrType) in LnnOfflineTimingByHeartbeat() argument
111 int32_t LnnRequestLeaveSpecific(const char *networkId, ConnectionAddrType addrType) in LnnRequestLeaveSpecific() argument
142 LnnStartScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrType) LnnStartScreenChangeOfflineTiming() argument
147 LnnStopScreenChangeOfflineTiming(const char *networkId, ConnectionAddrType addrType) LnnStopScreenChangeOfflineTiming() argument
[all...]
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/mock/
H A Dtrans_lane_pending_test_mock.cpp117 int32_t LnnGetRemoteStrInfo(const char *networkId, InfoKey key, char *info, uint32_t len) in LnnGetRemoteStrInfo() argument
122 int32_t LnnGetDLAuthCapacity(const char *networkId, uint32_t *authCapacity) in LnnGetDLAuthCapacity() argument
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_service_test.cpp385 char networkId[DEVICE_ID_SIZE_MAX] = {0}; in HWTEST_F() local
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dbus_center_client_proxy_standard.cpp34 int32_t BusCenterClientProxy::OnChannelLinkDown(const char *networkId, int32_t routeType) in OnChannelLinkDown() argument
56 int32_t BusCenterClientProxy::OnJoinLNNResult(void *addr, uint32_t addrTypeLen, const char *networkId, int retCode) in OnJoinLNNResult() argument
146 int32_t BusCenterClientProxy::OnLeaveLNNResult(const char *networkId, int retCode) in OnLeaveLNNResult() argument
179 int32_t BusCenterClientProxy::OnLeaveMetaNodeResult(const char *networkId, in argument
614 OnDataLevelChanged(const char *networkId, const DataLevelInfo *dataLevelInfo) OnDataLevelChanged() argument
[all...]
/foundation/communication/dsoftbus/core/bus_center/ipc/mini/
H A Dlnn_bus_center_ipc.c56 int32_t LnnIpcServerLeave(const char *pkgName, int32_t callingPid, const char *networkId) in LnnIpcServerLeave() argument
80 int32_t LnnIpcGetNodeKeyInfo(const char *pkgName, const char *networkId, int32_t key, unsigned char *buf, in LnnIpcGetNodeKeyInfo() argument
91 int32_t LnnIpcSetNodeDataChangeFlag(const char *pkgName, const char *networkId, in LnnIpcSetNodeDataChangeFlag() argument
164 int32_t LnnIpcNotifyJoinResult(void *addr, uint32_t addrTypeLen, const char *networkId, in LnnIpcNotifyJoinResult() argument
171 int32_t LnnIpcNotifyLeaveResult(const char *networkId, int32_t retCode) in LnnIpcNotifyLeaveResult() argument
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_devicename_info.c54 static int32_t LnnSyncDeviceName(const char *networkId) in LnnSyncDeviceName() argument
75 static int32_t LnnSyncDeviceNickName(const char *networkId) in LnnSyncDeviceNickName() argument
109 static void OnReceiveDeviceName(LnnSyncInfoType type, const char *networkId, const uint8_t *msg, uint32_t len) in OnReceiveDeviceName() argument
152 NotifyDeviceDisplayNameChange(const char *networkId, const char *udid) NotifyDeviceDisplayNameChange() argument
192 NickNameMsgProc(const char *networkId, int64_t accountId, const char *nickName) NickNameMsgProc() argument
241 OnReceiveDeviceNickName(LnnSyncInfoType type, const char *networkId, const uint8_t *msg, uint32_t len) OnReceiveDeviceNickName() argument
301 IsDeviceNeedSyncNickName(const char *networkId) IsDeviceNeedSyncNickName() argument
[all...]
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/
H A Dsession_service_impl.cpp167 char networkId[DEVICE_ID_SIZE_MAX]; in CreateSession() local
/foundation/communication/dsoftbus/tests/core/frame/unittest/mock/
H A Dsoftbus_server_stub_test_mock.cpp76 int32_t LnnIpcGetNodeKeyInfo(const char *pkgName, const char *networkId, int32_t key, in LnnIpcGetNodeKeyInfo() argument

Completed in 22 milliseconds

1...<<11121314151617181920>>...32