/ohos5.0/foundation/multimedia/av_codec/services/services/codeclist/client/ |
H A D | codeclist_client.cpp | 27 …hared_ptr<CodecListClient> CodecListClient::Create(const sptr<IStandardCodecListService> &ipcProxy) in Create() argument 29 …CHECK_AND_RETURN_RET_LOG(ipcProxy != nullptr, nullptr, "Create codeclist client failed: ipcProxy i… in Create() 30 std::shared_ptr<CodecListClient> codecList = std::make_shared<CodecListClient>(ipcProxy); in Create() 34 …lient::CodecListClient(const sptr<IStandardCodecListService> &ipcProxy) : codecListProxy_(ipcProxy) in CodecListClient() argument
|
H A D | codeclist_client.h | 27 static std::shared_ptr<CodecListClient> Create(const sptr<IStandardCodecListService> &ipcProxy); 28 explicit CodecListClient(const sptr<IStandardCodecListService> &ipcProxy);
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/client/ |
H A D | recorder_profiles_client.cpp | 27 const sptr<IStandardRecorderProfilesService> &ipcProxy) in Create() argument 29 CHECK_AND_RETURN_RET_LOG(ipcProxy != nullptr, nullptr, "ipcProxy is nullptr.."); in Create() 31 …_ptr<RecorderProfilesClient> recorderProfiles = std::make_shared<RecorderProfilesClient>(ipcProxy); in Create() 37 …orderProfilesClient::RecorderProfilesClient(const sptr<IStandardRecorderProfilesService> &ipcProxy) in RecorderProfilesClient() argument 38 : recorderProfilesProxy_(ipcProxy) in RecorderProfilesClient()
|
H A D | recorder_profiles_client.h | 27 …:shared_ptr<RecorderProfilesClient> Create(const sptr<IStandardRecorderProfilesService> &ipcProxy); 28 explicit RecorderProfilesClient(const sptr<IStandardRecorderProfilesService> &ipcProxy);
|
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/client/ |
H A D | screen_capture_controller_client.cpp | 28 const sptr<IStandardScreenCaptureController> &ipcProxy) in Create() argument 32 std::make_shared<ScreenCaptureControllerClient>(ipcProxy); in Create() 39 …rollerClient::ScreenCaptureControllerClient(const sptr<IStandardScreenCaptureController> &ipcProxy) in ScreenCaptureControllerClient() argument 40 : screenCaptureControllerProxy_(ipcProxy) in ScreenCaptureControllerClient()
|
H A D | screen_capture_controller_client.h | 27 Create(const sptr<IStandardScreenCaptureController> &ipcProxy); 28 explicit ScreenCaptureControllerClient(const sptr<IStandardScreenCaptureController> &ipcProxy);
|
H A D | screen_capture_client.cpp | 27 const sptr<IStandardScreenCaptureService> &ipcProxy) in Create() argument 29 …d::shared_ptr<ScreenCaptureClient> screenCapture = std::make_shared<ScreenCaptureClient>(ipcProxy); in Create() 39 ScreenCaptureClient::ScreenCaptureClient(const sptr<IStandardScreenCaptureService> &ipcProxy) in ScreenCaptureClient() argument 40 : screenCaptureProxy_(ipcProxy) in ScreenCaptureClient()
|
H A D | screen_capture_client.h | 27 …c std::shared_ptr<ScreenCaptureClient> Create(const sptr<IStandardScreenCaptureService> &ipcProxy); 28 explicit ScreenCaptureClient(const sptr<IStandardScreenCaptureService> &ipcProxy);
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | offline_stream_in_client.cpp | 60 sptr<IRemoteObject> ipcProxy = gasp->CreateIpcOfflineStream(errCode); in Create() local 62 CHECK_AND_RETURN_RET_LOG(ipcProxy != nullptr, nullptr, "Create failed with null ipcProxy."); in Create() 63 sptr<IpcOfflineStream> iOfflineStreamProxy = iface_cast<IpcOfflineStream>(ipcProxy); in Create() 76 …InClient::OfflineStreamInClient(const sptr<IpcOfflineStream> &ipcProxy) : streamProxy_(ipcProxy) {} in OfflineStreamInClient() argument
|
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture_monitor/client/ |
H A D | screen_capture_monitor_client.cpp | 27 const sptr<IStandardScreenCaptureMonitorService> &ipcProxy) in Create() argument 29 CHECK_AND_RETURN_RET_LOG(ipcProxy != nullptr, nullptr, "ipcProxy is nullptr.."); in Create() 30 …ptr<ScreenCaptureMonitorClient> scmClient = std::make_shared<ScreenCaptureMonitorClient>(ipcProxy); in Create() 37 …nitorClient::ScreenCaptureMonitorClient(const sptr<IStandardScreenCaptureMonitorService> &ipcProxy) in ScreenCaptureMonitorClient() argument 38 : screenCaptureMonitorProxy_(ipcProxy) in ScreenCaptureMonitorClient()
|
H A D | screen_capture_monitor_client.h | 28 const sptr<IStandardScreenCaptureMonitorService> &ipcProxy); 29 explicit ScreenCaptureMonitorClient(const sptr<IStandardScreenCaptureMonitorService> &ipcProxy);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/child_process/src/ |
H A D | native_child_callback.cpp | 43 OHIPCRemoteProxy *ipcProxy = CreateIPCRemoteProxy(ipcRemote); in OnNativeChildStarted() local 44 if (ipcProxy == nullptr) { in OnNativeChildStarted() 50 callback_(static_cast<int32_t>(ChildProcessManagerErrorCode::ERR_OK), ipcProxy); in OnNativeChildStarted()
|
H A D | native_child_process.cpp | 57 void OnNativeChildProcessStartedWapper(int errCode, OHIPCRemoteProxy *ipcProxy) in OnNativeChildProcessStartedWapper() argument 61 …lback(CvtChildProcessManagerErrCode(static_cast<ChildProcessManagerErrorCode>(errCode)), ipcProxy); in OnNativeChildProcessStartedWapper()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/client/ |
H A D | transcoder_client.cpp | 26 …ed_ptr<TransCoderClient> TransCoderClient::Create(const sptr<IStandardTransCoderService> &ipcProxy) in Create() argument 28 CHECK_AND_RETURN_RET_LOG(ipcProxy != nullptr, nullptr, "ipcProxy is nullptr.."); in Create() 30 std::shared_ptr<TransCoderClient> transCoder = std::make_shared<TransCoderClient>(ipcProxy); in Create() 39 TransCoderClient::TransCoderClient(const sptr<IStandardTransCoderService> &ipcProxy) in TransCoderClient() argument 40 : transCoderProxy_(ipcProxy) in TransCoderClient()
|
H A D | transcoder_client.h | 29 … static std::shared_ptr<TransCoderClient> Create(const sptr<IStandardTransCoderService> &ipcProxy); 30 explicit TransCoderClient(const sptr<IStandardTransCoderService> &ipcProxy);
|
/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/client/ |
H A D | avmetadatahelper_client.cpp | 28 const sptr<IStandardAVMetadataHelperService> &ipcProxy) in Create() argument 30 …_ptr<AVMetadataHelperClient> AVMetadataHelper = std::make_shared<AVMetadataHelperClient>(ipcProxy); in Create() 36 …etadataHelperClient::AVMetadataHelperClient(const sptr<IStandardAVMetadataHelperService> &ipcProxy) in AVMetadataHelperClient() argument 37 : avMetadataHelperProxy_(ipcProxy) in AVMetadataHelperClient()
|
H A D | avmetadatahelper_client.h | 28 …:shared_ptr<AVMetadataHelperClient> Create(const sptr<IStandardAVMetadataHelperService> &ipcProxy); 29 explicit AVMetadataHelperClient(const sptr<IStandardAVMetadataHelperService> &ipcProxy);
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | dbinder_databus_invoker.cpp | 71 …sptr<IPCObjectProxy> ipcProxy = reinterpret_cast<IPCObjectProxy *>(current->FindOrNewObject(handle… in NewSessionOfBinderProxy() local 72 if (ipcProxy == nullptr) { in NewSessionOfBinderProxy() 78 if (ipcProxy->GetProto() != IRemoteObject::IF_PROT_BINDER) { in NewSessionOfBinderProxy() 89 return GetSessionForProxy(ipcProxy, session, localDeviceID); in NewSessionOfBinderProxy() 92 …_ptr<DBinderSessionObject> DBinderDatabusInvoker::GetSessionForProxy(sptr<IPCObjectProxy> ipcProxy, in GetSessionForProxy() argument 95 uint32_t handle = ipcProxy->GetHandle(); in GetSessionForProxy() 96 std::string sessionName = ipcProxy->GetSessionName(); in GetSessionForProxy() 112 int err = ipcProxy->InvokeListenThread(data, reply); in GetSessionForProxy()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/client/ |
H A D | recorder_client.cpp | 26 …::shared_ptr<RecorderClient> RecorderClient::Create(const sptr<IStandardRecorderService> &ipcProxy) in Create() argument 28 CHECK_AND_RETURN_RET_LOG(ipcProxy != nullptr, nullptr, "ipcProxy is nullptr.."); in Create() 30 std::shared_ptr<RecorderClient> recorder = std::make_shared<RecorderClient>(ipcProxy); in Create() 39 RecorderClient::RecorderClient(const sptr<IStandardRecorderService> &ipcProxy) in RecorderClient() argument 40 : recorderProxy_(ipcProxy) in RecorderClient()
|
H A D | recorder_client.h | 29 static std::shared_ptr<RecorderClient> Create(const sptr<IStandardRecorderService> &ipcProxy); 30 explicit RecorderClient(const sptr<IStandardRecorderService> &ipcProxy);
|
/ohos5.0/foundation/multimedia/player_framework/services/services/player/client/ |
H A D | player_client.h | 29 static std::shared_ptr<PlayerClient> Create(const sptr<IStandardPlayerService> &ipcProxy); 30 explicit PlayerClient(const sptr<IStandardPlayerService> &ipcProxy);
|
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/client/ |
H A D | codec_client.h | 36 …static int32_t Create(const sptr<IStandardCodecService> &ipcProxy, std::shared_ptr<ICodecService> … 37 explicit CodecClient(const sptr<IStandardCodecService> &ipcProxy);
|
H A D | codec_client.cpp | 25 int32_t CodecClient::Create(const sptr<IStandardCodecService> &ipcProxy, std::shared_ptr<ICodecServ… in Create() argument 28 CHECK_AND_RETURN_RET_LOG(ipcProxy != nullptr, AVCS_ERR_INVALID_VAL, "Ipc proxy is nullptr."); in Create() 30 codec = std::make_shared<CodecClient>(ipcProxy); in Create() 41 CodecClient::CodecClient(const sptr<IStandardCodecService> &ipcProxy) in CodecClient() argument 42 : codecProxy_(ipcProxy), syncMutex_(std::make_shared<std::recursive_mutex>()) in CodecClient()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/media_data_source/ipc/ |
H A D | media_data_source_proxy.cpp | 69 MediaDataCallback::MediaDataCallback(const sptr<IStandardMediaDataSource> &ipcProxy) in MediaDataCallback() argument 70 : callbackProxy_(ipcProxy) in MediaDataCallback()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/ |
H A D | offline_stream_in_client.h | 33 OfflineStreamInClient(const sptr<IpcOfflineStream> &ipcProxy);
|