Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_params.cpp86 bool includeCommandLineAPI = false; in Create() local
87 ret = params.GetBool("includeCommandLineAPI", &includeCommandLineAPI); in Create()
89 paramsObject->includeCommandLineAPI_ = includeCommandLineAPI; in Create()
/arkcompiler/toolchain/tooling/dynamic/test/
Ddebugger_params_test.cpp703 "objectGroup":1, "includeCommandLineAPI":"true", "silent":"true", "returnByValue":"true", in HWTEST_F_L0()
708 … "objectGroup":"testGroup", "includeCommandLineAPI":true, "silent":true, "returnByValue":true, in HWTEST_F_L0()