Home
last modified time | relevance | path

Searched refs:includeCommandLineAPI (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp68 bool includeCommandLineAPI = false; in Create() local
69 ret = params.GetBool("includeCommandLineAPI", &includeCommandLineAPI); in Create()
71 paramsObject->includeCommandLineAPI_ = includeCommandLineAPI; in Create()
/arkcompiler/toolchain/tooling/test/
Ddebugger_params_test.cpp499 "objectGroup":1, "includeCommandLineAPI":"true", "silent":"true", "returnByValue":"true", in HWTEST_F_L0()
504 … "objectGroup":"testGroup", "includeCommandLineAPI":true, "silent":true, "returnByValue":true, in HWTEST_F_L0()