Home
last modified time | relevance | path

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

/base/security/access_token/services/tokensyncmanager/include/remote/
Dsoft_bus_socket_listener.h35 static void OnQos(int32_t socket, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) {}; in OnQos()
/base/useriam/user_auth_framework/services/remote_connect/inc/
Dsoft_bus_socket_listener.h37 static void OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) {}; in OnQos()
Dsoft_bus_manager.h56 void OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) {}; in OnQos()
/base/security/device_security_level/test/dslm_fuzz_test/mock/
Dmock.cpp29 int32_t Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listene… in Listen()
/base/useriam/user_auth_framework/services/remote_connect/src/
Dsoft_bus_client_socket.cpp58 void ClientSocket::OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) in OnQos()
Dsoft_bus_server_socket.cpp94 void ServerSocket::OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) in OnQos()