Home
last modified time | relevance | path

Searched refs:SetListenerObject (Results 1 - 25 of 95) sorted by relevance

1234

/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/
H A Ddomain_rpc_service_stub.cpp56 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 Ddomain_rpc_service_stub.h40 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
48 int32_t SetListenerObject(MessageParcel &data, MessageParcel &reply);
H A Ddomain_rpc_service_proxy.h30 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
H A Di_domain_rpc_service.h33 virtual int32_t SetListenerObject(const sptr<IRemoteObject> &object) = 0;
/foundation/multimedia/player_framework/services/services/screen_capture_monitor/ipc/
H A Dscreen_capture_monitor_service_stub.cpp61 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 Dscreen_capture_monitor_service_stub.h35 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
43 int32_t SetListenerObject(MessageParcel &data, MessageParcel &reply);
H A Di_standard_screen_capture_monitor_service.h29 virtual int32_t SetListenerObject(const sptr<IRemoteObject> &object) = 0;
H A Dscreen_capture_monitor_service_proxy.h29 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dinter_ipc_stub.cpp60 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 Dinter_ipc_stub.h47 int32_t SetListenerObject(std::string key, const sptr<IRemoteObject> &object) override;
58 int32_t SetListenerObject(MessageParcel &data, MessageParcel &reply);
H A Dinter_ipc_sub_stub.h31 int32_t SetListenerObject(std::string key, const sptr<IRemoteObject> &object) override;
H A Dinter_ipc_client_stub.h30 int32_t SetListenerObject(std::string key, const sptr<IRemoteObject> &object) override;
H A Dinter_ipc_service_stub.h32 int32_t SetListenerObject(std::string key, const sptr<IRemoteObject> &object) override;
H A Di_inter_ipc.h33 virtual int32_t SetListenerObject(std::string key, const sptr<IRemoteObject> &object) = 0;
H A Dinter_ipc_proxy.h30 int32_t SetListenerObject(std::string key, const sptr<IRemoteObject> &object) override;
/foundation/multimedia/camera_framework/services/camera_service/binder/server/include/
H A Dhcamera_service_stub.h72 int SetListenerObject(const sptr<IRemoteObject> &object) override;
73 int SetListenerObject(MessageParcel &data, MessageParcel &reply);
/foundation/multimedia/player_framework/services/services/transcoder/ipc/
H A Dtranscoder_service_stub.h38 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 Dmediakeysystemfactory_service_stub.h37 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
H A Dmediakeysystem_service_stub.h37 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
H A Dmedia_decrypt_module_service_stub.h38 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
H A Dkey_session_service_stub.h35 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
/foundation/multimedia/drm_framework/services/drm_service/client/include/
H A Dmedia_decrypt_module_service_proxy.h31 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
/foundation/multimedia/drm_framework/services/drm_service/ipc/
H A Di_mediadecryptmodule_service.h67 virtual int32_t SetListenerObject(const sptr<IRemoteObject> &object) = 0;
/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dmedia_decrypt_module_service_stub.cpp47 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 Dcodec_service_stub.h35 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
68 int32_t SetListenerObject(MessageParcel &data, MessageParcel &reply);

Completed in 9 milliseconds

1234