Home
last modified time | relevance | path

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

/system/netd/server/binder/android/net/
DINetd.aidl92 const int RESOLVER_PARAMS_MIN_SAMPLES = 2; field
/system/netd/server/
DResolverController.cpp349 res_params.min_samples = params[INetd::RESOLVER_PARAMS_MIN_SAMPLES]; in setResolverConfiguration()
374 (*params)[INetd::RESOLVER_PARAMS_MIN_SAMPLES] = res_params.min_samples; in getResolverInfo()
/system/netd/tests/
Dnetd_test.cpp172 params32[INetd::RESOLVER_PARAMS_MIN_SAMPLES]), in GetResolverInfo()
311 INetd::RESOLVER_PARAMS_MIN_SAMPLES, in TEST_F()
361 EXPECT_EQ(mDefaultParams_Binder[INetd::RESOLVER_PARAMS_MIN_SAMPLES], res_params.min_samples); in TEST_F()
629 EXPECT_EQ(mDefaultParams_Binder[INetd::RESOLVER_PARAMS_MIN_SAMPLES], res_params.min_samples); in TEST_F()