Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dcrosscall_server.cc280 call_return->call_outcome = error; in SetCallError()
285 call_return->call_outcome = SBOX_ALL_OK; in SetCallSuccess()
Dsharedmem_ipc_client.cc109 return answer->call_outcome; in DoCall()
Dcrosscall_params.h81 ResultCode call_outcome; member
Dipc_unittest.cc403 answer->call_outcome = SBOX_ALL_OK; in FakeOkAnswerInChannel()
633 EXPECT_EQ(SBOX_ALL_OK, call_return.call_outcome); in TEST()