HomeSort by relevance Sort by last modified time
    Searched defs:child_token (Results 1 - 4 of 4) sorted by null

  /external/libmojo/mojo/edk/test/
multiprocess_test_helper.cc 119 std::string child_token = mojo::edk::GenerateRandomToken(); local
121 child_token);
128 child_token, process_error_callback_);
  /external/libmojo/mojo/edk/embedder/
embedder_unittest.cc 186 std::string child_token = GenerateRandomToken(); local
190 CreateParentMessagePipe(pipe_token, child_token);
203 std::string child_token = GenerateRandomToken(); local
207 CreateParentMessagePipe(pipe_token, child_token);
209 child_token); local
224 std::string child_token = GenerateRandomToken(); local
228 CreateParentMessagePipe(pipe_token, child_token);
230 ChildProcessLaunchFailed(child_token);
  /external/libmojo/mojo/edk/system/
node_controller.h 77 const std::string& child_token,
81 // |child_token|.
82 void CloseChildPorts(const std::string& child_token);
104 const std::string& child_token);
139 const std::string child_token; member in struct:mojo::edk::NodeController::ReservedPort
node_controller.cc 167 const std::string& child_token,
170 // with the embedder's child_token. If an error occurs in the child process
179 std::make_pair(node_name, child_token)).second;
206 void NodeController::CloseChildPorts(const std::string& child_token) {
212 if (port.second.child_token == child_token) {
282 const std::string& child_token) {
288 std::make_pair(token, ReservedPort{port, child_token}));
536 const std::string& child_token = it->second; local
540 if (port.second.child_token == child_token)
    [all...]

Completed in 185 milliseconds