Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/tracing/test/
H A Dapi_integrationtest.cc7313 testing::MockFunction<CreateSocketFunction> mock_create_socket; in TEST() local
7320 SetCreateSocketFunction(mock_create_socket.AsStdFunction()); in TEST()
7322 EXPECT_CALL(mock_create_socket, Call) in TEST()