Home
last modified time | relevance | path

Searched defs:socketFd (Results 51 – 75 of 76) sorted by relevance

1234

/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H A Dnet_connection.cpp254 int32_t OH_NetConn_BindSocket(int32_t socketFd, NetConn_NetHandle *netHandle) in OH_NetConn_BindSocket()
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp180 std::string& option, uint32_t socketFd, bool isDebugApp) in StartDebugger()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dtrans_event_form.h85 int32_t socketFd; // SOCKET_FD member
177 int32_t socketFd; // SOCKET_FD member
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/pnp_server/
H A Daudio_socket_thread.cpp65 int socketFd = -1; in AudioPnpUeventOpen() local
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_native_client.cpp745 int32_t NetsysNativeClient::BindSocket(int32_t socketFd, uint32_t netId) in BindSocket()
963 int32_t NetsysNativeClient::BindNetworkServiceVpn(int32_t socketFd) in BindNetworkServiceVpn()
978 int32_t NetsysNativeClient::EnableVirtualNetIfaceCard(int32_t socketFd, struct ifreq &ifRequest, in… in EnableVirtualNetIfaceCard()
1022 int32_t NetsysNativeClient::SetIpAddress(int32_t socketFd, const std::string &ipAddress, int32_t pr… in SetIpAddress()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h83 uint32_t socketFd; member
/ohos5.0/foundation/communication/ipc/services/dbinder/c/include/
H A Ddbinder_types.h73 uint32_t socketFd; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dconnect_server_manager.cpp91 void ConnectServerManager::StartConnectServer(const std::string& bundleName, int socketFd, bool isL… in StartConnectServer()
H A Djs_runtime.cpp221 isStartWithDebug, instanceId, weak, isDebugApp] (int socketFd, std::string option) { in StartDebugMode()
357 … [bundleName, isStartWithDebug, instanceId, weak, isDebugApp](int socketFd, std::string option) { in StartProfiler()
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_stub_test.h175 int32_t BindSocket(int32_t socketFd, int32_t netId) override in BindSocket()
H A Dnet_conn_client_test.cpp1117 int32_t socketFd = 0; variable
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_ffi.cpp379 int32_t CJ_NetHandleBindSocket(int32_t netId, int socketFd) in CJ_NetHandleBindSocket()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_utils.cpp368 int32_t socketFd = socket(AF_INET, SOCK_DGRAM, 0); in GetInterfaceIpString() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_utils.cpp365 int32_t socketFd = socket(AF_INET, SOCK_DGRAM, 0); in GetInterfaceIpString() local
/ohos5.0/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.cpp251 int socketFd = LE_GetSocketFd(taskHandle); in HandleRecvMessage() local
/ohos5.0/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_daemon.cpp164 void FaultLoggerDaemon::HandleAccept(int32_t epollFd, int32_t socketFd) in HandleAccept()
/ohos5.0/base/msdp/device_status/services/communication/client/src/
H A Ddevicestatus_srv_proxy.cpp519 int32_t &socketFd, int32_t &tokenType) in AllocSocketFd()
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp394 int32_t NetConnClient::BindSocket(int32_t socketFd, int32_t netId) in BindSocket()
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_service_proxy.cpp962 int32_t NetConnServiceProxy::BindSocket(int32_t socketFd, int32_t netId) in BindSocket()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_conn_service_stub.cpp1045 int32_t socketFd; in OnBindSocket() local
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_service.c301 int socketFd = LE_GetSocketFd(taskHandle); in HandleRecvMessage() local
/ohos5.0/foundation/communication/netmanager_base/test/fuzztest/netconnclient_fuzzer/
H A Dnet_conn_client_fuzzer.cpp223 int32_t socketFd = NetConnGetData<int32_t>(); in BindSocketFuzzTest() local
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c888 int32_t socketFd = GetFd(info->connId); in UnpackWifiSinglePassInfo() local
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp1740 int32_t NetConnService::BindSocket(int32_t socketFd, int32_t netId) in BindSocket()
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_proxy.cpp107 const int32_t moduleType, int32_t &socketFd, int32_t &tokenType) in AllocSocketFd()

1234