Home
last modified time | relevance | path

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

/aosp12/packages/modules/DnsResolver/
H A Ddoh.h34 const char* doh_init();
H A Ddoh.rs393 pub extern "C" fn doh_init() -> *const c_char { in doh_init() function
582 fn doh_init() { in doh_init() function
585 assert_eq!(std::ffi::CStr::from_ptr(super::doh_init()).to_str().unwrap(), "1.0"); in doh_init()
/aosp12/packages/modules/DnsResolver/tests/
H A Ddoh_ffi_test.cpp23 EXPECT_STREQ(doh_init(), "1.0"); in TEST()