/aosp12/packages/modules/DnsResolver/tests/ |
H A D | dnsresolver_binder_test.cpp | 602 TEST_F(DnsResolverBinderTest, setLogSeverity) { in TEST_F() argument 604 EXPECT_EQ(EINVAL, mDnsResolver->setLogSeverity(-1).getServiceSpecificError()); in TEST_F() 610 EXPECT_TRUE(mDnsResolver->setLogSeverity(IDnsResolver::DNS_RESOLVER_LOG_VERBOSE).isOk()); in TEST_F() 613 EXPECT_TRUE(mDnsResolver->setLogSeverity(IDnsResolver::DNS_RESOLVER_LOG_DEBUG).isOk()); in TEST_F() 616 EXPECT_TRUE(mDnsResolver->setLogSeverity(IDnsResolver::DNS_RESOLVER_LOG_INFO).isOk()); in TEST_F() 619 EXPECT_TRUE(mDnsResolver->setLogSeverity(IDnsResolver::DNS_RESOLVER_LOG_WARNING).isOk()); in TEST_F() 622 EXPECT_TRUE(mDnsResolver->setLogSeverity(IDnsResolver::DNS_RESOLVER_LOG_ERROR).isOk()); in TEST_F() 626 EXPECT_TRUE(mDnsResolver->setLogSeverity(IDnsResolver::DNS_RESOLVER_LOG_WARNING).isOk()); in TEST_F()
|
/aosp12/packages/modules/DnsResolver/ |
H A D | DnsResolver.h | 33 int setLogSeverity(int32_t logSeverity);
|
H A D | DnsResolverService.cpp | 276 ::ndk::ScopedAStatus DnsResolverService::setLogSeverity(int32_t logSeverity) { in setLogSeverity() function in android::net::DnsResolverService 279 int res = gDnsResolv->setLogSeverity(logSeverity); in setLogSeverity()
|
H A D | DnsResolver.cpp | 103 int DnsResolver::setLogSeverity(int32_t logSeverity) { in setLogSeverity() function in android::net::DnsResolver
|
H A D | DnsResolverService.h | 69 ::ndk::ScopedAStatus setLogSeverity(int32_t logSeverity) override;
|
/aosp12/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/2/android/net/ |
H A D | IDnsResolver.aidl | 29 void setLogSeverity(int logSeverity); in setLogSeverity() method
|
/aosp12/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/3/android/net/ |
H A D | IDnsResolver.aidl | 12 void setLogSeverity(int logSeverity); in setLogSeverity() method
|
/aosp12/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/4/android/net/ |
H A D | IDnsResolver.aidl | 30 void setLogSeverity(int logSeverity); in setLogSeverity() method
|
/aosp12/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/5/android/net/ |
H A D | IDnsResolver.aidl | 30 void setLogSeverity(int logSeverity); in setLogSeverity() method
|
/aosp12/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/6/android/net/ |
H A D | IDnsResolver.aidl | 30 void setLogSeverity(int logSeverity); in setLogSeverity() method
|
/aosp12/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/7/android/net/ |
H A D | IDnsResolver.aidl | 31 void setLogSeverity(int logSeverity); in setLogSeverity() method
|
/aosp12/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/8/android/net/ |
H A D | IDnsResolver.aidl | 31 void setLogSeverity(int logSeverity); in setLogSeverity() method
|
/aosp12/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/9/android/net/ |
H A D | IDnsResolver.aidl | 31 void setLogSeverity(int logSeverity); in setLogSeverity() method
|
/aosp12/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/current/android/net/ |
H A D | IDnsResolver.aidl | 31 void setLogSeverity(int logSeverity); in setLogSeverity() method
|
/aosp12/packages/modules/DnsResolver/binder/android/net/ |
H A D | IDnsResolver.aidl | 165 void setLogSeverity(int logSeverity); in setLogSeverity() method
|