/base/powermgr/thermal_manager/services/native/src/thermal_action/action/action_soc/ |
D | action_cpu_lit.cpp | 96 std::vector<int32_t> tags; in CpuRuquest() local 100 tags.push_back(LIM_CPU_LIT_ID); in CpuRuquest() 102 …OHOS::SOCPERF::SocPerfClient::GetInstance().LimitRequest(ACTION_TYPE_THERMAL_ID, tags, configs, ""… in CpuRuquest()
|
D | action_cpu_big.cpp | 96 std::vector<int32_t> tags; in CpuRuquest() local 100 tags.push_back(LIM_CPU_BIG_ID); in CpuRuquest() 102 …OHOS::SOCPERF::SocPerfClient::GetInstance().LimitRequest(ACTION_TYPE_THERMAL_ID, tags, configs, ""… in CpuRuquest()
|
D | action_gpu.cpp | 95 std::vector<int32_t> tags; in GpuRequest() local 99 tags.push_back(LIM_GPU_ID); in GpuRequest() 101 …OHOS::SOCPERF::SocPerfClient::GetInstance().LimitRequest(ACTION_TYPE_THERMAL_ID, tags, configs, ""… in GpuRequest()
|
D | action_cpu_med.cpp | 96 std::vector<int32_t> tags; in CpuRuquest() local 100 tags.push_back(LIM_CPU_MED_ID); in CpuRuquest() 102 …OHOS::SOCPERF::SocPerfClient::GetInstance().LimitRequest(ACTION_TYPE_THERMAL_ID, tags, configs, ""… in CpuRuquest()
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
D | memory_util.cpp | 49 bool MemoryUtil::GetTypeValue(const string &str, const vector<string> &tags, string &type, uint64_t… in GetTypeValue() argument 59 auto iter = find(tags.begin(), tags.end(), tempType); in GetTypeValue() 60 if (iter != tags.end()) { in GetTypeValue()
|
/base/hiviewdfx/hilog/services/hilogd/include/ |
D | log_filter.h | 35 char tags[MAX_TAGS][MAX_TAG_LEN]; member 54 std::cout << " tag[" << i << "]: " << tags[i] << std::endl; in Print()
|
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
D | PluralFetcher.java | 120 String[] tags = languageTag.split("-"); in getPluralItems() local 121 ret[0] = tags[0]; in getPluralItems()
|
/base/hiviewdfx/hilog/services/hilogtool/ |
D | main.cpp | 314 string tags[MAX_TAGS]; member 325 … pidCount(0), pids { 0 }, types(0), blackTag(false), tagCount(0), tags { "" }, colorful(false), 343 (void)strncpy_s(rqst.tags[i], MAX_TAG_LEN, tags[i].c_str(), tags[i].length()); in ToOutputRqst() 469 ret = SetTagLevel(context.tags[i], context.baseLevel); in BaseLogLevelHandler() 470 PrintResult(ret, (string("Set tag ") + context.tags[i] + " log level to " + arg)); in BaseLogLevelHandler() 773 std::vector<std::string> tags; in TagHandler() local 774 Split(context.blackTag ? arg + 1 : arg, tags); in TagHandler() 776 for (string t : tags) { in TagHandler() 783 context.tags[index++] = t; in TagHandler()
|
/base/hiviewdfx/hitrace/interfaces/native/innerkits/ |
D | hitrace.para | 14 debug.hitrace.tags.enableflags=0
|
D | hitrace.para.dac | 14 debug.hitrace.tags.enableflags = root:shell:0775
|
/base/global/i18n/frameworks/intl/src/ |
D | locale_config.cpp | 933 std::set<std::string> tags; in setOtherExtension() local 934 tags.insert("-ca-"); in setOtherExtension() 935 tags.insert("-co-"); in setOtherExtension() 936 tags.insert("-kn-"); in setOtherExtension() 937 tags.insert("-kf-"); in setOtherExtension() 938 tags.insert("-nu-"); in setOtherExtension() 939 tags.insert("-hc-"); in setOtherExtension() 941 for (auto it = tags.begin(); it != tags.end(); it++) { in setOtherExtension()
|
/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/hitrace_meter/ |
D | hitrace_meter.h | 82 #error HITRACE_TAG must be defined to be one of the tags defined in hitrace_meter.h 84 #error HITRACE_TAG must be defined to be one of the tags defined in hitrace_meter.h
|
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
D | hitrace_meter.cpp | 95 uint64_t tags = OHOS::system::GetUintParameter<uint64_t>(KEY_TRACE_TAG, 0); in GetSysParamTags() local 96 if (tags == 0) { in GetSysParamTags() 102 return (tags | HITRACE_TAG_ALWAYS) & HITRACE_TAG_VALID_MASK; in GetSysParamTags()
|
/base/hiviewdfx/hilog/frameworks/libhilog/include/ |
D | hilog_cmd.h | 79 char tags[MAX_TAGS][MAX_TAG_LEN]; member
|
/base/hiviewdfx/hitrace/cmd/src/ |
D | hitrace_cmd.cpp | 304 static bool SetTraceTagsEnabled(uint64_t tags) in SetTraceTagsEnabled() argument 306 string value = to_string(tags); in SetTraceTagsEnabled()
|
/base/hiviewdfx/hilog/services/hilogd/ |
D | log_buffer.cpp | 161 if (strcmp(logData.tag, filter.tags[i]) == 0) { in LogMatchFilter()
|
D | service_controller.cpp | 460 (void)strncpy_s(filter.tags[i], MAX_TAG_LEN, rqst.tags[i], MAX_TAG_LEN - 1); in LogFilterFromOutputRqst()
|
/base/hiviewdfx/hitrace/cmd/config/ |
D | hitrace.cfg | 346 "setparam debug.hitrace.tags.enableflags 0"
|