Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ui_session/
H A Dui_content_service_interface.h30 UI_CONTENT_SERVICE_GET_TREE, enumerator
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/
H A Dui_content_stub.cpp31 case UI_CONTENT_SERVICE_GET_TREE: { in OnRemoteRequest()
H A Dui_content_proxy.cpp38 if (Remote()->SendRequest(UI_CONTENT_SERVICE_GET_TREE, data, reply, option) != ERR_NONE) { in GetInspectorTree()