HomeSort by relevance Sort by last modified time
    Searched refs:service_name (Results 101 - 125 of 149) sorted by null

1 2 3 45 6

  /external/curl/src/
tool_cfgable.c 155 Curl_safefree(config->service_name);
tool_cfgable.h 196 char *service_name; /* set authentication service name for DIGEST-MD5, member in struct:OperationConfig
  /external/libchrome/dbus/
object_proxy.h 46 const std::string& service_name,
object_manager.cc 33 const std::string& service_name,
36 service_name_(service_name),
  /external/libcups/cups/
auth.c 88 static gss_name_t cups_gss_getname(http_t *http, const char *service_name);
506 const char *service_name) /* I - Service name */
516 DEBUG_printf(("7cups_gss_getname(http=%p, service_name=\"%s\")", http,
517 service_name));
569 snprintf(buf, sizeof(buf), "%s@%s", service_name, http->gsshost);
  /external/valgrind/coregrind/
pub_core_threadstate.h 265 char *service_name; member in struct:__anon42546::__anon42547::__anon42570
  /system/nfc/src/nfa/include/
nfa_p2p_api.h 85 char service_name[LLCP_MAX_SN_LEN + 1]; member in struct:__anon3450
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
MemoryTest.vts.h 74 bool GetService(bool get_stub, const char* service_name);
Nfc.vts.h 79 bool GetService(bool get_stub, const char* service_name);
TestMsgQ.driver.cpp 33 bool FuzzerExtended_android_hardware_tests_msgq_V1_0_ITestMsgQ::GetService(bool get_stub, const char* service_name) {
37 if (service_name) {
38 LOG(INFO) << " - service name: " << service_name;
40 hw_binder_proxy_ = ::android::hardware::tests::msgq::V1_0::ITestMsgQ::getService(service_name, get_stub);
TestMsgQ.vts.h 86 bool GetService(bool get_stub, const char* service_name);
  /external/autotest/client/common_lib/
utils.py     [all...]
  /external/adhd/cras/src/server/
cras_bt_manager.c 306 const char *service_name, *old_owner, *new_owner; local
314 DBUS_TYPE_STRING, &service_name,
  /external/autotest/skylab_migration/venv/skylab_venv/scripts/
server_db_sync.py 100 service_name=API, version=VERSION, discovery_service_url=DISCOVERY_URL)
393 with ts_mon_config.SetupTsMonGlobalState(service_name='sync_server_db',
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
p2p_iface.cpp 311 uint32_t version, const hidl_string& service_name,
316 &P2pIface::addUpnpServiceInternal, _hidl_cb, version, service_name);
320 uint32_t version, const hidl_string& service_name,
326 service_name);
959 uint32_t version, const std::string& service_name)
962 if (wpas_p2p_service_add_upnp(wpa_s, version, service_name.c_str())) {
969 uint32_t version, const std::string& service_name)
972 if (wpas_p2p_service_del_upnp(wpa_s, version, service_name.c_str())) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
p2p_iface.cpp 311 uint32_t version, const hidl_string& service_name,
316 &P2pIface::addUpnpServiceInternal, _hidl_cb, version, service_name);
320 uint32_t version, const hidl_string& service_name,
326 service_name);
959 uint32_t version, const std::string& service_name)
962 if (wpas_p2p_service_add_upnp(wpa_s, version, service_name.c_str())) {
969 uint32_t version, const std::string& service_name)
972 if (wpas_p2p_service_del_upnp(wpa_s, version, service_name.c_str())) {
    [all...]
  /system/libhwbinder/vts/performance/
Latency.cpp 160 static Pipe makeServiceProces(string service_name) {
169 serviceFx(service_name, move(get<1>(pipe_pair)));
Benchmark_throughput.cpp 258 Pipe make_service(string service_name) {
266 service_fx(service_name, move(get<1>(pipe_pair)));
  /external/libbrillo/brillo/glib/
dbus.h 172 const char* service_name,
433 BRILLO_EXPORT void CallMethodWithNoArguments(const char* service_name,
  /frameworks/base/core/proto/android/service/
print.proto 177 optional android.content.ComponentNameProto service_name = 1 [ (android.privacy).dest = DEST_AUTOMATIC ];
  /hardware/interfaces/confirmationui/1.0/vts/functional/
VtsHalConfirmationUIV1_0TargetTest.cpp 223 string service_name = local
225 confirmator_ = IConfirmationUI::getService(service_name);
  /external/autotest/site_utils/
backup_mysql_db.py 328 with ts_mon_config.SetupTsMonGlobalState(service_name='mysql_db_backup',
  /external/syslinux/core/lwip/src/netif/ppp/
ppp.h 401 int pppOverEthernetOpen(struct netif *ethif, const char *service_name, const char *concentrator_name, void (*linkStatusCB)(void *ctx, int errCode, void *arg), void *linkStatusCtx);
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_nan.h 1049 u8 service_name[NAN_MAX_SERVICE_NAME_LEN];\/* UTF-8 encoded string identifying the service *\/ member in struct:__anon48534
1222 u8 service_name[NAN_MAX_SERVICE_NAME_LEN]; \/* UTF-8 encoded string identifying the service *\/ member in struct:__anon48536
2191 u8 service_name[NAN_MAX_SERVICE_NAME_LEN]; member in struct:__anon48575
2231 u8 service_name[NAN_MAX_SERVICE_NAME_LEN]; member in struct:__anon48576
    [all...]
  /test/vts/utils/python/mirror/
mirror_tracker.py 185 service_name="shell_" + instance_name,

Completed in 1345 milliseconds

1 2 3 45 6