/base/hiviewdfx/hitrace/test/fuzztest/common/ |
H A D | hitrace_fuzztest_common.h | 41 void GenerateTagStr(const uint64_t tags, std::string& tagStr) in GenerateTagStr() argument 72 GenerateTagVec(const uint64_t tags, std::vector<std::string>& tagVec) GenerateTagVec() argument [all...] |
/base/hiviewdfx/hiview/adapter/service/client/src/ |
H A D | hiview_service_trace_delegate.cpp | 41 CollectResult<int32_t> HiViewServiceTraceDelegate::OpenRecording(const std::string& tags) in OpenRecording() argument
|
H A D | hiview_service_ability_proxy.cpp | 163 CollectResultParcelable<int32_t> HiviewServiceAbilityProxy::OpenRecordingTrace(const std::string& tags) in OpenRecordingTrace() argument
|
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/action_soc/ |
H A D | soc_action_base.cpp | 35 std::vector<int32_t> tags;
in SocLimitRequest() local
|
/base/hiviewdfx/hilog/services/hilogd/include/ |
H A D | log_filter.h | 35 char tags[MAX_TAGS][MAX_TAG_LEN]; member
|
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/src/ |
H A D | trace_collector_client_impl.cpp | 55 CollectResult<int32_t> TraceCollectorImpl::OpenRecording(const std::string& tags) in OpenRecording() argument
|
/base/hiviewdfx/hiview/service/test/fuzztest/common/hiviewservice_fuzzer/ |
H A D | hiviewservice_fuzzer.cpp | 84 std::string tags = std::string(reinterpret_cast<const char*>(data), size); in HiViewServiceRecordingTraceFuzzTest() local
|
/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/ |
H A D | hitrace_adapter_impl.cpp | 66 uint64_t tags = ConvertToUint64(enable, 0); in IsHiTraceEnable() local 102 uint64_t tags = ConvertToUint64(enable, 0); in IsACETraceEnable() local
|
/base/hiviewdfx/hiview/base/ |
H A D | plugin.cpp | 106 context_->AddDispatchInfo(shared_from_this(), types, eventNames, tags, domainRulesMap);
in AddDispatchInfo() local 99 AddDispatchInfo(const std::unordered_set<uint8_t>& types, const std::unordered_set<std::string> &eventNames, const std::unordered_set<std::string> &tags, const std::unordered_map<std::string, DomainRule>& domainRulesMap) AddDispatchInfo() argument
|
/base/msdp/device_status/intention/adapters/input_adapter/src/ |
H A D | input_adapter.cpp | 94 uint32_t tags = CapabilityToTags(MMI::INPUT_DEV_CAP_POINTER); in AddFilter() local
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
H A D | memory_util.cpp | 53 bool MemoryUtil::GetTypeValue(const string &str, const vector<string> &tags, string &type, uint64_t &value) in GetTypeValue() argument
|
/base/hiviewdfx/hitrace/frameworks/native/ |
H A D | common_utils.cpp | 137 static void ParseSysFiles(cJSON *tags, TagCategory& tagCategory)
in ParseSysFiles() argument 152 cJSON* tags = nullptr;
in ParseTagCategory() local [all...] |
/base/hiviewdfx/hitrace/interfaces/js/kits/napi/hitracemeter/ |
H A D | napi_hitrace_meter.cpp | 125 void SetTagsParam(const napi_env& env, const napi_value& value, uint64_t& tags)
in SetTagsParam() argument 155 bool ParseTagsParam(const napi_env& env, const napi_value& value, uint64_t& tags)
in ParseTagsParam() argument 263 uint64_t tags = HITRACE_TAG_APP;
in JSStartCaptureAppTrace() local
|
/base/security/asset/frameworks/js/napi/src/ |
H A D | asset_napi_check.cpp | 98 bool CheckTagRange(const napi_env env, const AssetAttr &attr, const std::vector<uint32_t> &tags) in CheckTagRange() argument
|
/base/hiviewdfx/hiview/adapter/service/server/src/ |
H A D | hiview_service_ability_stub.cpp | 385 std::string tags; in HandleOpenRecordingTraceRequest() local
|
H A D | hiview_service_ability.cpp | 289 CollectResultParcelable<int32_t> HiviewServiceAbility::OpenRecordingTrace(const std::string& tags) in OpenRecordingTrace() argument
|
/base/hiviewdfx/hiview/service/ |
H A D | hiview_service.cpp | 327 CollectResult<int32_t> HiviewService::OpenRecordingTrace(const std::string& tags)
in OpenRecordingTrace() argument
|
/base/hiviewdfx/hiview/base/include/ |
H A D | plugin.h | 289 AddDispatchInfo(std::weak_ptr<Plugin> plugin, const std::unordered_set<uint8_t>& types, const std::unordered_set<std::string>& eventNames, const std::unordered_set<std::string>& tags, const std::unordered_map<std::string, DomainRule>& domainRulesMap) AddDispatchInfo() argument
|
/base/hiviewdfx/hilog/frameworks/libhilog/include/ |
H A D | hilog_cmd.h | 83 char tags[MAX_TAGS][MAX_TAG_LEN]; member
|
/base/hiviewdfx/hilog/services/hilogtool/ |
H A D | main.cpp | 323 string tags[MAX_TAGS]; member 784 std::vector<std::string> tags; in TagHandler() local [all...] |
/base/hiviewdfx/hitrace/cmd/src/ |
H A D | hitrace_cmd.cpp | 50 std::string tags; member 224 static bool SetTraceTagsEnabled(uint64_t tags) in SetTraceTagsEnabled() argument
|
/base/startup/init/services/modules/trace/ |
H A D | init_trace.c | 219 static bool SetTraceTagsEnabled(uint64_t tags)
in SetTraceTagsEnabled() argument
|
/base/global/i18n/frameworks/intl/src/ |
H A D | locale_config.cpp | 1013 std::set<std::string> tags;
in setOtherExtension() local
|
/base/hiviewdfx/hiview/plugins/eventlogger/ |
H A D | event_logger.cpp | 656 std::string tags = "PeerBinder catcher stacktrace for pid "; in ParsePeerStack() local
|
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
H A D | hitrace_dump.cpp | 53 std::vector<std::string> tags;
member 208 bool CheckTags(const std::vector<std::string> &tags, const std::map<std::string, TagCategory> &allTags)
in CheckTags() argument [all...] |