Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/tracing/test/
H A Dapi_integrationtest.cc7246 using CreateSocketFunction = typedef
7249 CreateSocketFunction* g_std_function = nullptr;
7251 void SetCreateSocketFunction(CreateSocketFunction func) { in SetCreateSocketFunction()
7252 g_std_function = new CreateSocketFunction(func); in SetCreateSocketFunction()
7313 testing::MockFunction<CreateSocketFunction> mock_create_socket; in TEST()