Home
last modified time | relevance | path

Searched refs:QueueControlMessage (Results 1 – 3 of 3) sorted by relevance

/system/core/init/
Dinit.h43 bool QueueControlMessage(const std::string& message, const std::string& name, pid_t pid, int fd);
Dinit.cpp592 bool QueueControlMessage(const std::string& message, const std::string& name, pid_t pid, int fd) { in QueueControlMessage() function
Dproperty_service.cpp452 bool queue_success = QueueControlMessage(msg, name, pid, fd); in SendControlMessage()