Home
last modified time | relevance | path

Searched refs:ReportInspectorTreeValue (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/
H A Dui_session_manager.cpp187 ReportInspectorTreeValue(data); in WebTaskNumsChange()
191 void UiSessionManager::ReportInspectorTreeValue(const std::string& data) in ReportInspectorTreeValue() function in OHOS::Ace::UiSessionManager
199 reportService->ReportInspectorTreeValue( in ReportInspectorTreeValue()
202 …reportService->ReportInspectorTreeValue(data.substr(i * ONCE_IPC_SEND_DATA_MAX_SIZE), i + 1, true); in ReportInspectorTreeValue()
H A Dui_report_stub.cpp48 ReportInspectorTreeValue(result, partNum, isLastPart); in OnRemoteRequest()
96 void UiReportStub::ReportInspectorTreeValue(const std::string& data, int32_t partNum, bool isLastPa… in ReportInspectorTreeValue() function in OHOS::Ace::UiReportStub
H A Dui_report_proxy.cpp96 void UiReportProxy::ReportInspectorTreeValue(const std::string& data, int32_t partNum, bool isLastP… in ReportInspectorTreeValue() function in OHOS::Ace::UiReportProxy
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ui_session/
H A Dui_report_proxy.h53 … void ReportInspectorTreeValue(const std::string& data, int32_t partNum, bool isLastPart) override;
H A Dui_report_stub.h118 … void ReportInspectorTreeValue(const std::string& data, int32_t partNum, bool isLastPart) override;
H A Dui_session_manager.h70 void ReportInspectorTreeValue(const std::string& value);
H A Dui_content_service_interface.h156 …virtual void ReportInspectorTreeValue(const std::string& data, int32_t partNum, bool isLastPart) =…