Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebuggable_thread.h82 bool RequestToObjectRepository(std::function<void(ObjectRepository &)> request);
Ddebuggable_thread.cpp119 bool DebuggableThread::RequestToObjectRepository(std::function<void(ObjectRepository &)> request) in RequestToObjectRepository() function in panda::tooling::inspector::DebuggableThread
Dinspector.cpp335 …it->second.RequestToObjectRepository([objectId, generatePreview, &properties](auto &objectReposito… in GetProperties()