Home
last modified time | relevance | path

Searched refs:MOJO_RESULT_NOT_FOUND (Results 1 – 13 of 13) sorted by relevance

/external/libchrome/mojo/public/cpp/system/
Dwait_set.cc49 return MOJO_RESULT_NOT_FOUND; in RemoveEvent()
107 return MOJO_RESULT_NOT_FOUND; in RemoveHandle()
126 DCHECK(rv == MOJO_RESULT_OK || rv == MOJO_RESULT_NOT_FOUND); in RemoveHandle()
174 } else if (rv == MOJO_RESULT_NOT_FOUND) { in Wait()
Dsimple_watcher.cc203 DCHECK(rv == MOJO_RESULT_OK || rv == MOJO_RESULT_NOT_FOUND); in Cancel()
Dfile_data_pipe_producer.cc37 return MOJO_RESULT_NOT_FOUND; in FileErrorToMojoResult()
/external/libchrome/mojo/core/
Dwatcher_set.cc58 return MOJO_RESULT_NOT_FOUND; in Remove()
63 return MOJO_RESULT_NOT_FOUND; in Remove()
Dwatcher_dispatcher.cc178 return MOJO_RESULT_NOT_FOUND; in CancelWatch()
216 return MOJO_RESULT_NOT_FOUND; in Arm()
Dinvitation_dispatcher.cc52 return MOJO_RESULT_NOT_FOUND; in ExtractMessagePipe()
Duser_message_impl.cc540 return MOJO_RESULT_NOT_FOUND; in SerializeIfNecessary()
561 return MOJO_RESULT_NOT_FOUND; in ExtractSerializedHandles()
Dmessage_unittest.cc425 EXPECT_EQ(MOJO_RESULT_NOT_FOUND, in TEST_F()
476 EXPECT_EQ(MOJO_RESULT_NOT_FOUND, in TEST_F()
Dtrap_unittest.cc671 EXPECT_EQ(MOJO_RESULT_NOT_FOUND, MojoArmTrap(t, nullptr, nullptr, nullptr)); in TEST_F()
698 EXPECT_EQ(MOJO_RESULT_NOT_FOUND, MojoRemoveTrigger(t, 1234, nullptr)); in TEST_F()
1238 EXPECT_EQ(MOJO_RESULT_NOT_FOUND, in TEST_F()
Dcore.cc520 return MOJO_RESULT_NOT_FOUND; in GetMessageContext()
/external/libchrome/mojo/public/c/system/
Dtypes.h93 const MojoResult MOJO_RESULT_NOT_FOUND = 5; variable
112 #define MOJO_RESULT_NOT_FOUND ((MojoResult)5) macro
/external/libchrome/mojo/public/cpp/system/tests/
Dwait_set_unittest.cc182 EXPECT_EQ(MOJO_RESULT_NOT_FOUND, wait_set.RemoveHandle(handle0_value)); in TEST_F()
209 EXPECT_EQ(MOJO_RESULT_NOT_FOUND, wait_set.RemoveHandle(handle0_value)); in TEST_F()
215 EXPECT_EQ(MOJO_RESULT_NOT_FOUND, wait_set.RemoveHandle(handle0_value)); in TEST_F()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dmessage.cc215 if (get_context_result == MOJO_RESULT_NOT_FOUND) { in Message()
443 if (rv == MOJO_RESULT_NOT_FOUND) in TakeUnserializedContext()