/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | render_scheduler_proxy.cpp | 37 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 D | render_scheduler_host.cpp | 49 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 D | session_coordinator.h | 42 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 D | session_coordinator.cpp | 109 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 D | startrenderprocess_fuzzer.cpp | 44 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 D | deferred_video_processor.cpp | 71 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 D | irender_scheduler.h | 34 * @param ipcFd, ipc file descriptor for web browser and render process. 38 virtual void NotifyBrowserFd(int32_t ipcFd, int32_t sharedFd,
|
H A D | render_scheduler_proxy.h | 38 * @param ipcFd, ipc file descriptor for web browser and render process. 42 virtual void NotifyBrowserFd(int32_t ipcFd, int32_t sharedFd,
|
H A D | app_mgr_interface.h | 377 * @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 D | mock_render_scheduler.h | 30 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 D | ivideo_process_callbacks.h | 30 const std::string& videoId, const sptr<IPCFileDescriptor>& ipcFd) = 0;
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/ |
H A D | medialibrary_multistages_video_capture_test.cpp | 389 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 D | deferred_photo_processing_session_callback_proxy.cpp | 28 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 D | deferred_photo_processing_session_callback_stub.cpp | 66 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 D | multistages_capture_deferred_video_proc_session_callback.h | 33 void OnProcessVideoDone(const std::string& videoId, const sptr<IPCFileDescriptor> ipcFd) override;
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/include/ |
H A D | deferred_photo_processing_session_callback_proxy.h | 29 int32_t OnProcessImageDone(const std::string &imageId, sptr<IPCFileDescriptor> ipcFd, long bytes,
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/include/ |
H A D | camera_deferred_video_unittest.h | 31 ErrCode OnProcessVideoDone(const std::string& videoId, const sptr<IPCFileDescriptor>& ipcFd);
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/base/include/ |
H A D | ideferred_photo_processing_session_callback.h | 55 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 D | deferred_video_processor.h | 38 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 D | appmgrservicefirst_fuzzer.cpp | 90 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 D | deferred_processing_stub_fuzzer.h | 39 sptr<IPCFileDescriptor> ipcFd, const long bytes, bool isCloudImageEnhanceSupported) override
|
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/deferred_proc_session/ |
H A D | deferred_video_proc_session.h | 37 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 D | multistages_capture_deferred_video_proc_session_callback.cpp | 50 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 D | app_mgr_event_test.cpp | 291 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 D | app_running_record.h | 74 RenderRecord(pid_t hostPid, const std::string &renderParam, int32_t ipcFd, 82 int32_t ipcFd, int32_t sharedFd, int32_t crashFd,
|