Home
last modified time | relevance | path

Searched refs:OnQos (Results 1 - 12 of 12) sorted by relevance

/base/security/access_token/services/tokensyncmanager/include/remote/
H A Dsoft_bus_socket_listener.h35 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 Dsoft_bus_socket_listener.h37 static void OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) {}; in OnQos() function in OHOS::UserIam::UserAuth::final
H A Dsoft_bus_client_socket.h38 void OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) override;
H A Dsoft_bus_server_socket.h36 void OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) override;
H A Dsoft_bus_manager.h56 void OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) {}; in OnQos() function in OHOS::UserIam::UserAuth::SoftBusManager
H A Dsoft_bus_base_socket.h67 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 Dsocket.h333 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 Dsession_adapter.cpp30 listener_.OnQos = nullptr; in SessionAdapter()
/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsoft_bus_client_socket.cpp58 void ClientSocket::OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) in OnQos() function in OHOS::UserIam::UserAuth::ClientSocket
H A Dsoft_bus_server_socket.cpp94 void ServerSocket::OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) in OnQos() function in OHOS::UserIam::UserAuth::ServerSocket
H A Dsoft_bus_manager.cpp406 listener.OnQos = SoftBusSocketListener::OnQos; in ClientSocketBind()
/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dsoft_bus_manager.cpp189 // 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()

Completed in 8 milliseconds