Home
last modified time | relevance | path

Searched refs:renderParam (Results 1 - 25 of 28) sorted by relevance

12

/foundation/ability/ability_runtime/test/fuzztest/startrenderprocess_fuzzer/
H A Dstartrenderprocess_fuzzer.cpp43 std::string renderParam(data, size); in DoSomethingInterestingWithMyAPI()
49 if (appMgrClient->StartRenderProcess(renderParam, ipcFd, sharedFd, crashFd, in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/
H A Dams_app_running_record_test.cpp447 std::string renderParam = "test_render_param"; in HWTEST_F() local
453 RenderRecord::CreateRenderRecord(hostPid, renderParam, ipcFd, sharedFd, crashFd, host); in HWTEST_F()
1924 std::string renderParam = "test_render_param"; in HWTEST_F() local
1930 new RenderRecord(hostPid, renderParam, ipcFd, sharedFd, crashFd, host); in HWTEST_F()
1947 std::string renderParam = ""; in HWTEST_F() local
1964 RenderRecord::CreateRenderRecord(hostPid, renderParam, ipcFd, sharedFd, crashFd, host); in HWTEST_F()
1967 renderRecord = RenderRecord::CreateRenderRecord(hostPid1, renderParam, ipcFd, sharedFd, crashFd, host); in HWTEST_F()
1988 std::string renderParam = "test_render_param"; in HWTEST_F() local
1991 new RenderRecord(hostPid, renderParam, 0, 0, 0, host); in HWTEST_F()
2009 std::string renderParam in HWTEST_F() local
2028 std::string renderParam = "test_render_param"; HWTEST_F() local
2049 std::string renderParam = "test_render_param"; HWTEST_F() local
2070 std::string renderParam = "test_render_param"; HWTEST_F() local
2091 std::string renderParam = "test_render_param"; HWTEST_F() local
2112 std::string renderParam = "test_render_param"; HWTEST_F() local
2131 std::string renderParam = "test_render_param"; HWTEST_F() local
2150 std::string renderParam = "test_render_param"; HWTEST_F() local
2169 std::string renderParam = "test_render_param"; HWTEST_F() local
2188 std::string renderParam = "test_render_param"; HWTEST_F() local
2209 std::string renderParam = "test_render_param"; HWTEST_F() local
2230 std::string renderParam = "test_render_param"; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/
H A Dappmgrservicefirst_fuzzer.cpp89 std::string renderParam(data, size); in DoSomethingInterestingWithMyAPI()
94 appMgrService->StartRenderProcess(renderParam, ipcFd, sharedFd, crashFd, renderPid); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/app_mgr_event_test/
H A Dapp_mgr_event_test.cpp290 std::string renderParam = "test_render_param"; 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_spawn_client.h52 std::string renderParam; // only nweb spawn need this param. member
H A Dapp_running_record.h74 RenderRecord(pid_t hostPid, const std::string &renderParam, int32_t ipcFd,
81 CreateRenderRecord(pid_t hostPid, const std::string &renderParam,
H A Dapp_mgr_service.h374 * @param renderParam, params passed to renderProcess.
382 virtual int StartRenderProcess(const std::string &renderParam,
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp2947 std::string renderParam = "test_renderParam"; in HWTEST_F() local
2965 ret = appMgrServiceInner->StartRenderProcess(hostPid, renderParam, 0, 0, 0, renderPid); in HWTEST_F()
2967 ret = appMgrServiceInner->StartRenderProcess(hostPid, renderParam, 0, 0, 1, renderPid); in HWTEST_F()
2969 ret = appMgrServiceInner->StartRenderProcess(hostPid, renderParam, 0, 1, 0, renderPid); in HWTEST_F()
2971 ret = appMgrServiceInner->StartRenderProcess(hostPid, renderParam, 0, 1, 1, renderPid); in HWTEST_F()
2973 ret = appMgrServiceInner->StartRenderProcess(hostPid, renderParam, 1, 0, 0, renderPid); in HWTEST_F()
2975 ret = appMgrServiceInner->StartRenderProcess(hostPid, renderParam, 1, 0, 1, renderPid); in HWTEST_F()
2977 ret = appMgrServiceInner->StartRenderProcess(hostPid, renderParam, 1, 1, 0, renderPid); in HWTEST_F()
2979 ret = appMgrServiceInner->StartRenderProcess(hostPid, renderParam, 1, 1, 1, renderPid); in HWTEST_F()
2998 std::string renderParam in HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/unittest/app_spawn_client_second_test/
H A Dapp_spawn_client_second_test.cpp299 startMsg.renderParam = "test"; in HWTEST_F()
318 startMsg.renderParam = "test"; in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_msg_wrapper.cpp133 if (strcpy_s(msg_->renderCmd, sizeof(msg_->renderCmd), startMsg.renderParam.c_str()) != EOK) { in AssembleMsg()
H A Dapp_running_record.cpp49 RenderRecord::RenderRecord(pid_t hostPid, const std::string &renderParam, in RenderRecord() argument
52 : hostPid_(hostPid), renderParam_(renderParam), ipcFd_(ipcFd), in RenderRecord()
63 pid_t hostPid, const std::string &renderParam, int32_t ipcFd, in CreateRenderRecord()
67 if (hostPid <= 0 || renderParam.empty() || ipcFd <= 0 || sharedFd <= 0 || in CreateRenderRecord()
73 hostPid, renderParam, ipcFd, sharedFd, crashFd, host); in CreateRenderRecord()
62 CreateRenderRecord( pid_t hostPid, const std::string &renderParam, int32_t ipcFd, int32_t sharedFd, int32_t crashFd, const std::shared_ptr<AppRunningRecord> &host) CreateRenderRecord() argument
H A Dapp_spawn_client.cpp257 ret = AppSpawnReqMsgAddStringInfo(reqHandle, MSG_EXT_NAME_RENDER_CMD, startMsg.renderParam.c_str()); in AppspawnSetExtMsg()
H A Dapp_mgr_service.cpp969 int32_t AppMgrService::StartRenderProcess(const std::string &renderParam, int32_t ipcFd, in StartRenderProcess() argument
978 renderParam, ipcFd, sharedFd, crashFd, renderPid, isGPU); in StartRenderProcess()
H A Dapp_mgr_service_inner.cpp3033 startMsg.renderParam = perfCmd; in StartPerfProcessByStartMsg()
3036 startMsg.renderParam = debugCmd; in StartPerfProcessByStartMsg()
3311 startMsg.renderParam = RENDER_PARAM; in CreateStartMsg()
5116 int AppMgrServiceInner::StartRenderProcess(const pid_t hostPid, const std::string &renderParam, in StartRenderProcess() argument
5120 if (hostPid <= 0 || renderParam.empty() || ipcFd <= 0 || sharedFd <= 0 || crashFd <= 0) { in StartRenderProcess()
5121 TAG_LOGE(AAFwkTag::APPMGR, "invalid param: hostPid:%{public}d renderParam:%{private}s " in StartRenderProcess()
5123 hostPid, renderParam.c_str(), ipcFd, crashFd, sharedFd); in StartRenderProcess()
5160 auto renderRecord = RenderRecord::CreateRenderRecord(hostPid, renderParam, ipcFd, sharedFd, crashFd, appRecord); in StartRenderProcess()
5324 startMsg.renderParam = renderRecord->GetRenderParam(); in SetRenderStartMsg()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h376 * @param renderParam, params passed to renderProcess.
384 virtual int StartRenderProcess(const std::string &renderParam,
H A Dapp_mgr_client.h482 * @param renderParam, params passed to renderProcess.
489 virtual int StartRenderProcess(const std::string &renderParam,
H A Dapp_mgr_proxy.h354 * @param renderParam, params passed to renderProcess.
362 virtual int StartRenderProcess(const std::string &renderParam,
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp750 std::string renderParam = "renderParam"; in HWTEST_F() local
757 renderParam, ipcFd, sharedFd, crashFd, renderPid); in HWTEST_F()
772 std::string renderParam = "renderParam"; in HWTEST_F() local
781 renderParam, ipcFd, sharedFd, crashFd, renderPid); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_proxy.cpp771 int AppMgrProxy::StartRenderProcess(const std::string &renderParam, in StartRenderProcess() argument
775 if (renderParam.empty() || ipcFd <= 0 || sharedFd <= 0 || crashFd <= 0) { in StartRenderProcess()
776 TAG_LOGE(AAFwkTag::APPMGR, "Invalid params, renderParam:%{private}s, ipcFd:%{public}d, " in StartRenderProcess()
777 "sharedFd:%{public}d, crashFd:%{public}d", renderParam.c_str(), ipcFd, sharedFd, crashFd); in StartRenderProcess()
789 if (!data.WriteString(renderParam)) { in StartRenderProcess()
H A Dapp_mgr_stub.cpp874 std::string renderParam = data.ReadString(); in HandleStartRenderProcess() local
881 StartRenderProcess(renderParam, ipcFd, sharedFd, crashFd, renderPid, isGPU); in HandleStartRenderProcess()
H A Dapp_mgr_client.cpp841 int AppMgrClient::StartRenderProcess(const std::string &renderParam, in StartRenderProcess() argument
847 return service->StartRenderProcess(renderParam, ipcFd, sharedFd, crashFd, in StartRenderProcess()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_composer_adapter.cpp817 const auto& renderParam = static_cast<RSSurfaceRenderParams*>(params.get()); in BuildComposeInfo() local
818 if (renderParam == nullptr) { in BuildComposeInfo()
822 info.sdrNit = renderParam->GetSdrNit(); in BuildComposeInfo()
823 info.displayNit = renderParam->GetDisplayNit(); in BuildComposeInfo()
824 info.brightnessRatio = renderParam->GetBrightnessRatio(); in BuildComposeInfo()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h55 int(const std::string &renderParam, int32_t ipcFd,
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp612 std::string renderParam = EMPTY_STRING; in HWTEST_F() local
621 int ret = appMgrClient->StartRenderProcess(renderParam, INIT_VALUE, ERROR_PID, INIT_VALUE, renderPid); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_tdd_test/
H A Dapp_mgr_service_inner_tdd_test.cpp536 std::string renderParam = "test_render_param"; in HWTEST_F() local
541 RenderRecord::CreateRenderRecord(hostPid, renderParam, ipcFd, sharedFd, crashFd, appRecord); in HWTEST_F()

Completed in 56 milliseconds

12