| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
| D | ark_web_adsblock_manager_impl.h | 44 * @param domainSuffix list of domains suffix. if web page url matches someone 52 * @param domainSuffix : list of domains suffix needed be removed from 69 * @param domainSuffix list of domains suffix, if web page url matches someone 77 * @param domainSuffix : list of domains suffix needed be removed from allow
|
| /base/web/webview/ohos_interface/include/ohos_nweb/ |
| D | nweb_adsblock_manager.h | 42 * @param domainSuffix list of domains suffix. if web page url matches someone in the list, 50 * @param domainSuffix : list of domains suffix needed be removed from disallow list 66 * @param domainSuffix list of domains suffix, if web page url matches someone in the list, 74 * @param domainSuffix : list of domains suffix needed be removed from allow list
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
| D | ark_web_adsblock_manager_wrapper.h | 42 * @param domainSuffix list of domains suffix. if web page url matches someone in the list, 50 * @param domainSuffix : list of domains suffix needed be removed from disallow list 66 * @param domainSuffix list of domains suffix, if web page url matches someone in the list, 74 * @param domainSuffix : list of domains suffix needed be removed from allow list
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
| D | ark_web_adsblock_manager.h | 41 * @param domainSuffix list of domains suffix. if web page url matches someone in the list, 50 * @param domainSuffix : list of domains suffix needed be removed from disallow list 68 * @param domainSuffix list of domains suffix, if web page url matches someone in the list, 77 * @param domainSuffix : list of domains suffix needed be removed from allow list
|
| /base/hiviewdfx/hiview/plugins/sysevent_source/ |
| D | platform_monitor.cpp | 154 perfMeasure.domains.emplace_back(it->first); in GetDomainsStat() 233 "DOMAINS", perfMeasure.domains, "DOMAIN_DETAIL", perfMeasure.domainCounts, in ReportProfile() 272 void PlatformMonitor::GetTopDomains(std::vector<std::string> &domains, std::vector<uint32_t> &count… in GetTopDomains() argument 278 domains.emplace_back(it->first); in GetTopDomains() 290 if (domains.size() >= topN) { in GetTopDomains() 294 domains.emplace_back(it->first); in GetTopDomains() 349 std::vector<std::string> domains; in ReportBreakProfile() local 351 GetTopDomains(domains, domainCounts); in ReportBreakProfile() 355 …AIT_TIME", avgWaitTime, "TOP_EVENT", events, "TOP_EVENT_COUNT", eventCounts, "TOP_DOMAIN", domains, in ReportBreakProfile()
|
| /base/hiviewdfx/hiview/plugins/unified_collector/config/ |
| D | UnifiedCollector | 2 "domains": [
|
| /base/hiviewdfx/hiview/plugins/reliability/leak_detectors/config/ |
| D | LeakDetectorPipeline | 2 "domains": [
|
| /base/hiviewdfx/hiview/plugins/faultlogger/config/ |
| D | Faultlogger | 2 "domains": [
|
| D | faultloggerPipeline | 2 "domains": [
|
| /base/hiviewdfx/hiview/plugins/usage_event_report/config/ |
| D | usageEventPipeline | 2 "domains": [
|
| /base/hiviewdfx/hiview/base/ |
| D | dispatch_rule_parser.cpp | 124 if (root.isNull() || !root.isMember("domains") || !root["domains"].isArray()) { in ParseDomainRule() 125 HIVIEW_LOGD("failed to parse the domains"); in ParseDomainRule() 128 auto jsonDomainArray = root["domains"]; in ParseDomainRule()
|
| /base/hiviewdfx/hilog/services/hilogd/include/ |
| D | log_filter.h | 32 uint32_t domains[MAX_DOMAINS]; member 49 std::cout << " domain[" << i << "]: " << domains[i] << std::endl; in Print()
|
| /base/hiviewdfx/hiview/base/test/unittest/common/ |
| D | dispatch_rule_parser_test.cpp | 28 \"domains\":[\ 47 \"domains\": \"domain\",\ 54 \"domains\": [\
|
| /base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/config/ |
| D | BBoxDetectorPipeline | 8 "domains": [
|
| /base/hiviewdfx/hiview/hisysevent/ |
| D | hiviewdfx.yaml | 82 DOMAINS: {type: STRING, arrsize: 100, desc: measured domains} 110 TOP_DOMAIN: {type: STRING, arrsize: 3, desc: topN domains} 111 TOP_DOMAIN_COUNT: {type: UINT32, arrsize: 3, desc: count of topN domains}
|
| /base/hiviewdfx/hilog/services/hilogtool/ |
| D | main.cpp | 84 << " Show specific domain/domains logs with format: domain1,domain2,doman3" << endl in QueryHelper() 85 << " Don't show specific domain/domains logs with format: ^domain1,domain2,doman3" << endl in QueryHelper() 94 << " Don't show specific domain/domains logs with format: ^pid1,pid2,pid3" << endl in QueryHelper() 312 uint32_t domains[MAX_DOMAINS] = {0}; member 347 rqst.domains[i] = domains[i]; in ToOutputRqst() 396 rqst.domains[i] = domains[i]; in ToStatsQueryRqst() 480 ret = SetDomainLevel(context.domains[i], context.baseLevel); in BaseLogLevelHandler() 481 …PrintResult(ret, (string("Set domain 0x") + Uint2HexStr(context.domains[i]) + " log level to " + … in BaseLogLevelHandler() 483 ret = SetPersistDomainLevel(context.domains[i], context.baseLevel); in BaseLogLevelHandler() 485 Uint2HexStr(context.domains[i]) + " log level to " + arg)); in BaseLogLevelHandler() [all …]
|
| /base/hiviewdfx/hiview/plugins/sysevent_source/include/ |
| D | platform_monitor.h | 36 std::vector<std::string> domains; member 76 void GetTopDomains(std::vector<std::string> &domains, std::vector<uint32_t> &counts);
|
| /base/hiviewdfx/hiview/plugins/eventlogger/config/ |
| D | EventloggerPipeline | 2 "domains": [
|
| /base/hiviewdfx/hiview/plugins/performance/config/event/ |
| D | XperfPlugin | 2 "domains": [
|
| /base/hiviewdfx/hilog/frameworks/libhilog/include/ |
| D | hilog_cmd.h | 80 uint32_t domains[MAX_DOMAINS]; member 190 uint32_t domains[MAX_DOMAINS]; member
|
| /base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/ |
| D | print_callback.h | 54 …plicit PrintCallback(PrintDocumentAdapter *adapter); // This interface is invoked by other domains.
|
| /base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/ |
| D | export_json_file_builder.cpp | 41 constexpr char DOMAINS_KEY[] = "DOMAINS"; 239 // add domains in BuildContent()
|
| /base/hiviewdfx/hilog/services/hilogd/ |
| D | log_buffer.cpp | 180 …if ((logData.domain == filter.domains[i]) || ((static_cast<uint8_t>(filter.domains[i]) == LOW_BYTE) in LogMatchFilter() 181 && ((logData.domain & LOW_BYTE_REVERSE) == (filter.domains[i] & LOW_BYTE_REVERSE)))) { in LogMatchFilter()
|
| /base/customization/enterprise_device_management/common/native/src/plugin_utils/ |
| D | message_parcel_utils.cpp | 50 data.WriteString(config.wifiIpConfig.staticIpAddress.domains); in WriteWifiDeviceConfig() 111 config.wifiIpConfig.staticIpAddress.domains = data.ReadString(); in ReadWifiDeviceConfig()
|
| /base/hiviewdfx/hiview/plugins/faultlogger/service/fault_file/ |
| D | faultlog_database.cpp | 143 std::vector<std::string> domains = { HiSysEvent::Domain::ACE, HiSysEvent::Domain::AAFWK }; in CreateJsQueries() local 144 for (std::string domain : domains) { in CreateJsQueries()
|