/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/ |
H A D | domain_rpc_service_stub.cpp | 56 SetListenerObject(data, reply); in OnRemoteRequest() 70 int32_t DomainRpcServiceStub::SetListenerObject(MessageParcel &data, MessageParcel &reply) in SetListenerObject() function in OHOS::Sharing::DomainRpcServiceStub 74 (void)reply.WriteInt32(SetListenerObject(object)); in SetListenerObject() 78 int32_t DomainRpcServiceStub::SetListenerObject(const sptr<IRemoteObject> &object) in SetListenerObject() function in OHOS::Sharing::DomainRpcServiceStub
|
H A D | domain_rpc_service_stub.h | 40 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override; 48 int32_t SetListenerObject(MessageParcel &data, MessageParcel &reply);
|
H A D | domain_rpc_service_proxy.h | 30 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
|
H A D | i_domain_rpc_service.h | 33 virtual int32_t SetListenerObject(const sptr<IRemoteObject> &object) = 0;
|
/foundation/multimedia/player_framework/services/services/screen_capture_monitor/ipc/ |
H A D | screen_capture_monitor_service_stub.cpp | 61 screenCaptureMonitorStubFuncs_[SET_LISTENER_OBJ] = &ScreenCaptureMonitorServiceStub::SetListenerObject; in Init() 100 int32_t ScreenCaptureMonitorServiceStub::SetListenerObject(const sptr<IRemoteObject> &object) in SetListenerObject() function in OHOS::Media::ScreenCaptureMonitorServiceStub 133 int32_t ScreenCaptureMonitorServiceStub::SetListenerObject(MessageParcel &data, MessageParcel &reply) in SetListenerObject() function in OHOS::Media::ScreenCaptureMonitorServiceStub 136 reply.WriteInt32(SetListenerObject(object)); in SetListenerObject()
|
H A D | screen_capture_monitor_service_stub.h | 35 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override; 43 int32_t SetListenerObject(MessageParcel &data, MessageParcel &reply);
|
H A D | i_standard_screen_capture_monitor_service.h | 29 virtual int32_t SetListenerObject(const sptr<IRemoteObject> &object) = 0;
|
H A D | screen_capture_monitor_service_proxy.h | 29 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/ |
H A D | inter_ipc_stub.cpp | 60 SetListenerObject(data, reply); in OnRemoteRequest() 74 int32_t InterIpcStub::SetListenerObject(MessageParcel &data, MessageParcel &reply) in SetListenerObject() function in OHOS::Sharing::InterIpcStub 79 (void)reply.WriteInt32(SetListenerObject(key, object)); in SetListenerObject() 112 int32_t InterIpcStub::SetListenerObject(std::string key, const sptr<IRemoteObject> &object) in SetListenerObject() function in OHOS::Sharing::InterIpcStub
|
H A D | inter_ipc_stub.h | 47 int32_t SetListenerObject(std::string key, const sptr<IRemoteObject> &object) override; 58 int32_t SetListenerObject(MessageParcel &data, MessageParcel &reply);
|
H A D | inter_ipc_sub_stub.h | 31 int32_t SetListenerObject(std::string key, const sptr<IRemoteObject> &object) override;
|
H A D | inter_ipc_client_stub.h | 30 int32_t SetListenerObject(std::string key, const sptr<IRemoteObject> &object) override;
|
H A D | inter_ipc_service_stub.h | 32 int32_t SetListenerObject(std::string key, const sptr<IRemoteObject> &object) override;
|
H A D | i_inter_ipc.h | 33 virtual int32_t SetListenerObject(std::string key, const sptr<IRemoteObject> &object) = 0;
|
H A D | inter_ipc_proxy.h | 30 int32_t SetListenerObject(std::string key, const sptr<IRemoteObject> &object) override;
|
/foundation/multimedia/camera_framework/services/camera_service/binder/server/include/ |
H A D | hcamera_service_stub.h | 72 int SetListenerObject(const sptr<IRemoteObject> &object) override; 73 int SetListenerObject(MessageParcel &data, MessageParcel &reply);
|
/foundation/multimedia/player_framework/services/services/transcoder/ipc/ |
H A D | transcoder_service_stub.h | 38 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
63 int32_t SetListenerObject(MessageParcel &data, MessageParcel &reply);
|
/foundation/multimedia/drm_framework/services/drm_service/server/include/ |
H A D | mediakeysystemfactory_service_stub.h | 37 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
|
H A D | mediakeysystem_service_stub.h | 37 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
|
H A D | media_decrypt_module_service_stub.h | 38 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
|
H A D | key_session_service_stub.h | 35 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
|
/foundation/multimedia/drm_framework/services/drm_service/client/include/ |
H A D | media_decrypt_module_service_proxy.h | 31 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
|
/foundation/multimedia/drm_framework/services/drm_service/ipc/ |
H A D | i_mediadecryptmodule_service.h | 67 virtual int32_t SetListenerObject(const sptr<IRemoteObject> &object) = 0;
|
/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | media_decrypt_module_service_stub.cpp | 47 int32_t MediaDecryptModuleServiceStub::SetListenerObject(const sptr<IRemoteObject> &object)
in SetListenerObject() function in OHOS::DrmStandard::MediaDecryptModuleServiceStub 145 int32_t ret = SetListenerObject(object);
in OnRemoteRequest()
|
/foundation/multimedia/av_codec/services/services/codec/ipc/ |
H A D | codec_service_stub.h | 35 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override; 68 int32_t SetListenerObject(MessageParcel &data, MessageParcel &reply);
|