Home
last modified time | relevance | path

Searched defs:serverId (Results 1 - 17 of 17) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_spp.cpp72 int SppServerAccept(int serverId) in SppServerAccept() argument
85 int SppServerClose(int serverId) in SppServerClose() argument
[all...]
H A Dohos_bt_socket.cpp136 int serverId = g_serverMap.AddObject(server); in SocketServerCreate() local
153 int SocketServerAccept(int serverId) in SocketServerAccept() argument
179 SocketServerClose(int serverId) SocketServerClose() argument
447 SocketGetPsm(int serverId) SocketGetPsm() argument
463 SocketGetScn(int serverId) SocketGetScn() argument
[all...]
H A Dohos_bt_gatt_server.cpp45 int serverId; member
140 static void AddAttribute(int serverId, int serviceIndex, int attrType, UUID uuid, uint16_t handle) in AddAttribute() argument
155 GetAttribute(int serverId, int serviceIndex, std::function<bool(GattAttribute &)> predicate) GetAttribute() argument
175 GetAttributeWithHandle(int serverId, int handle) GetAttributeWithHandle() argument
189 GetAttributeWithUuid(int serverId, int serviceIndex, int attributeType, UUID uuid) GetAttributeWithUuid() argument
202 GetDescriptorAttribute( int serverId, int serviceIndex, UUID characterUuid, UUID descriptorUuid) GetDescriptorAttribute() argument
222 GetAttributeWithActualHandle(int serverId, uint16_t actualHandle) GetAttributeWithActualHandle() argument
239 GattServerCallbackWapper(BtGattServerCallbacks *callback, int serverId) GattServerCallbackWapper() argument
631 BleGattsUnRegister(int serverId) BleGattsUnRegister() argument
654 BleGattsConnect(int serverId, BdAddr bdAddr) BleGattsConnect() argument
678 BleGattsDisconnect(int serverId, BdAddr bdAddr, int connId) BleGattsDisconnect() argument
708 BleGattsAddService(int serverId, BtUuid srvcUuid, bool isPrimary, int number) BleGattsAddService() argument
759 BleGattsAddIncludedService(int serverId, int srvcHandle, int includedHandle) BleGattsAddIncludedService() argument
780 BleGattsAddCharacteristic(int serverId, int srvcHandle, BtUuid characUuid, int properties, int permissions) BleGattsAddCharacteristic() argument
838 BleGattsAddDescriptor(int serverId, int srvcHandle, BtUuid descUuid, int permissions) BleGattsAddDescriptor() argument
889 BleGattsStartService(int serverId, int srvcHandle) BleGattsStartService() argument
917 BleGattsStopService(int serverId, int srvcHandle) BleGattsStopService() argument
953 BleGattsDeleteService(int serverId, int srvcHandle) BleGattsDeleteService() argument
989 BleGattsClearServices(int serverId) BleGattsClearServices() argument
1004 BleGattsSendResponse(int serverId, GattsSendRspParam *param) BleGattsSendResponse() argument
1062 BleGattsSendIndication(int serverId, GattsSendIndParam *param) BleGattsSendIndication() argument
[all...]
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_address_pool.h42 uint32_t serverId; member
H A Ddhcp_config.h31 uint32_t serverId; /* Server identifier. */ member
/foundation/communication/dsoftbus/tests/core/connection/ble/mock/
H A Dconnection_ble_mock.cpp89 int32_t BleGattsAddService(int32_t serverId, BtUuid srvcUuid, bool isPrimary, int32_t number) in BleGattsAddService() argument
/foundation/communication/dsoftbus/core/adapter/br/mock/
H A Dwrapper_br_interface.c141 static int32_t GetSppServerPort(int serverId) in GetSppServerPort() argument
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_address_pool_test.cpp58 uint32_t serverId = ParseIpAddr("192.168.100.1"); in SamplePoolConfig() local
H A Ddhcp_s_server_test.cpp74 uint32_t serverId = ParseIpAddr("192.168.189.254"); in InitServerConfig() local
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler.cpp290 int32_t serverId = it->second; in CloseSession() local
H A Dsoftbus_agent.cpp141 int32_t serverId = serverIdMap_[sessionName_]; in QuitDomain() local
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp191 int32_t BleGattsAddService(int32_t serverId, BtUuid srvcUuid, bool isPrimary, int32_t number) in BleGattsAddService() argument
196 int32_t BleGattsUnRegister(int32_t serverId) in BleGattsUnRegister() argument
201 int32_t BleGattsAddCharacteristic(int32_t serverId, int32_t srvcHandle, in BleGattsAddCharacteristic() argument
208 int32_t BleGattsAddDescriptor(int32_t serverId, int32_t srvcHandle, BtUuid descUuid, int32_t permissions) in BleGattsAddDescriptor() argument
213 int32_t BleGattsStartService(int32_t serverId, int32_t srvcHandle) in BleGattsStartService() argument
218 BleGattsStopService(int32_t serverId, int32_t srvcHandle) BleGattsStopService() argument
223 BleGattsDeleteService(int32_t serverId, int32_t srvcHandle) BleGattsDeleteService() argument
228 BleGattsDisconnect(int32_t serverId, BdAddr bdAddr, int32_t connId) BleGattsDisconnect() argument
233 BleGattsSendResponse(int32_t serverId, GattsSendRspParam *param) BleGattsSendResponse() argument
238 BleGattsSendIndication(int32_t serverId, GattsSendIndParam *param) BleGattsSendIndication() argument
[all...]
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_distributed_test.cpp1177 static void GetRemoteObjectAndCheck(sptr<IRemoteObject>& object, sptr<IDBinderTestService>& testService, int serverId) in GetRemoteObjectAndCheck() argument
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp242 int32_t BleGattsAddService(int32_t serverId, BtUuid srvcUuid, bool isPrimary, int32_t number) in BleGattsAddService() argument
247 int32_t BleGattsUnRegister(int32_t serverId) in BleGattsUnRegister() argument
252 int32_t BleGattsAddCharacteristic(int32_t serverId, int32_t srvcHandle, in BleGattsAddCharacteristic() argument
259 int32_t BleGattsAddDescriptor(int32_t serverId, int32_t srvcHandle, BtUuid descUuid, int32_t permissions) in BleGattsAddDescriptor() argument
264 int32_t BleGattsStartService(int32_t serverId, int32_t srvcHandle) in BleGattsStartService() argument
269 BleGattsStopService(int32_t serverId, int32_t srvcHandle) BleGattsStopService() argument
274 BleGattsDeleteService(int32_t serverId, int32_t srvcHandle) BleGattsDeleteService() argument
279 BleGattsDisconnect(int32_t serverId, BdAddr bdAddr, int32_t connId) BleGattsDisconnect() argument
284 BleGattsSendResponse(int32_t serverId, GattsSendRspParam *param) BleGattsSendResponse() argument
289 BleGattsSendIndication(int32_t serverId, GattsSendIndParam *param) BleGattsSendIndication() argument
[all...]
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_connection.c51 int32_t serverId; member
674 int32_t serverId = g_sppDriver->OpenSppServer(name, (int32_t)strlen(name), UUID, 0); in CheckBrServerStateAndOpenSppServer() local
720 int32_t serverId = serverState->serverId; ListenTask() local
[all...]
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c303 static void BleRegisterServerCallback(int status, int serverId, BtUuid *appUuid) in BleRegisterServerCallback() argument
326 static void BleConnectServerCallback(int connId, int serverId, const BdAddr *bdAddr) in BleConnectServerCallback() argument
362 BleDisconnectServerCallback(int connId, int serverId, const BdAddr *bdAddr) BleDisconnectServerCallback() argument
381 BleServiceAddCallback(int status, int serverId, BtUuid *uuid, int srvcHandle) BleServiceAddCallback() argument
402 BleIncludeServiceAddCallback(int status, int serverId, int srvcHandle, int includeSrvcHandle) BleIncludeServiceAddCallback() argument
409 BleCharacteristicAddCallback(int status, int serverId, BtUuid *uuid, int srvcHandle, int characteristicHandle) BleCharacteristicAddCallback() argument
427 BleDescriptorAddCallback(int status, int serverId, BtUuid *uuid, int srvcHandle, int descriptorHandle) BleDescriptorAddCallback() argument
445 BleServiceStartCallback(int status, int serverId, int srvcHandle) BleServiceStartCallback() argument
461 BleServiceStopCallback(int status, int serverId, int srvcHandle) BleServiceStopCallback() argument
476 BleServiceDeleteCallback(int status, int serverId, int srvcHandle) BleServiceDeleteCallback() argument
681 SetConnIdAndAddr(int connId, int serverId, const SoftBusBtAddr *btAddr) SetConnIdAndAddr() argument
[all...]
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp863 int AddReplyServerIdOption(PDhcpOptionList options, uint32_t serverId) in AddReplyServerIdOption() argument
[all...]

Completed in 16 milliseconds