Home
last modified time | relevance | path

Searched defs:socketName (Results 1 – 11 of 11) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/transmission/session/
Dclient_trans_inner_socket_test.cpp57 … std::string socketName = "DBinder" + std::to_string(uid) + std::string("_") + std::to_string(pid); variable
77 … std::string socketName = "DBinder" + std::to_string(uid) + std::string("_") + std::to_string(pid); variable
95 … std::string socketName = "DBinder" + std::to_string(uid) + std::string("_") + std::to_string(pid); variable
Dclient_trans_socket_service_test.cpp71 char socketName[SOCKET_NAME_INVALID_LEN + 1]; variable
100 char socketName[SOCKET_NAME_INVALID_LEN + 1]; variable
/foundation/communication/ipc/ipc/native/src/core/source/
Ddbinder_softbus_client.cpp71 …inderSoftbusClient::DBinderGrantPermission(int32_t uid, int32_t pid, const std::string &socketName) in DBinderGrantPermission()
91 int32_t DBinderSoftbusClient::DBinderRemovePermission(const std::string &socketName) in DBinderRemovePermission()
/foundation/communication/dsoftbus/sdk/transmission/session/src/
Dclient_trans_socket_service.c219 int32_t DBinderGrantPermission(int32_t uid, int32_t pid, const char *socketName) in DBinderGrantPermission()
224 int32_t DBinderRemovePermission(const char *socketName) in DBinderRemovePermission()
/foundation/communication/dsoftbus/core/common/dfx/interface/include/
Dtrans_network_statistics.h34 char socketName[SESSION_NAME_SIZE_MAX]; member
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/socket_fuzzer/
Dsocket_fuzzer.cpp38 std::unique_ptr<char[]> socketName = std::make_unique<char[]>(bufSize); in SocketTestWithName() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
Drs_profiler_socket.cpp123 const std::string socketName = "render_service_" + std::to_string(port); in Open() local
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
Dsoftbus_hidumper_util.c143 char *socketName; member
479 static void TransStatsSuccessDetail(bool success, const char *socketName, int32_t linkTypePara, int… in TransStatsSuccessDetail()
526 const char *socketName = transStatsPara->socketName; in TransStats() local
588 char* socketName = GetStringValueByRecord(&srcRecord[i], SOCKET_KEY_NAME); in OnQueryTrans() local
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
Dsoftbus_adapter_standard.cpp414 std::string SoftBusAdapter::GetSocketName(const std::string &socketName) in GetSocketName()
/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
Dtrans_event_form.h74 const char *socketName; // SESSION_NAME member
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
Dsoftbus_proxychannel_manager.c1114 TransEventExtra *extra, ProxyChannelInfo *chan, char *socketName, NodeInfo *nodeInfo) in FillProxyHandshakeExtra()