Home
last modified time | relevance | path

Searched defs:renderParam (Results 1 – 17 of 17) sorted by relevance

/foundation/ability/ability_runtime/test/fuzztest/startrenderprocess_fuzzer/
Dstartrenderprocess_fuzzer.cpp43 std::string renderParam(data, size); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/
Dams_app_running_record_test.cpp439 std::string renderParam = "test_render_param"; variable
1882 std::string renderParam = "test_render_param"; variable
1905 std::string renderParam = ""; variable
1946 std::string renderParam = "test_render_param"; variable
1967 std::string renderParam = "test_render_param"; variable
1986 std::string renderParam = "test_render_param"; variable
2007 std::string renderParam = "test_render_param"; variable
2028 std::string renderParam = "test_render_param"; variable
2049 std::string renderParam = "test_render_param"; variable
2070 std::string renderParam = "test_render_param"; variable
[all …]
/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/
Dappmgrservicefirst_fuzzer.cpp89 std::string renderParam(data, size); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/unittest/app_mgr_event_test/
Dapp_mgr_event_test.cpp290 std::string renderParam = "test_render_param"; variable
/foundation/ability/ability_runtime/services/appmgr/include/
Dapp_spawn_client.h52 std::string renderParam; // only nweb spawn need this param. member
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
Dapp_mgr_service_test.cpp748 std::string renderParam = "renderParam"; variable
770 std::string renderParam = "renderParam"; variable
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_tdd_test/
Dapp_mgr_service_inner_tdd_test.cpp536 std::string renderParam = "test_render_param"; variable
/foundation/ability/ability_runtime/services/appmgr/src/
Dapp_running_record.cpp43 RenderRecord::RenderRecord(pid_t hostPid, const std::string &renderParam, in RenderRecord()
57 pid_t hostPid, const std::string &renderParam, int32_t ipcFd, in CreateRenderRecord()
Dapp_mgr_service.cpp958 int32_t AppMgrService::StartRenderProcess(const std::string &renderParam, int32_t ipcFd, in StartRenderProcess()
Dapp_mgr_service_inner.cpp4888 int AppMgrServiceInner::StartRenderProcess(const pid_t hostPid, const std::string &renderParam, in StartRenderProcess()
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
Dapp_mgr_client_test.cpp612 std::string renderParam = EMPTY_STRING; variable
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
Dapp_mgr_service_inner_test.cpp2960 std::string renderParam = "test_renderParam"; variable
3011 std::string renderParam = "test_renderParam"; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_uni_render_composer_adapter.cpp748 const auto& renderParam = static_cast<RSSurfaceRenderParams*>(params.get()); in BuildComposeInfo() local
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
Dmain_thread_test.cpp192 int StartRenderProcess(const std::string &renderParam, int32_t ipcFd, in StartRenderProcess()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
Dapp_mgr_client.cpp820 int AppMgrClient::StartRenderProcess(const std::string &renderParam, in StartRenderProcess()
Dapp_mgr_stub.cpp832 std::string renderParam = data.ReadString(); in HandleStartRenderProcess() local
Dapp_mgr_proxy.cpp734 int AppMgrProxy::StartRenderProcess(const std::string &renderParam, in StartRenderProcess()