Home
last modified time | relevance | path

Searched defs:ipcProxy (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/client/
H A Dscreen_capture_controller_client.cpp28 const sptr<IStandardScreenCaptureController> &ipcProxy) in Create()
39 …eControllerClient::ScreenCaptureControllerClient(const sptr<IStandardScreenCaptureController> &ipc… in ScreenCaptureControllerClient()
H A Dscreen_capture_client.cpp27 const sptr<IStandardScreenCaptureService> &ipcProxy) in Create()
39 ScreenCaptureClient::ScreenCaptureClient(const sptr<IStandardScreenCaptureService> &ipcProxy) in ScreenCaptureClient()
/ohos5.0/foundation/multimedia/av_codec/services/services/codeclist/client/
H A Dcodeclist_client.cpp27 …:shared_ptr<CodecListClient> CodecListClient::Create(const sptr<IStandardCodecListService> &ipcPro… in Create()
34 CodecListClient::CodecListClient(const sptr<IStandardCodecListService> &ipcProxy) : codecListProxy_… in CodecListClient()
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture_monitor/client/
H A Dscreen_capture_monitor_client.cpp27 const sptr<IStandardScreenCaptureMonitorService> &ipcProxy) in Create()
37 …ptureMonitorClient::ScreenCaptureMonitorClient(const sptr<IStandardScreenCaptureMonitorService> &i… in ScreenCaptureMonitorClient()
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/client/
H A Drecorder_profiles_client.cpp27 const sptr<IStandardRecorderProfilesService> &ipcProxy) in Create()
37 RecorderProfilesClient::RecorderProfilesClient(const sptr<IStandardRecorderProfilesService> &ipcPro… in RecorderProfilesClient()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Doffline_stream_in_client.cpp60 sptr<IRemoteObject> ipcProxy = gasp->CreateIpcOfflineStream(errCode); in Create() local
76 OfflineStreamInClient::OfflineStreamInClient(const sptr<IpcOfflineStream> &ipcProxy) : streamProxy_… in OfflineStreamInClient()
H A Daudio_process_in_client.cpp264 AudioProcessInClientInner::AudioProcessInClientInner(const sptr<IAudioProcess> &ipcProxy, in AudioProcessInClientInner()
326 sptr<IRemoteObject> ipcProxy = gasp->CreateAudioProcess(resetConfig, errorCode); in Create() local
H A Dcapturer_in_client.cpp786 sptr<IRemoteObject> ipcProxy = gasp->CreateAudioProcess(config, errorCode); in InitIpcStream() local
H A Drenderer_in_client.cpp513 sptr<IRemoteObject> ipcProxy = gasp->CreateAudioProcess(config, errorCode); in InitIpcStream() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/child_process/src/
H A Dnative_child_callback.cpp43 OHIPCRemoteProxy *ipcProxy = CreateIPCRemoteProxy(ipcRemote); in OnNativeChildStarted() local
H A Dnative_child_process.cpp57 void OnNativeChildProcessStartedWapper(int errCode, OHIPCRemoteProxy *ipcProxy) in OnNativeChildProcessStartedWapper()
/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/client/
H A Davmetadatahelper_client.cpp28 const sptr<IStandardAVMetadataHelperService> &ipcProxy) in Create()
36 AVMetadataHelperClient::AVMetadataHelperClient(const sptr<IStandardAVMetadataHelperService> &ipcPro… in AVMetadataHelperClient()
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/client/
H A Dtranscoder_client.cpp26 …ared_ptr<TransCoderClient> TransCoderClient::Create(const sptr<IStandardTransCoderService> &ipcPro… in Create()
39 TransCoderClient::TransCoderClient(const sptr<IStandardTransCoderService> &ipcProxy) in TransCoderClient()
/ohos5.0/foundation/multimedia/player_framework/services/services/media_data_source/ipc/
H A Dmedia_data_source_proxy.cpp69 MediaDataCallback::MediaDataCallback(const sptr<IStandardMediaDataSource> &ipcProxy) in MediaDataCallback()
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/client/
H A Dcodec_client.cpp25 int32_t CodecClient::Create(const sptr<IStandardCodecService> &ipcProxy, std::shared_ptr<ICodecServ… in Create()
41 CodecClient::CodecClient(const sptr<IStandardCodecService> &ipcProxy) in CodecClient()
/ohos5.0/foundation/multimedia/player_framework/services/services/player/client/
H A Dplayer_client.cpp26 std::shared_ptr<PlayerClient> PlayerClient::Create(const sptr<IStandardPlayerService> &ipcProxy) in Create()
36 PlayerClient::PlayerClient(const sptr<IStandardPlayerService> &ipcProxy) in PlayerClient()
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/client/
H A Drecorder_client.cpp26 …d::shared_ptr<RecorderClient> RecorderClient::Create(const sptr<IStandardRecorderService> &ipcProx… in Create()
39 RecorderClient::RecorderClient(const sptr<IStandardRecorderService> &ipcProxy) in RecorderClient()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp71 …sptr<IPCObjectProxy> ipcProxy = reinterpret_cast<IPCObjectProxy *>(current->FindOrNewObject(handle… in NewSessionOfBinderProxy() local
92 …_ptr<DBinderSessionObject> DBinderDatabusInvoker::GetSessionForProxy(sptr<IPCObjectProxy> ipcProxy, in GetSessionForProxy()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_process_skeleton.cpp1194 bool IPCProcessSkeleton::AttachCallbackStub(IPCObjectProxy *ipcProxy, sptr<IPCObjectStub> callbackS… in AttachCallbackStub()
1202 sptr<IPCObjectStub> IPCProcessSkeleton::DetachCallbackStub(IPCObjectProxy *ipcProxy) in DetachCallbackStub()
1215 sptr<IPCObjectStub> IPCProcessSkeleton::QueryCallbackStub(IPCObjectProxy *ipcProxy) in QueryCallbackStub()
H A Dipc_object_stub.cpp589 sptr<IPCObjectProxy> ipcProxy = current->QueryCallbackProxy(this); in NoticeServiceDie() local
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp733 IPCObjectProxy* ipcProxy = remoteObj.GetRefPtr(); in AttachToDetachCallbackStubTest() local
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_binder_databus_invoker_unittest.cpp550 IPCObjectProxy *ipcProxy = new IPCObjectProxy(handle, u"testproxy"); variable