Searched refs:FreeMessageState (Results 1 – 7 of 7) sorted by relevance
67 MOCK_METHOD1(FreeMessageState, void(void* state));
134 virtual void FreeMessageState(void* state) = 0;
82 void FreeMessageState(void* state) override;
281 void FreeMessageState(void* state) { UNUSED(state); } in FreeMessageState() function
136 EXPECT_CALL(*endpoint(), FreeMessageState(kState)); in SetupMessageInfoAndDefaultExpectations()196 EXPECT_CALL(*endpoint(), FreeMessageState(kState)); in TEST_F()217 EXPECT_CALL(*endpoint(), FreeMessageState(nullptr)); in TEST_F()
61 svc->endpoint()->FreeMessageState(state_); in Destroy()
211 void Endpoint::FreeMessageState(void* state) { in FreeMessageState() function in android::pdx::uds::Endpoint