Home
last modified time | relevance | path

Searched refs:SetListenerObject (Results 1 – 25 of 64) sorted by relevance

123

/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/
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
Ddomain_rpc_service_stub.h40 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
48 int32_t SetListenerObject(MessageParcel &data, MessageParcel &reply);
Di_domain_rpc_service.h33 virtual int32_t SetListenerObject(const sptr<IRemoteObject> &object) = 0;
Ddomain_rpc_service_proxy.h30 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
Ddomain_rpc_service_proxy.cpp28 int32_t DomainRpcServiceProxy::SetListenerObject(const sptr<IRemoteObject> &object) in SetListenerObject() function in OHOS::Sharing::DomainRpcServiceProxy
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
Dinter_ipc_stub.cpp59 SetListenerObject(data, reply); in OnRemoteRequest()
73 int32_t InterIpcStub::SetListenerObject(MessageParcel &data, MessageParcel &reply) in SetListenerObject() function in OHOS::Sharing::InterIpcStub
78 (void)reply.WriteInt32(SetListenerObject(key, object)); in SetListenerObject()
111 int32_t InterIpcStub::SetListenerObject(std::string key, const sptr<IRemoteObject> &object) in SetListenerObject() function in OHOS::Sharing::InterIpcStub
Dinter_ipc_stub.h46 int32_t SetListenerObject(std::string key, const sptr<IRemoteObject> &object) override;
57 int32_t SetListenerObject(MessageParcel &data, MessageParcel &reply);
Dinter_ipc_sub_stub.h31 int32_t SetListenerObject(std::string key, const sptr<IRemoteObject> &object) override;
Dinter_ipc_client_stub.h30 int32_t SetListenerObject(std::string key, const sptr<IRemoteObject> &object) override;
Di_inter_ipc.h33 virtual int32_t SetListenerObject(std::string key, const sptr<IRemoteObject> &object) = 0;
Dinter_ipc_proxy.h30 int32_t SetListenerObject(std::string key, const sptr<IRemoteObject> &object) override;
Dinter_ipc_service_stub.h31 int32_t SetListenerObject(std::string key, const sptr<IRemoteObject> &object) override;
Dinter_ipc_client_stub.cpp32 int32_t InterIpcClientStub::SetListenerObject(std::string key, const sptr<IRemoteObject> &object) in SetListenerObject() function in OHOS::Sharing::InterIpcClientStub
Dinter_ipc_sub_stub.cpp47 int32_t InterIpcSubStub::SetListenerObject(std::string key, const sptr<IRemoteObject> &object) in SetListenerObject() function in OHOS::Sharing::InterIpcSubStub
/foundation/multimedia/camera_framework/services/camera_service/binder/server/include/
Dhcamera_service_stub.h57 int SetListenerObject(const sptr<IRemoteObject> &object) override;
58 int SetListenerObject(MessageParcel &data, MessageParcel &reply);
/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
Davmetadatahelper_service_stub.h45 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
60 int32_t SetListenerObject(MessageParcel &data, MessageParcel &reply);
Davmetadatahelper_service_stub.cpp68 avMetadataHelperFuncs_[SET_LISTENER_OBJ] = &AVMetadataHelperServiceStub::SetListenerObject; in Init()
181 int32_t AVMetadataHelperServiceStub::SetListenerObject(const sptr<IRemoteObject> &object) in SetListenerObject() function in OHOS::Media::AVMetadataHelperServiceStub
290 int32_t AVMetadataHelperServiceStub::SetListenerObject(MessageParcel &data, MessageParcel &reply) in SetListenerObject() function in OHOS::Media::AVMetadataHelperServiceStub
293 reply.WriteInt32(SetListenerObject(object)); in SetListenerObject()
Davmetadatahelper_service_proxy.h38 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
Di_standard_avmetadatahelper_service.h42 virtual int32_t SetListenerObject(const sptr<IRemoteObject> &object) = 0;
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
Dscreen_capture_service_stub.h48 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
64 int32_t SetListenerObject(MessageParcel &data, MessageParcel &reply);
Dscreen_capture_service_proxy.h46 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
Di_standard_screen_capture_service.h46 virtual int32_t SetListenerObject(const sptr<IRemoteObject> &object) = 0;
/foundation/multimedia/av_codec/services/services/codec/ipc/
Dcodec_service_stub.h36 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
66 int32_t SetListenerObject(MessageParcel &data, MessageParcel &reply);
Di_standard_codec_service.h35 virtual int32_t SetListenerObject(const sptr<IRemoteObject> &object) = 0;
/foundation/multimedia/player_framework/services/services/avcodec/ipc/
Davcodec_service_stub.h35 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
59 int32_t SetListenerObject(MessageParcel &data, MessageParcel &reply);

123