Home
last modified time | relevance | path

Searched refs:ownProperties (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/toolchain/tooling/base/
H A Dpt_params.cpp744 bool ownProperties = false; in Create() local
745 ret = params.GetBool("ownProperties", &ownProperties); in Create()
747 paramsObject->ownProperties_ = ownProperties; in Create()
749 error += "Wrong type of 'ownProperties';"; in Create()
H A Dpt_params.h666 GetPropertiesParams &SetOwnProperties(bool ownProperties) in SetOwnProperties() argument
668 ownProperties_ = ownProperties; in SetOwnProperties()
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_params_test.cpp998 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"objectId":10, "ownProperties":1, in HWTEST_F_L0()
1003 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"objectId":"10", "ownProperties":true, in HWTEST_F_L0()

Completed in 6 milliseconds