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.cpp166 res_params.min_samples = params[INetd::RESOLVER_PARAMS_MIN_SAMPLES]; in setResolverConfiguration()
191 (*params)[INetd::RESOLVER_PARAMS_MIN_SAMPLES] = res_params.min_samples; in getResolverInfo()
/system/netd/tests/
Dnetd_test.cpp313 params32[INetd::RESOLVER_PARAMS_MIN_SAMPLES]), in GetResolverInfo()
447 INetd::RESOLVER_PARAMS_MIN_SAMPLES, in TEST_F()
497 EXPECT_EQ(mDefaultParams_Binder[INetd::RESOLVER_PARAMS_MIN_SAMPLES], res_params.min_samples); in TEST_F()
765 EXPECT_EQ(mDefaultParams_Binder[INetd::RESOLVER_PARAMS_MIN_SAMPLES], res_params.min_samples); in TEST_F()