Home
last modified time | relevance | path

Searched refs:report_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/
H A Dui_content_proxy.cpp33 if (report_ == nullptr) { in GetInspectorTree()
56 if (report_ == nullptr) { in Connect()
85 if (report_ == nullptr) { in RegisterClickEventCallback()
106 if (report_ == nullptr) { in RegisterSearchEventCallback()
127 if (report_ == nullptr) { in RegisterRouterChangeEventCallback()
148 if (report_ == nullptr) { in RegisterComponentChangeEventCallback()
170 if (report_ == nullptr) { in RegisterWebUnfocusEventCallback()
190 if (report_ == nullptr) { in UnregisterClickEventCallback()
211 if (report_ == nullptr) { in UnregisterSearchEventCallback()
232 if (report_ == nullptr) { in UnregisterRouterChangeEventCallback()
[all …]
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dicollect_plugin.cpp19 ICollectPlugin::ICollectPlugin(const sptr<IReport>& report) : report_(report) in ICollectPlugin()
25 if (report_ != nullptr) { in ReportEvent()
26 report_->ReportEvent(event); in ReportEvent()
32 if (report_ != nullptr) { in PostDelayTask()
33 report_->PostDelayTask(callback, delayTime); in PostDelayTask()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_quality_diag.cpp106 bool reportSizeReachLimit = (report_.size() >= MAX_RESULT_SIZE); in ReportDnsResult()
220 if (report_.size() == 0) { in handle_dns_loop()
239 report_.clear(); in send_dns_report()
244 if (report_.size() > 0) { in send_dns_report()
245 std::list<NetsysNative::NetDnsResultReport> reportSend(report_); in send_dns_report()
246 report_.clear(); in send_dns_report()
264 if (report_.size() < MAX_RESULT_SIZE) { in add_dns_report()
265 report_.push_back(*report); in add_dns_report()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ui_session/
H A Dui_content_proxy.h44 sptr<UiReportStub> report_ = nullptr; variable
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Dicollect_plugin.h81 sptr<IReport> report_;
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddns_quality_diag.h85 std::list<NetsysNative::NetDnsResultReport> report_; variable