Home
last modified time | relevance | path

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

/external/dbus/bus/
Ddispatch.c655 CheckServiceOwnerChangedData socd; in kill_client_connection() local
683 socd.expected_kind = SERVICE_DELETED; in kill_client_connection()
684 socd.expected_service_name = base_service; in kill_client_connection()
685 socd.failed = FALSE; in kill_client_connection()
686 socd.skip_connection = NULL; in kill_client_connection()
689 &socd); in kill_client_connection()
693 if (socd.failed) in kill_client_connection()
875 CheckServiceOwnerChangedData socd; in check_hello_message() local
913 socd.expected_kind = SERVICE_CREATED; in check_hello_message()
914 socd.expected_service_name = name; in check_hello_message()
[all …]