Home
last modified time | relevance | path

Searched refs:ipcFd (Results 1 - 25 of 42) sorted by relevance

12

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Drender_scheduler_proxy.cpp37 void RenderSchedulerProxy::NotifyBrowserFd(int32_t ipcFd, int32_t sharedFd, in NotifyBrowserFd() argument
48 if (!data.WriteFileDescriptor(ipcFd) || !data.WriteFileDescriptor(sharedFd) || in NotifyBrowserFd()
50 TAG_LOGE(AAFwkTag::APPMGR, "want fd failed, ipcFd:%{public}d, sharedFd:%{public}d, " in NotifyBrowserFd()
51 "crashFd:%{public}d", ipcFd, sharedFd, crashFd); in NotifyBrowserFd()
H A Drender_scheduler_host.cpp49 int32_t ipcFd = data.ReadFileDescriptor(); in HandleNotifyBrowserFd() local
53 NotifyBrowserFd(ipcFd, sharedFd, crashFd, browser); in HandleNotifyBrowserFd()
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/session/
H A Dsession_coordinator.h42 const sptr<IPCFileDescriptor>& ipcFd, const int32_t dataSize, bool isCloudImageEnhanceSupported);
54 void OnVideoProcessDone(const int32_t userId, const std::string& videoId, const sptr<IPCFileDescriptor>& ipcFd);
73 sptr<IPCFileDescriptor> ipcFd; member
94 sptr<IPCFileDescriptor> ipcFd; member
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/
H A Dsession_coordinator.cpp109 sptr<IPCFileDescriptor> ipcFd = bufferInfo->GetIPCFileDescriptor(); variable
113 coordinator_->OnProcessDone(userId, imageId, ipcFd, dataSize, isCloudImageEnhanceSupported));
148 const sptr<IPCFileDescriptor>& ipcFd) override
152 video->OnVideoProcessDone(userId, videoId, ipcFd);
222 const sptr<IPCFileDescriptor>& ipcFd, const int32_t dataSize, bool isCloudImageEnhanceSupported) in OnProcessDone()
231 spCallback->OnProcessImageDone(imageId, ipcFd, dataSize, isCloudImageEnhanceSupported); in OnProcessDone()
234 pendingImageResults_.push_back({CallbackType::ON_PROCESS_DONE, userId, imageId, ipcFd, dataSize, in OnProcessDone()
303 callback->OnProcessImageDone(result.imageId, result.ipcFd, result.dataSize, in ProcessPendingResults()
346 const sptr<IPCFileDescriptor> &ipcFd) in OnVideoProcessDone()
355 spCallback->OnProcessVideoDone(videoId, ipcFd); in OnVideoProcessDone()
221 OnProcessDone(const int32_t userId, const std::string& imageId, const sptr<IPCFileDescriptor>& ipcFd, const int32_t dataSize, bool isCloudImageEnhanceSupported) OnProcessDone() argument
345 OnVideoProcessDone(const int32_t userId, const std::string& videoId, const sptr<IPCFileDescriptor> &ipcFd) OnVideoProcessDone() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/startrenderprocess_fuzzer/
H A Dstartrenderprocess_fuzzer.cpp44 int32_t ipcFd = 100; in DoSomethingInterestingWithMyAPI() local
49 if (appMgrClient->StartRenderProcess(renderParam, ipcFd, sharedFd, crashFd, in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/
H A Ddeferred_video_processor.cpp71 const std::string& videoId, const sptr<IPCFileDescriptor>& ipcFd) in OnProcessDone()
73 DP_DEBUG_LOG("entered, videoId: %{public}s, fd: %{public}d", videoId.c_str(), ipcFd->GetFd()); in OnProcessDone()
75 callbacks_->OnProcessDone(userId, videoId, ipcFd); in OnProcessDone()
70 OnProcessDone(const int32_t userId, const std::string& videoId, const sptr<IPCFileDescriptor>& ipcFd) OnProcessDone() argument
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dirender_scheduler.h34 * @param ipcFd, ipc file descriptor for web browser and render process.
38 virtual void NotifyBrowserFd(int32_t ipcFd, int32_t sharedFd,
H A Drender_scheduler_proxy.h38 * @param ipcFd, ipc file descriptor for web browser and render process.
42 virtual void NotifyBrowserFd(int32_t ipcFd, int32_t sharedFd,
H A Dapp_mgr_interface.h377 * @param ipcFd, ipc file descriptor for web browser and render process.
385 int32_t ipcFd, int32_t sharedFd,
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_render_scheduler.h30 void(int32_t ipcFd, int32_t sharedFd, int32_t crashFd, sptr<IRemoteObject> browser));
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/
H A Divideo_process_callbacks.h30 const std::string& videoId, const sptr<IPCFileDescriptor>& ipcFd) = 0;
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/
H A Dmedialibrary_multistages_video_capture_test.cpp389 sptr<IPCFileDescriptor> ipcFd = new IPCFileDescriptor(); in HWTEST_F() local
405 callback->OnProcessVideoDone(videoId, ipcFd); in HWTEST_F()
423 sptr<IPCFileDescriptor> ipcFd = new IPCFileDescriptor(); in HWTEST_F() local
441 callback->OnProcessVideoDone(videoId, ipcFd); in HWTEST_F()
460 sptr<IPCFileDescriptor> ipcFd = new IPCFileDescriptor(); in HWTEST_F() local
476 callback->OnProcessVideoDone("42345678", ipcFd); in HWTEST_F()
/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/src/
H A Ddeferred_photo_processing_session_callback_proxy.cpp28 sptr<IPCFileDescriptor> ipcFd, long bytes, bool isCloudEnhancementAvailable) in OnProcessImageDone()
36 data.WriteObject<IPCFileDescriptor>(ipcFd); in OnProcessImageDone()
27 OnProcessImageDone(const std::string &imageId, sptr<IPCFileDescriptor> ipcFd, long bytes, bool isCloudEnhancementAvailable) OnProcessImageDone() argument
/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/server/src/
H A Ddeferred_photo_processing_session_callback_stub.cpp66 sptr<IPCFileDescriptor> ipcFd = data.ReadObject<IPCFileDescriptor>(); in HandleOnProcessImageDone() local
69 int32_t ret = OnProcessImageDone(imageId, ipcFd, bytes, isCloudImageEnhanceSupported); in HandleOnProcessImageDone()
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/deferred_processing/
H A Dmultistages_capture_deferred_video_proc_session_callback.h33 void OnProcessVideoDone(const std::string& videoId, const sptr<IPCFileDescriptor> ipcFd) override;
/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/include/
H A Ddeferred_photo_processing_session_callback_proxy.h29 int32_t OnProcessImageDone(const std::string &imageId, sptr<IPCFileDescriptor> ipcFd, long bytes,
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/include/
H A Dcamera_deferred_video_unittest.h31 ErrCode OnProcessVideoDone(const std::string& videoId, const sptr<IPCFileDescriptor>& ipcFd);
/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/base/include/
H A Dideferred_photo_processing_session_callback.h55 virtual int32_t OnProcessImageDone(const std::string &imageId, sptr<IPCFileDescriptor> ipcFd, const long bytes,
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/video_processor/
H A Ddeferred_video_processor.h38 void OnProcessDone(const int32_t userId, const std::string& videoId, const sptr<IPCFileDescriptor>& ipcFd) override;
/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/
H A Dappmgrservicefirst_fuzzer.cpp90 int32_t ipcFd = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
94 appMgrService->StartRenderProcess(renderParam, ipcFd, sharedFd, crashFd, renderPid); in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/camera_framework/test/fuzztest/deferredprocessingstub_fuzzer/
H A Ddeferred_processing_stub_fuzzer.h39 sptr<IPCFileDescriptor> ipcFd, const long bytes, bool isCloudImageEnhanceSupported) override
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/deferred_proc_session/
H A Ddeferred_video_proc_session.h37 virtual void OnProcessVideoDone(const std::string& videoId, const sptr<IPCFileDescriptor> ipcFd) = 0;
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/
H A Dmultistages_capture_deferred_video_proc_session_callback.cpp50 const sptr<IPCFileDescriptor> ipcFd) in OnProcessVideoDone()
49 OnProcessVideoDone(const std::string& videoId, const sptr<IPCFileDescriptor> ipcFd) OnProcessVideoDone() argument
/foundation/ability/ability_runtime/test/unittest/app_mgr_event_test/
H A Dapp_mgr_event_test.cpp291 int32_t ipcFd = 1; in HWTEST_F() local
295 RenderRecord::CreateRenderRecord(hostPid, renderParam, ipcFd, sharedFd, crashFd, hostRecord); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h74 RenderRecord(pid_t hostPid, const std::string &renderParam, int32_t ipcFd,
82 int32_t ipcFd, int32_t sharedFd, int32_t crashFd,

Completed in 10 milliseconds

12