Home
last modified time | relevance | path

Searched refs:tags (Results 1 – 18 of 18) sorted by relevance

/base/powermgr/thermal_manager/services/native/src/thermal_action/action/action_soc/
Daction_cpu_lit.cpp96 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()
Daction_cpu_big.cpp96 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()
Daction_gpu.cpp95 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()
Daction_cpu_med.cpp96 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/
Dmemory_util.cpp49 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/
Dlog_filter.h35 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/
DPluralFetcher.java120 String[] tags = languageTag.split("-"); in getPluralItems() local
121 ret[0] = tags[0]; in getPluralItems()
/base/hiviewdfx/hilog/services/hilogtool/
Dmain.cpp314 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/
Dhitrace.para14 debug.hitrace.tags.enableflags=0
Dhitrace.para.dac14 debug.hitrace.tags.enableflags = root:shell:0775
/base/global/i18n/frameworks/intl/src/
Dlocale_config.cpp933 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/
Dhitrace_meter.h82 #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/
Dhitrace_meter.cpp95 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/
Dhilog_cmd.h79 char tags[MAX_TAGS][MAX_TAG_LEN]; member
/base/hiviewdfx/hitrace/cmd/src/
Dhitrace_cmd.cpp304 static bool SetTraceTagsEnabled(uint64_t tags) in SetTraceTagsEnabled() argument
306 string value = to_string(tags); in SetTraceTagsEnabled()
/base/hiviewdfx/hilog/services/hilogd/
Dlog_buffer.cpp161 if (strcmp(logData.tag, filter.tags[i]) == 0) { in LogMatchFilter()
Dservice_controller.cpp460 (void)strncpy_s(filter.tags[i], MAX_TAG_LEN, rqst.tags[i], MAX_TAG_LEN - 1); in LogFilterFromOutputRqst()
/base/hiviewdfx/hitrace/cmd/config/
Dhitrace.cfg346 "setparam debug.hitrace.tags.enableflags 0"