HomeSort by relevance Sort by last modified time
    Searched refs:SendInvitation (Results 1 - 7 of 7) sorted by null

  /external/libchrome/mojo/public/cpp/system/
invitation.cc 56 void SendInvitation(ScopedInvitationHandle invitation,
156 SendInvitation(std::move(invitation.handle_), target_process,
167 SendInvitation(std::move(invitation.handle_), target_process,
180 SendInvitation(std::move(invitation.handle_), base::kNullProcessHandle,
195 SendInvitation(std::move(invitation.handle_), base::kNullProcessHandle,
  /external/libchrome/mojo/public/c/system/
thunks.h 204 MojoResult (*SendInvitation)(
thunks.cc 443 return INVOKE_THUNK(SendInvitation, invitation_handle, process_handle,
  /external/libchrome/mojo/core/
core.h 322 MojoResult SendInvitation(
entrypoints.cc 319 return g_core->SendInvitation(invitation_handle, process_handle,
invitation_unittest.cc 449 TEST_F(InvitationTest, SendInvitation) {
    [all...]
core.cc 93 // -- see Core::SendInvitation) will be destroyed.
    [all...]

Completed in 68 milliseconds