Searched refs:FreeMessageState (Results 1 – 6 of 6) sorted by relevance
67 MOCK_METHOD1(FreeMessageState, void(void* state));
134 virtual void FreeMessageState(void* state) = 0;
82 void FreeMessageState(void* state) override;
134 EXPECT_CALL(*endpoint(), FreeMessageState(kState)); in SetupMessageInfoAndDefaultExpectations()194 EXPECT_CALL(*endpoint(), FreeMessageState(kState)); in TEST_F()215 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