Home
last modified time | relevance | path

Searched refs:accessorPropertiesOnly (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp551 bool accessorPropertiesOnly = false; in Create() local
552 ret = params.GetBool("accessorPropertiesOnly", &accessorPropertiesOnly); in Create()
554 paramsObject->accessorPropertiesOnly_ = accessorPropertiesOnly; in Create()
Dpt_params.h538 GetPropertiesParams &SetAccessPropertiesOnly(bool accessorPropertiesOnly) in SetAccessPropertiesOnly() argument
540 accessorPropertiesOnly_ = accessorPropertiesOnly; in SetAccessPropertiesOnly()
/arkcompiler/toolchain/tooling/test/
Ddebugger_params_test.cpp844 "accessorPropertiesOnly":2, "generatePreview":3}})"; in HWTEST_F_L0()
849 "accessorPropertiesOnly":true, "generatePreview":true}})"; in HWTEST_F_L0()