Home
last modified time | relevance | path

Searched refs:launch_type (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/mojo/core/test/
Dmultiprocess_test_helper.cc76 LaunchType launch_type) { in StartChild() argument
78 std::string(), launch_type); in StartChild()
85 LaunchType launch_type) { in StartChildWithExtraSwitch() argument
112 if (launch_type == LaunchType::CHILD || launch_type == LaunchType::PEER) { in StartChildWithExtraSwitch()
114 } else if (launch_type == LaunchType::NAMED_CHILD || in StartChildWithExtraSwitch()
115 launch_type == LaunchType::NAMED_PEER) { in StartChildWithExtraSwitch()
149 if (launch_type == LaunchType::CHILD || launch_type == LaunchType::PEER) { in StartChildWithExtraSwitch()
151 } else if (launch_type == LaunchType::NAMED_CHILD || in StartChildWithExtraSwitch()
152 launch_type == LaunchType::NAMED_PEER) { in StartChildWithExtraSwitch()
161 if (launch_type == LaunchType::CHILD || in StartChildWithExtraSwitch()
[all …]
Dmultiprocess_test_helper.h53 LaunchType launch_type = LaunchType::CHILD);
62 LaunchType launch_type);
Dmojo_test_base.h40 LaunchType launch_type);
163 void set_launch_type(LaunchType launch_type) { launch_type_ = launch_type; } in set_launch_type() argument
Dmojo_test_base.cc57 LaunchType launch_type) { in ClientController() argument
68 pipe_ = helper_.StartChild(client_name, launch_type); in ClientController()