Home | History | Annotate | Download | only in ServiceRegistration

Lines Matching defs:command_name

79     const char *NONNULL command_name;
113 INFO("[CX%d] " PUB_S_SRP, ref->serial, ref->command_name);
421 INFO("[CX%d] (" PUB_S_SRP "): cleanup", conn_ref->serial, conn_ref->command_name);
437 conn_ref->serial, conn_ref->command_name, "", "", event, "");
442 cti_log_object("cti_event_handler", conn_ref->serial, conn_ref->command_name, "", "", event, "");
472 conn_ref->serial, conn_ref->command_name, conn_ref->connection);
478 conn_ref->serial, conn_ref->command_name, conn_ref->connection);
487 conn_ref->serial, conn_ref->command_name, "", "", dict, "");
501 conn_ref->serial, conn_ref->command_name, "", "", message, "");
515 cti_log_object("cti_event_handler/other", conn_ref->serial, conn_ref->command_name, "", "", event, "");
528 init_connection(cti_connection_t *ref, const char *servname, object_t *dict, const char *command_name,
560 conn_ref->command_name = command_name;
573 cti_log_object("init_connection/command", conn_ref->serial, conn_ref->command_name, "", "", dict, "");
599 cti_log_object("init_connection/checkin", conn_ref->serial, conn_ref->command_name, "", "", checkin_command, "");
612 setup_for_command(cti_connection_t *ref, run_context_t client_queue, const char *command_name,
622 ERROR(PUB_S_SRP ": NULL cti_connection_t OR Callback OR Client_Queue parameter", command_name);
642 errx = init_connection(ref, "com.apple.wpantund.xpc", dict, command_name, property_name, return_property_name,
646 ERROR(PUB_S_SRP ": Since init_connection() returned %d error returning w/o sending msg", command_name, errx);