Home
last modified time | relevance | path

Searched defs:serv (Results 1 – 6 of 6) sorted by relevance

/test/xts/hats/hdf/hdf_lite/manager/common/
Dhdf_ioservice_test.cpp107 static int SendEvent(struct HdfIoService *serv, const char *eventData, bool broadcast) in SendEvent()
177 struct HdfIoService *serv = HdfIoServiceBind(testSvcName); variable
227 struct HdfIoService *serv = HdfIoServiceBind(testSvcName); variable
307 struct HdfIoService *serv = HdfIoServiceBind(testSvcName); variable
350 struct HdfIoService *serv = HdfIoServiceBind(testSvcName); variable
418 struct HdfIoService *serv = HdfIoServiceBind(testSvcName); variable
455 struct HdfIoService *serv = HdfIoServiceBind(testSvcName); variable
492 struct HdfIoService *serv = HdfIoServiceBind(testSvcName); variable
529 struct HdfIoService *serv = HdfIoServiceBind(testSvcName); variable
566 struct HdfIoService *serv = HdfIoServiceBind(testSvcName); variable
[all …]
/test/testfwk/developer_test/local_coverage/resident_service/
Dinit_gcov.py121 def modify_foundation_xml(serv, config_path, origin_xml) -> str: argument
147 def modify_foundation_json(serv, config_path, origin_json) -> str: argument
175 def create_service_json(serv, config_path, origin_json) -> str: argument
204 def create_service_xml(serv, config_path, origin_xml) -> str: argument
230 def create_service_cfg(serv, config_path, origin_cfg) -> str: argument
/test/xts/acts/telephony/telephonyjstest/netmanager_base/dnsndk/dns_ndk/entry/src/main/cpp/
DdnsNdkTest.cpp53 char serv[DEFAULT_SERV_LEN] = {0}; in GetAddrInfo() local
70 int DnsResolver(const char *host, const char *serv, const struct addrinfo *hint, struct addrinfo **… in DnsResolver()
/test/xts/acts/telephony/networkmanager/ndk/networkndk/entry/src/main/cpp/
Dnet_connection_ndk_test.cpp53 char serv[DEFAULT_SERV_LEN] = {0}; in OHNetConnGetAddrInfo() local
76 char *serv = const_cast<char*>("https"); in OHNetConnFreeDnsResult() local
258 int MyCustomDnsResolver(const char *host, const char *serv, const struct addrinfo *hint, struct add… in MyCustomDnsResolver()
/test/xts/acts/telephony/networkmanager/ndk/network/entry/src/main/cpp/
DNetConnectionTest.cpp124 std::string serv = GetString(env, info, 1); in NetConn_GetAddrInfo() local
621 int DnsResolver(const char *host, const char *serv, const struct addrinfo *hint, struct addrinfo **… in DnsResolver()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dnetdbndk.cpp375 struct servent *serv = nullptr; in Setservent() local