Home
last modified time | relevance | path

Searched refs:GetPropertiesParams (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/toolchain/test/autotest/aw/cdp/
H A Druntime.py25 class GetPropertiesParams: class
43 def get_properties(params: GetPropertiesParams):
/arkcompiler/toolchain/tooling/base/
H A Dpt_params.h643 class GetPropertiesParams : public PtBaseParams { class
645 GetPropertiesParams() = default;
646 ~GetPropertiesParams() override = default;
648 static std::unique_ptr<GetPropertiesParams> Create(const PtJson &params);
655 GetPropertiesParams &SetObjectId(RemoteObjectId id) in SetObjectId()
666 GetPropertiesParams &SetOwnProperties(bool ownProperties) in SetOwnProperties()
682 GetPropertiesParams &SetAccessPropertiesOnly(bool accessorPropertiesOnly) in SetAccessPropertiesOnly()
704 NO_COPY_SEMANTIC(GetPropertiesParams);
705 NO_MOVE_SEMANTIC(GetPropertiesParams);
H A Dpt_params.cpp729 std::unique_ptr<GetPropertiesParams> GetPropertiesParams::Create(const PtJson &params) in Create()
731 auto paramsObject = std::make_unique<GetPropertiesParams>(); in Create()
766 LOG_DEBUGGER(ERROR) << "GetPropertiesParams::Create " << error; in Create()
/arkcompiler/toolchain/test/autotest/scenario_test/
H A Dtest_debug_04.py190 params = runtime.GetPropertiesParams('0')
207 params = runtime.GetPropertiesParams('0')
H A Dtest_debug_03.py222 params = runtime.GetPropertiesParams('0')
239 params = runtime.GetPropertiesParams('0')
H A Dtest_debug_01.py276 params = runtime.GetPropertiesParams('0', True, False, True)
351 params = runtime.GetPropertiesParams('0', True, False, True)
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_params_test.cpp981 std::unique_ptr<GetPropertiesParams> objectData; in HWTEST_F_L0()
985 objectData = GetPropertiesParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
990 objectData = GetPropertiesParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
995 objectData = GetPropertiesParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
1000 objectData = GetPropertiesParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
1005 objectData = GetPropertiesParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/test/testcases/
H A Djs_variable_first_test.h123 GetPropertiesParams params;
H A Djs_variable_second_test.h123 GetPropertiesParams params;
H A Djs_dropframe_test.h149 GetPropertiesParams params;
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.h37 const GetPropertiesParams &params,
H A Druntime_impl.cpp99 std::unique_ptr<GetPropertiesParams> params = GetPropertiesParams::Create(request.GetParams()); in GetProperties()
175 DispatchResponse RuntimeImpl::GetProperties(const GetPropertiesParams &params, in GetProperties()

Completed in 16 milliseconds