Searched refs:un (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/toolchain/websocket/server/ |
H A D | websocket_server.cpp | 293 struct sockaddr_un un; in InitUnixWebSocket() local 294 if (memset_s(&un, sizeof(un), 0, sizeof(un)) != EOK) { in InitUnixWebSocket() 299 un.sun_family = AF_UNIX; in InitUnixWebSocket() 300 if (strcpy_s(un.sun_path + 1, sizeof(un.sun_path) - 1, sockName.c_str()) != EOK) { in InitUnixWebSocket() 305 un.sun_path[0] = '\0'; in InitUnixWebSocket() 307 if (bind(serverFd_, reinterpret_cast<struct sockaddr*>(&un), static_cast<int32_t>(len)) != SOCKET_SUCCESS) { in InitUnixWebSocket()
|
/arkcompiler/toolchain/websocket/ |
H A D | define.h | 32 #include <sys/un.h>
|
/arkcompiler/runtime_core/static_core/verification/util/ |
H A D | set_operations.h | 75 auto un = [](const S &lhs, const S &rhs) -> S { in SetUnion() 80 return NAry {un}(args...); in SetUnion()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | types_def.h | 41 union un { union in maple::StIdx 119 un u;
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
H A D | etsUnionType.cpp | 64 Type *ETSUnionType::ComputeAssemblerLUB(ETSChecker *checker, ETSUnionType *un) 66 auto *const apparent = checker->GetApparentType(un); 70 if (apparent != un) { 73 un = apparent->AsETSUnionType(); 76 for (auto *t : un->ConstituentTypes()) {
|
H A D | etsUnionType.h | 100 static Type *ComputeAssemblerLUB(ETSChecker *checker, ETSUnionType *un);
|
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/ |
H A D | ipc_unix_socket.cpp | 25 #include <sys/un.h>
|
/arkcompiler/toolchain/websocket/client/ |
H A D | websocket_client.cpp | 19 #include <sys/un.h>
|
/arkcompiler/toolchain/websocket/test/ |
H A D | websocket_test.cpp | 19 #include <sys/un.h>
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 17245 class un { 17274 constructor(t = new un, e = new ln, i = new un, s = new ln, n = new cn) { 17291 constructor(t = new un, e = new ln, i = new cn, s = new un, n = new ln, r = new cn) { 17310 constructor(t = 0, e = 0, i = 0, s = new ln, n = new cn, r = new un) { 18601 TextureSubresLayers: un, 21133 TextureSubresLayers: un, [all...] |
Completed in 33 milliseconds