/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/src/ |
H A D | session_listener_client.cpp | 69 void SessionListenerClient::OnDeviceLogEvent(const DeviceLogEventCode eventId, const int64_t param) in OnDeviceLogEvent() function in OHOS::AVSession::SessionListenerClient 73 copiedListener->OnDeviceLogEvent(eventId, param); in OnDeviceLogEvent()
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/ |
H A D | avcast_provider_manager.cpp | 46 void AVCastProviderManager::OnDeviceLogEvent(const DeviceLogEventCode eventId, const int64_t param) in OnDeviceLogEvent() function in OHOS::AVSession::AVCastProviderManager 50 AVRouter::GetInstance().OnDeviceLogEvent(eventId, param); in OnDeviceLogEvent()
|
H A D | avcast_provider_manager.h | 33 void OnDeviceLogEvent(const DeviceLogEventCode eventId, const int64_t param) override;
|
H A D | avrouter_impl.h | 64 int32_t OnDeviceLogEvent(const DeviceLogEventCode eventId, const int64_t param) override;
|
H A D | hw_cast_provider.cpp | 427 listener->OnDeviceLogEvent(DeviceLogEventCode::DEVICE_LOG_FULL, param); in OnLogEvent() 429 listener->OnDeviceLogEvent(DeviceLogEventCode::DEVICE_LOG_EXCEPTION, param); in OnLogEvent()
|
H A D | avrouter_impl.cpp | 198 int32_t AVRouterImpl::OnDeviceLogEvent(const DeviceLogEventCode eventId, const int64_t param) in OnDeviceLogEvent() function in OHOS::AVSession::AVRouterImpl
|
H A D | avsession_service.cpp | 1129 listener->OnDeviceLogEvent(eventId, param); in NotifyDeviceLogEvent()
|
/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/ |
H A D | i_avcast_state_listener.h | 44 virtual void OnDeviceLogEvent(const DeviceLogEventCode eventId, const int64_t param) {}; in OnDeviceLogEvent() function
|
H A D | av_router.h | 118 virtual int32_t OnDeviceLogEvent(const DeviceLogEventCode eventId, const int64_t param) = 0;
|
H A D | avsession_info.h | 88 virtual void OnDeviceLogEvent(const DeviceLogEventCode eventId, const int64_t param) {}; in OnDeviceLogEvent() function
|
/ohos5.0/foundation/multimedia/av_session/services/session/ipc/base/ |
H A D | isession_listener.h | 48 virtual void OnDeviceLogEvent(const DeviceLogEventCode eventId, const int64_t param) = 0;
|
/ohos5.0/foundation/multimedia/av_session/services/session/ipc/proxy/ |
H A D | session_listener_proxy.h | 37 void OnDeviceLogEvent(const DeviceLogEventCode eventId, const int64_t param) override;
|
H A D | session_listener_proxy.cpp | 93 void SessionListenerProxy::OnDeviceLogEvent(const DeviceLogEventCode eventId, const int64_t param) in OnDeviceLogEvent() function in OHOS::AVSession::SessionListenerProxy
|
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/include/ |
H A D | session_listener_client.h | 39 void OnDeviceLogEvent(const DeviceLogEventCode eventId, const int64_t param) override;
|
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/include/ |
H A D | napi_session_listener.h | 50 void OnDeviceLogEvent(const DeviceLogEventCode eventId, const int64_t param) override;
|
H A D | napi_avsession_manager.h | 63 static napi_status OnDeviceLogEvent(napi_env env, napi_value callback);
|
/ohos5.0/foundation/multimedia/av_session/services/session/ipc/stub/ |
H A D | session_listener_stub.cpp | 94 OnDeviceLogEvent(eventId, param); in HandleOnDeviceLogEvent()
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/ |
H A D | session_listener_stub_test.cpp | 100 void OnDeviceLogEvent(const DeviceLogEventCode eventId, const int64_t param) override {}; in OnDeviceLogEvent() function in SessionListenerStubDemo
|
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_session_listener.cpp | 170 void NapiSessionListener::OnDeviceLogEvent(const DeviceLogEventCode eventId, const int64_t param) in OnDeviceLogEvent() function in OHOS::AVSession::NapiSessionListener
|
H A D | napi_avsession_manager.cpp | 48 { "deviceLogEvent", { OnDeviceLogEvent, OffDeviceLogEvent } }, 1158 napi_status NapiAVSessionManager::OnDeviceLogEvent(napi_env env, napi_value callback) in OnDeviceLogEvent() function in OHOS::AVSession::NapiAVSessionManager
|
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/unittest/ |
H A D | avsession_dumper_test.cpp | 336 void OnDeviceLogEvent(const DeviceLogEventCode eventId, const int64_t param) override in OnDeviceLogEvent() function in OHOS::AVSession::TestISessionListener
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/ |
H A D | avsessionservice_fuzzer.cpp | 74 void OnDeviceLogEvent(const DeviceLogEventCode eventId, const int64_t param) override in OnDeviceLogEvent() function in OHOS::AVSession::FuzzTestISessionListener
|