Home
last modified time | relevance | path

Searched refs:socketPath (Results 1 - 4 of 4) sorted by relevance

/base/startup/init/interfaces/innerkits/control_fd/
H A Dcontrol_fd.h82 void CmdServiceInit(const char *socketPath, CallbackControlFdProcess func, LoopHandle loop);
83 void CmdClientInit(const char *socketPath, uint16_t type, const char *cmd, CallbackSendMsgProcess callback);
H A Dcontrol_fd_service.c143 void CmdServiceInit(const char *socketPath, CallbackControlFdProcess func, LoopHandle loop) in CmdServiceInit() argument
145 if ((socketPath == NULL) || (func == NULL) || (loop == NULL)) { in CmdServiceInit()
152 info.server = (char *)socketPath; in CmdServiceInit()
H A Dcontrol_fd_client.c205 void CmdClientInit(const char *socketPath, uint16_t type, const char *cmd, CallbackSendMsgProcess callback) in CmdClientInit() argument
207 if ((socketPath == NULL) || (cmd == NULL)) { in CmdClientInit()
211 CmdAgent *agent = CmdAgentCreate(socketPath); in CmdClientInit()
/base/startup/init/test/systest/
H A Dloopclient_systest.c128 void ClientInit(const char *socketPath, int flags) in ClientInit() argument
130 if (socketPath == NULL) { in ClientInit()
134 Agent *agent = CreateAgent(socketPath, flags); in ClientInit()

Completed in 3 milliseconds