Home
last modified time | relevance | path

Searched refs:DestroyStub (Results 1 – 25 of 68) sorted by relevance

123

/ohos5.0/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/mock/include/
H A Dcodeclist_service_stub.h32 virtual int32_t DestroyStub() = 0;
45 MOCK_METHOD(int32_t, DestroyStub, ());
55 int32_t DestroyStub() override;
H A Dcodec_service_stub.h34 virtual int32_t DestroyStub() = 0;
48 MOCK_METHOD(int32_t, DestroyStub, ());
60 int32_t DestroyStub() override;
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_controller_stub.cpp60 screenCaptureControllerStubFuncs_[DESTROY] = &ScreenCaptureControllerStub::DestroyStub; in Init()
92 int32_t ScreenCaptureControllerStub::DestroyStub() in DestroyStub() function in OHOS::Media::ScreenCaptureControllerStub
99 int32_t ScreenCaptureControllerStub::DestroyStub(MessageParcel &data, MessageParcel &reply) in DestroyStub() function in OHOS::Media::ScreenCaptureControllerStub
102 reply.WriteInt32(DestroyStub()); in DestroyStub()
H A Dscreen_capture_controller_stub.h32 int32_t DestroyStub() override;
39 int32_t DestroyStub(MessageParcel &data, MessageParcel &reply);
H A Dscreen_capture_service_stub.h31 int32_t DestroyStub() override;
84 int32_t DestroyStub(MessageParcel &data, MessageParcel &reply);
H A Di_standard_screen_capture_controller.h34 virtual int32_t DestroyStub() = 0;
H A Dscreen_capture_controller_proxy.h29 int32_t DestroyStub() override;
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture_monitor/ipc/
H A Dscreen_capture_monitor_service_stub.cpp64 screenCaptureMonitorStubFuncs_[DESTROY] = &ScreenCaptureMonitorServiceStub::DestroyStub; in Init()
70 int32_t ScreenCaptureMonitorServiceStub::DestroyStub() in DestroyStub() function in OHOS::Media::ScreenCaptureMonitorServiceStub
154 int32_t ScreenCaptureMonitorServiceStub::DestroyStub(MessageParcel &data, MessageParcel &reply) in DestroyStub() function in OHOS::Media::ScreenCaptureMonitorServiceStub
157 reply.WriteInt32(DestroyStub()); in DestroyStub()
H A Dscreen_capture_monitor_service_stub.h38 int32_t DestroyStub() override;
46 int32_t DestroyStub(MessageParcel &data, MessageParcel &reply);
H A Di_standard_screen_capture_monitor_service.h32 virtual int32_t DestroyStub() = 0;
H A Dscreen_capture_monitor_service_proxy.h32 int32_t DestroyStub() override;
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/ipc/
H A Drecorder_profiles_service_stub.cpp64 = &RecorderProfilesServiceStub::DestroyStub; in Init()
68 int32_t RecorderProfilesServiceStub::DestroyStub() in DestroyStub() function in OHOS::Media::RecorderProfilesServiceStub
177 int32_t RecorderProfilesServiceStub::DestroyStub(MessageParcel &data, MessageParcel &reply) in DestroyStub() function in OHOS::Media::RecorderProfilesServiceStub
180 reply.WriteInt32(DestroyStub()); in DestroyStub()
H A Drecorder_profiles_service_stub.h40 int32_t DestroyStub() override;
50 int32_t DestroyStub(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/mock/
H A Dcodeclist_service_stub_mock.cpp58 int32_t CodecListServiceStub::DestroyStub() in DestroyStub() function in OHOS::MediaAVCodec::CodecListServiceStub
64 return mock->DestroyStub(); in DestroyStub()
H A Dcodec_service_stub_mock.cpp68 int32_t CodecServiceStub::DestroyStub() in DestroyStub() function in OHOS::MediaAVCodec::CodecServiceStub
73 return mock->DestroyStub(); in DestroyStub()
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/ipc/
H A Dtranscoder_service_stub.cpp75 recFuncs_[DESTROY] = &TransCoderServiceStub::DestroyStub; in Init()
88 int32_t TransCoderServiceStub::DestroyStub() in DestroyStub() function in OHOS::Media::TransCoderServiceStub
346 int32_t TransCoderServiceStub::DestroyStub(MessageParcel &data, MessageParcel &reply) in DestroyStub() function in OHOS::Media::TransCoderServiceStub
349 reply.WriteInt32(DestroyStub()); in DestroyStub()
H A Dtranscoder_service_stub.h54 int32_t DestroyStub() override;
79 int32_t DestroyStub(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
H A Dplayer_service_stub_mem.cpp99 int32_t PlayerServiceStubMem::DestroyStub() in DestroyStub() function in OHOS::Media::PlayerServiceStubMem
102 return PlayerServiceStub::DestroyStub(); in DestroyStub()
H A Dplayer_service_stub_mem.h28 int32_t DestroyStub() override;
/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H A Davmetadatahelper_service_stub.h47 int32_t DestroyStub() override;
65 int32_t DestroyStub(MessageParcel &data, MessageParcel &reply);
H A Davmetadatahelper_service_stub.cpp79 … [this](MessageParcel &data, MessageParcel &reply) { return DestroyStub(data, reply); } }, in Init()
94 int32_t AVMetadataHelperServiceStub::DestroyStub() in DestroyStub() function in OHOS::Media::AVMetadataHelperServiceStub
365 int32_t AVMetadataHelperServiceStub::DestroyStub(MessageParcel &data, MessageParcel &reply) in DestroyStub() function in OHOS::Media::AVMetadataHelperServiceStub
368 reply.WriteInt32(DestroyStub()); in DestroyStub()
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dcodec_service_stub.h57 int32_t DestroyStub() override;
86 int32_t DestroyStub(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/multimedia/av_codec/services/services/codeclist/ipc/
H A Dcodeclist_service_stub.cpp72 int32_t CodecListServiceStub::DestroyStub() in DestroyStub() function in OHOS::MediaAVCodec::CodecListServiceStub
168 reply.WriteInt32(DestroyStub()); in DoDestroyStub()
H A Di_standard_codeclist_service.h35 virtual int32_t DestroyStub() = 0;
H A Dcodeclist_service_proxy.h33 int32_t DestroyStub() override;

123