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.h87 bool RequestToObjectRepository(std::function<void(ObjectRepository &)> request);
Ddebuggable_thread.cpp108 bool DebuggableThread::RequestToObjectRepository(std::function<void(ObjectRepository &)> request) in RequestToObjectRepository() function in ark::tooling::inspector::DebuggableThread
Dinspector.cpp338 …it->second.RequestToObjectRepository([objectId, generatePreview, &properties](auto &objectReposito… in GetProperties()