Home
last modified time | relevance | path

Searched defs:serverId (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp191 int BleGattsAddService(int serverId, BtUuid srvcUuid, bool isPrimary, int number) in BleGattsAddService()
196 int BleGattsUnRegister(int serverId) in BleGattsUnRegister()
201 int BleGattsAddCharacteristic(int serverId, int srvcHandle, BtUuid characUuid, int properties, int … in BleGattsAddCharacteristic()
207 int BleGattsAddDescriptor(int serverId, int srvcHandle, BtUuid descUuid, int permissions) in BleGattsAddDescriptor()
212 int BleGattsStartService(int serverId, int srvcHandle) in BleGattsStartService()
217 int BleGattsStopService(int serverId, int srvcHandle) in BleGattsStopService()
222 int BleGattsDeleteService(int serverId, int srvcHandle) in BleGattsDeleteService()
227 int BleGattsDisconnect(int serverId, BdAddr bdAddr, int connId) in BleGattsDisconnect()
232 int BleGattsSendResponse(int serverId, GattsSendRspParam *param) in BleGattsSendResponse()
237 int BleGattsSendIndication(int serverId, GattsSendIndParam *param) in BleGattsSendIndication()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp48 int serverId; member
242 GattServerCallbackWapper(BtGattServerCallbacks *callback, int serverId) in GattServerCallbackWapper()
634 int BleGattsUnRegister(int serverId) in BleGattsUnRegister()
657 int BleGattsConnect(int serverId, BdAddr bdAddr) in BleGattsConnect()
681 int BleGattsDisconnect(int serverId, BdAddr bdAddr, int connId) in BleGattsDisconnect()
892 int BleGattsStartService(int serverId, int srvcHandle) in BleGattsStartService()
920 int BleGattsStopService(int serverId, int srvcHandle) in BleGattsStopService()
956 int BleGattsDeleteService(int serverId, int srvcHandle) in BleGattsDeleteService()
992 int BleGattsClearServices(int serverId) in BleGattsClearServices()
1007 int BleGattsSendResponse(int serverId, GattsSendRspParam *param) in BleGattsSendResponse()
[all …]
H A Dohos_bt_socket.cpp141 int serverId = g_serverMap.AddObject(server); in SocketServerCreate() local
158 int SocketServerAccept(int serverId) in SocketServerAccept()
184 int SocketServerClose(int serverId) in SocketServerClose()
459 int SocketGetPsm(int serverId) in SocketGetPsm()
475 int SocketGetScn(int serverId) in SocketGetScn()
H A Dohos_bt_spp.cpp75 int SppServerAccept(int serverId) in SppServerAccept()
88 int SppServerClose(int serverId) in SppServerClose()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp242 int BleGattsAddService(int serverId, BtUuid srvcUuid, bool isPrimary, int number) in BleGattsAddService()
247 int BleGattsUnRegister(int serverId) in BleGattsUnRegister()
252 int BleGattsAddCharacteristic(int serverId, int srvcHandle, BtUuid characUuid, int properties, int … in BleGattsAddCharacteristic()
258 int BleGattsAddDescriptor(int serverId, int srvcHandle, BtUuid descUuid, int permissions) in BleGattsAddDescriptor()
263 int BleGattsStartService(int serverId, int srvcHandle) in BleGattsStartService()
268 int BleGattsStopService(int serverId, int srvcHandle) in BleGattsStopService()
273 int BleGattsDeleteService(int serverId, int srvcHandle) in BleGattsDeleteService()
278 int BleGattsDisconnect(int serverId, BdAddr bdAddr, int connId) in BleGattsDisconnect()
283 int BleGattsSendResponse(int serverId, GattsSendRspParam *param) in BleGattsSendResponse()
288 int BleGattsSendIndication(int serverId, GattsSendIndParam *param) in BleGattsSendIndication()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c288 static void BleRegisterServerCallback(int status, int serverId, BtUuid *appUuid) in BleRegisterServerCallback()
311 static void BleConnectServerCallback(int connId, int serverId, const BdAddr *bdAddr) in BleConnectServerCallback()
347 static void BleDisconnectServerCallback(int connId, int serverId, const BdAddr *bdAddr) in BleDisconnectServerCallback()
362 static void BleServiceAddCallback(int status, int serverId, BtUuid *uuid, int srvcHandle) in BleServiceAddCallback()
383 static void BleIncludeServiceAddCallback(int status, int serverId, int srvcHandle, int includeSrvcH… in BleIncludeServiceAddCallback()
390 static void BleCharacteristicAddCallback(int status, int serverId, BtUuid *uuid, int srvcHandle, in BleCharacteristicAddCallback()
408 static void BleDescriptorAddCallback(int status, int serverId, BtUuid *uuid, int srvcHandle, int de… in BleDescriptorAddCallback()
426 static void BleServiceStartCallback(int status, int serverId, int srvcHandle) in BleServiceStartCallback()
442 static void BleServiceStopCallback(int status, int serverId, int srvcHandle) in BleServiceStopCallback()
457 static void BleServiceDeleteCallback(int status, int serverId, int srvcHandle) in BleServiceDeleteCallback()
[all …]
/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/
H A DDhcpReleasePacket.java32 public DhcpReleasePacket(int transId, Inet4Address serverId, Inet4Address clientAddr, in DhcpReleasePacket()
/aosp12/frameworks/native/cmds/lshal/
H A Dtest.cpp296 static uint64_t getPtr(pid_t serverId) { return 10000 + serverId; } in getPtr()
297 static std::vector<pid_t> getClients(pid_t serverId) { in getClients()
300 static BinderPidInfo getPidInfoFromId(pid_t serverId) { in getPidInfoFromId()
307 static std::string getInterfaceName(pid_t serverId) { in getInterfaceName()
310 static std::string getInstanceName(pid_t serverId) { in getInstanceName()
316 static std::string getFqInstanceName(pid_t serverId) { in getFqInstanceName()
319 static std::string getCmdlineFromId(pid_t serverId) { in getCmdlineFromId()
324 static hidl_hash getHashFromId(pid_t serverId) { in getHashFromId()
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_config.h31 uint32_t serverId; /* Server identifier. */ member
H A Ddhcp_address_pool.h42 uint32_t serverId; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/mock/
H A Dconnection_ble_mock.cpp89 int BleGattsAddService(int serverId, BtUuid srvcUuid, bool isPrimary, int number) in BleGattsAddService()
/ohos5.0/foundation/communication/dsoftbus/core/adapter/br/mock/
H A Dwrapper_br_interface.c141 static int32_t GetSppServerPort(int serverId) in GetSppServerPort()
/ohos5.0/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; in ListenTask() local
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_s_server_test.cpp74 uint32_t serverId = ParseIpAddr("192.168.189.254"); in InitServerConfig() local
H A Ddhcp_address_pool_test.cpp58 uint32_t serverId = ParseIpAddr("192.168.100.1"); in SamplePoolConfig() local
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_agent.cpp148 int32_t serverId = serverIdMap_[sessionName_]; in QuitDomain() local
H A Dsoftbus_handler.cpp314 int32_t serverId = it->second; in CloseSession() local
/ohos5.0/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.h190 static uint32_t serverId; variable
H A Dapp_spawn_test_helper.cpp57 uint32_t AppSpawnTestServer::serverId = 0; member in OHOS::AppSpawnTestServer
/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPicasaSource.java428 public static String constructId(String serverId) { in constructId()
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_distributed_test.cpp1177 …teObjectAndCheck(sptr<IRemoteObject>& object, sptr<IDBinderTestService>& testService, int serverId) in GetRemoteObjectAndCheck()
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp510 int32_t serverId[3]; in TEST_F() local
549 int32_t serverId[3]; in TEST_F() local
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp865 int AddReplyServerIdOption(PDhcpOptionList options, uint32_t serverId) in AddReplyServerIdOption()