Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h566 …virtual std::optional<Error> SetPropertyModificationWatch(BaseClass * /* klass */, PtProperty /* p… in SetPropertyModificationWatch() function
582 … virtual std::optional<Error> SetPropertyModificationWatch(PtClass klass, PtProperty property) = 0;
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.h397 std::optional<Error> SetPropertyModificationWatch([[maybe_unused]] PtClass klass, in SetPropertyModificationWatch() function
423 … std::optional<Error> SetPropertyModificationWatch(BaseClass *klass, PtProperty property) override;
Ddebugger.cpp806 std::optional<Error> Debugger::SetPropertyModificationWatch(BaseClass *klass, PtProperty property) in SetPropertyModificationWatch() function in panda::tooling::Debugger