/base/security/access_token/services/tokensyncmanager/include/remote/ |
H A D | soft_bus_socket_listener.h | 35 static void OnQos(int32_t socket, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) {};
in OnQos() function in OHOS::Security::AccessToken::final
|
/base/useriam/user_auth_framework/services/remote_connect/inc/ |
H A D | soft_bus_socket_listener.h | 37 static void OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) {}; in OnQos() function in OHOS::UserIam::UserAuth::final
|
H A D | soft_bus_client_socket.h | 38 void OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) override;
|
H A D | soft_bus_server_socket.h | 36 void OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) override;
|
H A D | soft_bus_manager.h | 56 void OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) {}; in OnQos() function in OHOS::UserIam::UserAuth::SoftBusManager
|
H A D | soft_bus_base_socket.h | 67 virtual void OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) = 0;
|
/base/security/access_token/services/tokensyncmanager/test/mock/include/ |
H A D | socket.h | 333 void (*OnQos)(int32_t socket, QoSEvent eventId, const QosTV *qos, uint32_t qosCount); member
|
/base/telephony/call_manager/services/distributed_call/src/transmission/ |
H A D | session_adapter.cpp | 30 listener_.OnQos = nullptr; in SessionAdapter()
|
/base/useriam/user_auth_framework/services/remote_connect/src/ |
H A D | soft_bus_client_socket.cpp | 58 void ClientSocket::OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) in OnQos() function in OHOS::UserIam::UserAuth::ClientSocket
|
H A D | soft_bus_server_socket.cpp | 94 void ServerSocket::OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) in OnQos() function in OHOS::UserIam::UserAuth::ServerSocket
|
H A D | soft_bus_manager.cpp | 406 listener.OnQos = SoftBusSocketListener::OnQos; in ClientSocketBind()
|
/base/security/access_token/services/tokensyncmanager/src/remote/ |
H A D | soft_bus_manager.cpp | 189 // set service qos, no need to regist OnQos now, regist it
in ServiceSocketInit() 364 listener.OnQos = SoftBusSocketListener::OnQos; // only client may receive OnQos
in InitSocketAndListener()
|