Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/syscall_broker/
Dbroker_process.cc50 CloseChannel(); in ~BrokerProcess()
104 void BrokerProcess::CloseChannel() { in CloseChannel() function in sandbox::syscall_broker::BrokerProcess
Dbroker_process.h78 void CloseChannel();
Dbroker_process_unittest.cc41 static void CloseChannel(BrokerProcess* broker) { broker->CloseChannel(); } in CloseChannel() function in sandbox::syscall_broker::BrokerProcessTestHelper
599 BrokerProcessTestHelper::CloseChannel(&open_broker); in TEST()