Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/frameworks/native/child_process/src/
H A Dnative_child_callback.cpp43 OHIPCRemoteProxy *ipcProxy = CreateIPCRemoteProxy(ipcRemote); in OnNativeChildStarted() local
50 callback_(static_cast<int32_t>(ChildProcessManagerErrorCode::ERR_OK), ipcProxy); in OnNativeChildStarted() local
H A Dnative_child_process.cpp57 void OnNativeChildProcessStartedWapper(int errCode, OHIPCRemoteProxy *ipcProxy) in OnNativeChildProcessStartedWapper() argument
/foundation/multimedia/player_framework/services/services/screen_capture/client/
H A Dscreen_capture_controller_client.cpp39 ScreenCaptureControllerClient::ScreenCaptureControllerClient(const sptr<IStandardScreenCaptureController> &ipcProxy) in ScreenCaptureControllerClient() argument
27 Create( const sptr<IStandardScreenCaptureController> &ipcProxy) Create() argument
H A Dscreen_capture_client.cpp39 ScreenCaptureClient::ScreenCaptureClient(const sptr<IStandardScreenCaptureService> &ipcProxy) in ScreenCaptureClient() argument
26 Create( const sptr<IStandardScreenCaptureService> &ipcProxy) Create() argument
/foundation/multimedia/av_codec/services/services/codeclist/client/
H A Dcodeclist_client.cpp27 std::shared_ptr<CodecListClient> CodecListClient::Create(const sptr<IStandardCodecListService> &ipcProxy) in Create() argument
34 CodecListClient::CodecListClient(const sptr<IStandardCodecListService> &ipcProxy) : codecListProxy_(ipcProxy) in CodecListClient() argument
/foundation/multimedia/player_framework/services/services/recorder_profiles/client/
H A Drecorder_profiles_client.cpp37 RecorderProfilesClient::RecorderProfilesClient(const sptr<IStandardRecorderProfilesService> &ipcProxy) in RecorderProfilesClient() argument
26 Create( const sptr<IStandardRecorderProfilesService> &ipcProxy) Create() argument
/foundation/multimedia/player_framework/services/services/screen_capture_monitor/client/
H A Dscreen_capture_monitor_client.cpp37 ScreenCaptureMonitorClient::ScreenCaptureMonitorClient(const sptr<IStandardScreenCaptureMonitorService> &ipcProxy) in ScreenCaptureMonitorClient() argument
26 Create( const sptr<IStandardScreenCaptureMonitorService> &ipcProxy) Create() argument
/foundation/multimedia/player_framework/services/services/media_data_source/ipc/
H A Dmedia_data_source_proxy.cpp63 MediaDataCallback::MediaDataCallback(const sptr<IStandardMediaDataSource> &ipcProxy) in MediaDataCallback() argument
/foundation/multimedia/player_framework/services/services/avmetadatahelper/client/
H A Davmetadatahelper_client.cpp36 AVMetadataHelperClient::AVMetadataHelperClient(const sptr<IStandardAVMetadataHelperService> &ipcProxy) in AVMetadataHelperClient() argument
27 Create( const sptr<IStandardAVMetadataHelperService> &ipcProxy) Create() argument
/foundation/multimedia/player_framework/services/services/transcoder/client/
H A Dtranscoder_client.cpp26 std::shared_ptr<TransCoderClient> TransCoderClient::Create(const sptr<IStandardTransCoderService> &ipcProxy) in Create() argument
39 TransCoderClient::TransCoderClient(const sptr<IStandardTransCoderService> &ipcProxy) in TransCoderClient() argument
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/interprocess/
H A Dinterprocess_unit_test.cpp267 auto ipcProxy = std::make_shared<InterIpcProxy>(impl); in HWTEST_F() local
280 auto ipcProxy = std::make_shared<InterIpcProxy>(impl); in HWTEST_F() local
292 auto ipcProxy = std::make_shared<InterIpcProxy>(impl); in HWTEST_F() local
308 auto ipcProxy = std::make_shared<InterIpcProxy>(impl); in HWTEST_F() local
[all...]
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_binder_databus_invoker_unittest.cpp550 IPCObjectProxy *ipcProxy = new IPCObjectProxy(handle, u"testproxy"); in HWTEST_F() local
/foundation/multimedia/av_codec/services/services/codec/client/
H A Dcodec_client.cpp25 int32_t CodecClient::Create(const sptr<IStandardCodecService> &ipcProxy, std::shared_ptr<ICodecService> &codec) in Create() argument
41 CodecClient::CodecClient(const sptr<IStandardCodecService> &ipcProxy) in CodecClient() argument
/foundation/multimedia/player_framework/services/services/recorder/client/
H A Drecorder_client.cpp26 std::shared_ptr<RecorderClient> RecorderClient::Create(const sptr<IStandardRecorderService> &ipcProxy) in Create() argument
39 RecorderClient::RecorderClient(const sptr<IStandardRecorderService> &ipcProxy) in RecorderClient() argument
/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() argument
36 PlayerClient::PlayerClient(const sptr<IStandardPlayerService> &ipcProxy) in PlayerClient() argument
/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp733 IPCObjectProxy* ipcProxy = remoteObj.GetRefPtr(); in AttachToDetachCallbackStubTest() local
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_stub.cpp589 sptr<IPCObjectProxy> ipcProxy = current->QueryCallbackProxy(this); in NoticeServiceDie() local
H A Dipc_process_skeleton.cpp1188 bool IPCProcessSkeleton::AttachCallbackStub(IPCObjectProxy *ipcProxy, sptr<IPCObjectStub> callbackStub) in AttachCallbackStub() argument
1196 sptr<IPCObjectStub> IPCProcessSkeleton::DetachCallbackStub(IPCObjectProxy *ipcProxy) in DetachCallbackStub() argument
1209 sptr<IPCObjectStub> IPCProcessSkeleton::QueryCallbackStub(IPCObjectProxy *ipcProxy) in QueryCallbackStub() argument
/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp72 sptr<IPCObjectProxy> ipcProxy = reinterpret_cast<IPCObjectProxy *>(current->FindOrNewObject(handle).GetRefPtr()); in NewSessionOfBinderProxy() local
93 std::shared_ptr<DBinderSessionObject> DBinderDatabusInvoker::GetSessionForProxy(sptr<IPCObjectProxy> ipcProxy, in GetSessionForProxy() argument
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dcapturer_in_client.cpp796 sptr<IRemoteObject> ipcProxy = gasp->CreateAudioProcess(config, errorCode); in InitIpcStream() local
H A Daudio_process_in_client.cpp262 AudioProcessInClientInner::AudioProcessInClientInner(const sptr<IAudioProcess> &ipcProxy, in AudioProcessInClientInner() argument
325 sptr<IRemoteObject> ipcProxy = gasp->CreateAudioProcess(resetConfig, errorCode); in Create() local
H A Drenderer_in_client.cpp534 sptr<IRemoteObject> ipcProxy = gasp->CreateAudioProcess(config, errorCode); in InitIpcStream() local

Completed in 28 milliseconds