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.cpp386 std::string renderParam = "test_render_param"; variable
436 std::string renderParam = "test_render_param"; variable
1920 std::string renderParam = "test_render_param"; variable
1943 std::string renderParam = ""; variable
1986 std::string renderParam = "test_render_param"; variable
2007 std::string renderParam = "test_render_param"; variable
2026 std::string renderParam = "test_render_param"; variable
2047 std::string renderParam = "test_render_param"; variable
2068 std::string renderParam = "test_render_param"; variable
2089 std::string renderParam = "test_render_param"; variable
[all …]
/foundation/ability/ability_runtime/test/fuzztest/apprunningrecordfirst_fuzzer/
Dapprunningrecordfirst_fuzzer.cpp61 std::string renderParam(data, size); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/
Dappmgrservicefirst_fuzzer.cpp85 std::string renderParam(data, size); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/fuzztest/appmgrserviceinnersecond_fuzzer/
Dappmgrserviceinnersecond_fuzzer.cpp118 std::string renderParam(data, size); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
Dapp_mgr_service_inner_test.cpp1650 std::string renderParam = "test_renderParam"; variable
1727 std::string renderParam = "test_renderParam"; variable
2843 std::string renderParam = "test_renderParam"; variable
2894 std::string renderParam = "test_renderParam"; variable
2932 std::string renderParam = "test_renderParam"; variable
3002 std::string renderParam = "test_renderParam"; variable
/foundation/ability/ability_runtime/services/appmgr/include/
Dapp_spawn_msg_wrapper.h43 std::string renderParam; // only nweb spawn need this param. member
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
Dapp_mgr_service_test.cpp725 std::string renderParam = "renderParam"; variable
747 std::string renderParam = "renderParam"; variable
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_tdd_test/
Dapp_mgr_service_inner_tdd_test.cpp425 std::string renderParam = "test_render_param"; variable
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
Dapp_mgr_client_test.cpp510 std::string renderParam = EMPTY_STRING; variable
/foundation/ability/ability_runtime/services/appmgr/src/
Dapp_running_record.cpp34 RenderRecord::RenderRecord(pid_t hostPid, const std::string &renderParam, in RenderRecord()
48 pid_t hostPid, const std::string &renderParam, int32_t ipcFd, in CreateRenderRecord()
Dapp_mgr_service.cpp538 int32_t AppMgrService::StartRenderProcess(const std::string &renderParam, int32_t ipcFd, in StartRenderProcess()
Dapp_mgr_service_inner.cpp3319 int AppMgrServiceInner::StartRenderProcess(const pid_t hostPid, const std::string &renderParam, in StartRenderProcess()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
Dapp_mgr_client.cpp642 int AppMgrClient::StartRenderProcess(const std::string &renderParam, in StartRenderProcess()
Dapp_mgr_stub.cpp493 std::string renderParam = data.ReadString(); in HandleStartRenderProcess() local
Dapp_mgr_proxy.cpp715 int AppMgrProxy::StartRenderProcess(const std::string &renderParam, in StartRenderProcess()
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
Dmain_thread_test.cpp204 int StartRenderProcess(const std::string &renderParam, int32_t ipcFd, in StartRenderProcess()