Home
last modified time | relevance | path

Searched refs:GetControlSocket (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/startup/init/test/unittest/init/
H A Dservice_socket_unittest.cpp68 GetControlSocket(nullptr);
69 ret1 = GetControlSocket(testSocName);
/ohos5.0/base/startup/init/interfaces/innerkits/include/
H A Dinit_socket.h27 int GetControlSocket(const char *name);
/ohos5.0/base/startup/init/test/exec_test/
H A Dserver.c23 int sockFd = GetControlSocket("serversock"); in main()
/ohos5.0/base/startup/init/test/fuzztest/getcontrolsocket_fuzzer/
H A Dgetcontrolsocket_fuzzer.cpp25 if (!GetControlSocket(str.c_str())) { in FuzzGetControlSocket()
/ohos5.0/base/startup/init/interfaces/innerkits/socket/
H A Dinit_socket.c40 int GetControlSocket(const char *name) in GetControlSocket() function
/ohos5.0/base/startup/appspawn/test/mock/
H A Dapp_spawn_stub.cpp110 int GetControlSocket(const char *name) in GetControlSocket() function
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A Dsocket_server.cpp51 socketHandler = GetControlSocket(socketName.c_str()); in Init()
/ohos5.0/base/startup/init/ueventd/
H A Dueventd_main.c103 int ueventSockFd = GetControlSocket("ueventd"); in UeventdDaemon()
/ohos5.0/base/startup/init/interfaces/innerkits/
H A Dlibbegetutil.versionscript49 GetControlSocket;
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dfwmark_network.cpp182 int32_t serverSockfd = GetControlSocket("fwmarkd"); in StartListener()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dvpn_manager.cpp294 int32_t serverfd = GetControlSocket("tunfd"); in StartUnixSocketListen()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/
H A Dfaultloggerd_socket.cpp126 sockfd = GetControlSocket(name); in StartListen()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_resolv_listen.cpp379 serverSockFd_ = GetControlSocket(DNS_SOCKET_NAME); in StartListen()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_server.cpp174 socketId_ = GetControlSocket("hisysevent"); in Open()
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_service.c1052 int socketId = GetControlSocket(socketName); in CreateAppSpawnServer()
1468 int fd = GetControlSocket(NWEBSPAWN_SOCKET_NAME); in ProcessSpawnRestartMsg()