/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | js_inspector_test.cpp | 520 std::string tag = "tagTest"; variable 534 std::string tag = "tagTest"; variable 557 std::string tag = "tagTest"; variable 571 std::string tag = "tagTest"; variable 591 std::string tag = "tagTest"; variable 611 std::string tag = "tagTest"; variable 631 std::string tag = "tagTest"; variable 651 std::string tag = "tagTest"; variable 671 std::string tag = "tagTest"; variable 691 std::string tag = "tagTest"; variable [all …]
|
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/ |
H A D | nci_tag_impl_default.cpp | 30 auto tag = TagNativeImpl::GetInstance().GetTag(tagDiscId).lock(); in GetTechList() local 39 auto tag = TagNativeImpl::GetInstance().GetTag(tagDiscId).lock(); in GetConnectedTech() local 48 auto tag = TagNativeImpl::GetInstance().GetTag(tagDiscId).lock(); in GetTechExtrasData() local 57 auto tag = TagNativeImpl::GetInstance().GetTag(tagDiscId).lock(); in GetTagUid() local 66 auto tag = TagNativeImpl::GetInstance().GetTag(tagDiscId).lock(); in Connect() local 75 auto tag = TagNativeImpl::GetInstance().GetTag(tagDiscId).lock(); in Disconnect() local 84 auto tag = TagNativeImpl::GetInstance().GetTag(tagDiscId).lock(); in Reconnect() local 93 auto tag = TagNativeImpl::GetInstance().GetTag(tagDiscId).lock(); in Transceive() local 102 auto tag = TagNativeImpl::GetInstance().GetTag(tagDiscId).lock(); in ReadNdef() local 111 auto tag = TagNativeImpl::GetInstance().GetTag(tagDiscId).lock(); in FindNdefTech() local [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
H A D | ge_visual_effect.cpp | 31 void GEVisualEffect::SetParam(const std::string& tag, int32_t param) in SetParam() 37 void GEVisualEffect::SetParam(const std::string& tag, int64_t param) in SetParam() 42 void GEVisualEffect::SetParam(const std::string& tag, float param) in SetParam() 47 void GEVisualEffect::SetParam(const std::string& tag, double param) in SetParam() 52 void GEVisualEffect::SetParam(const std::string& tag, const char* const param) in SetParam() 57 void GEVisualEffect::SetParam(const std::string& tag, const Drawing::Matrix param) in SetParam() 62 void GEVisualEffect::SetParam(const std::string& tag, const std::vector<std::pair<float, float>> pa… in SetParam() 67 void GEVisualEffect::SetParam(const std::string& tag, bool param) in SetParam() 72 void GEVisualEffect::SetParam(const std::string& tag, uint32_t param) in SetParam()
|
H A D | ge_visual_effect_impl.cpp | 81 void GEVisualEffectImpl::SetParam(const std::string& tag, int32_t param) in SetParam() 132 void GEVisualEffectImpl::SetParam(const std::string& tag, bool param) in SetParam() 150 void GEVisualEffectImpl::SetParam(const std::string& tag, int64_t param) {} in SetParam() 152 void GEVisualEffectImpl::SetParam(const std::string& tag, float param) in SetParam() 185 void GEVisualEffectImpl::SetParam(const std::string& tag, double param) {} in SetParam() 187 void GEVisualEffectImpl::SetParam(const std::string& tag, const char* const param) {} in SetParam() 228 void GEVisualEffectImpl::SetParam(const std::string& tag, const uint32_t param) in SetParam() 251 void GEVisualEffectImpl::SetMESABlurParams(const std::string& tag, float param) in SetMESABlurParams() 282 void GEVisualEffectImpl::SetAIBarParams(const std::string& tag, float param) in SetAIBarParams() 307 void GEVisualEffectImpl::SetGreyParams(const std::string& tag, float param) in SetGreyParams() [all …]
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | hilog_wrapper.h | 36 …#define RESMGR_HILOGE(tag, fmt, ...) HILOG_IMPL(LOG_CORE, LOG_ERROR, 0xD001E00, tag, fmt, ##__VA_A… argument 37 …#define RESMGR_HILOGW(tag, fmt, ...) HILOG_IMPL(LOG_CORE, LOG_WARN, 0xD001E00, tag, fmt, ##__VA_AR… argument 38 …#define RESMGR_HILOGI(tag, fmt, ...) HILOG_IMPL(LOG_CORE, LOG_INFO, 0xD001E00, tag, fmt, ##__VA_AR… argument 39 …#define RESMGR_HILOGD(tag, fmt, ...) HILOG_IMPL(LOG_CORE, LOG_DEBUG, 0xD001E00, tag, fmt, ##__VA_A… argument 40 …#define RESMGR_HILOGF(tag, fmt, ...) HILOG_IMPL(LOG_CORE, LOG_FATAL, 0xD001E00, tag, fmt, ##__VA_A… argument 53 #define RESMGR_HILOGE(tag, fmt, ...) argument 54 #define RESMGR_HILOGW(tag, fmt, ...) argument 55 #define RESMGR_HILOGI(tag, fmt, ...) argument 56 #define RESMGR_HILOGD(tag, fmt, ...) argument 57 #define RESMGR_HILOGF(tag, fmt, ...) argument
|
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
H A D | hitrace_meter_c.c | 19 void HiTraceStartTrace(uint64_t tag, const char* value) in HiTraceStartTrace() 24 void HiTraceFinishTrace(uint64_t tag) in HiTraceFinishTrace() 29 void HiTraceStartAsyncTrace(uint64_t tag, const char* value, int32_t taskId) in HiTraceStartAsyncTrace() 34 void HiTraceFinishAsyncTrace(uint64_t tag, const char* value, int32_t taskId) in HiTraceFinishAsyncTrace() 39 void HiTraceCountTrace(uint64_t tag, const char* value, int32_t count) in HiTraceCountTrace()
|
H A D | hitrace_meter_wrapper.cpp | 23 void StartTraceCwrapper(uint64_t tag, const char *value) in StartTraceCwrapper() 28 void FinishTraceCwrapper(uint64_t tag) in FinishTraceCwrapper() 33 void StartAsyncTraceCwrapper(uint64_t tag, const char *value, int32_t taskId) in StartAsyncTraceCwrapper() 38 void FinishAsyncTraceCwrapper(uint64_t tag, const char *value, int32_t taskId) in FinishAsyncTraceCwrapper() 43 void CountTraceCwrapper(uint64_t tag, const char *value, int64_t count) in CountTraceCwrapper()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/trace/ |
H A D | ffrt_trace.h | 198 #define FFRT_TRACE_BEGIN(tag) \ argument 218 #define FFRT_TRACE_COUNT(tag, value) \ argument 223 #define FFRT_TASK_BEGIN(tag, gid) \ argument 228 #define FFRT_BLOCK_TRACER(gid, tag) \ argument 255 #define FFRT_TRACE_BEGIN(tag) argument 258 #define FFRT_TRACE_ASYNC_END(tag, tid) argument 259 #define FFRT_TRACE_COUNT(tag, value) argument 260 #define FFRT_TRACE_SCOPE(level, tag) argument 261 #define FFRT_TASK_BEGIN(tag, gid) argument 262 #define FFRT_BLOCK_TRACER(gid, tag) argument [all …]
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | meta.h | 480 MapIt Find(TagType tag) const in Find() 485 MapIt Find(TagTypeCharSeq tag) const in Find() 496 void SetData(const TagType& tag, const T& value) in SetData() 502 void SetData(TagTypeCharSeq tag, const T& value) in SetData() 511 void SetData(const TagType &tag, char const (&value)[N]) in SetData() 518 void SetData(TagTypeCharSeq tag, char const (&value)[N]) in SetData() 528 bool GetData(const TagType& tag, T &value) const in GetData() 539 bool GetData(TagTypeCharSeq tag, T &value) const in GetData() 549 void Remove(const TagType& tag) in Remove() 557 void Remove(TagTypeCharSeq tag) in Remove()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/ |
H A D | m3u8.cpp | 80 tagUpdatersMap_[HlsTag::EXTXPLAYLISTTYPE] = [this] (std::shared_ptr<Tag>& tag, M3U8Info& info) { in InitTagUpdatersMap() 89 … tagUpdatersMap_[HlsTag::EXTXMEDIASEQUENCE] = [this] (std::shared_ptr<Tag>& tag, M3U8Info& info) { in InitTagUpdatersMap() 99 tagUpdatersMap_[HlsTag::EXTINF] = [this](std::shared_ptr<Tag> &tag, M3U8Info &info) { in InitTagUpdatersMap() 103 tagUpdatersMap_[HlsTag::URI] = [this](std::shared_ptr<Tag> &tag, M3U8Info &info) { in InitTagUpdatersMap() 107 tagUpdatersMap_[HlsTag::EXTXBYTERANGE] = [](std::shared_ptr<Tag> &tag, M3U8Info &info) { in InitTagUpdatersMap() 113 tagUpdatersMap_[HlsTag::EXTXDISCONTINUITY] = [this](std::shared_ptr<Tag> &tag, M3U8Info &info) { in InitTagUpdatersMap() 119 tagUpdatersMap_[HlsTag::EXTXKEY] = [](std::shared_ptr<Tag> &tag, M3U8Info &info) { in InitTagUpdatersMap() 125 tagUpdatersMap_[HlsTag::EXTXMAP] = [](std::shared_ptr<Tag> &tag, M3U8Info &info) { in InitTagUpdatersMap() 137 for (auto& tag : tags) { in UpdateFromTags() local 153 void M3U8::GetExtInf(const std::shared_ptr<Tag>& tag, double& duration, std::string& title) const in GetExtInf() argument [all …]
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | logger.cpp | 23 void Logger::D(const char *tag, const char *format, ...) in D() 35 void Logger::E(const char *tag, const char *format, ...) in E() 47 void Logger::V(const char *tag, const char *format, ...) in V() 59 void Logger::Log(const char *tag, const char *format, va_list args) in Log() 66 void Logger::Err(const char *tag, const char *format, va_list args) in Err()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/ |
H A D | logger.cpp | 16 void Logger::D(const char *tag, const char *format, ...) in D() 28 void Logger::E(const char *tag, const char *format, ...) in E() 40 void Logger::V(const char *tag, const char *format, ...) in V() 52 void Logger::Log(const char *tag, const char *format, va_list args) in Log() 59 void Logger::Err(const char *tag, const char *format, va_list args) in Err()
|
/ohos5.0/foundation/ability/idl_tool/util/ |
H A D | logger.cpp | 24 void Logger::D(const char* tag, const char* format, ...) in D() 34 void Logger::E(const char* tag, const char* format, ...) in E() 44 void Logger::V(const char* tag, const char* format, ...) in V() 54 void Logger::Log(const char* tag, const char* format, va_list args) in Log() 61 void Logger::Err(const char* tag, const char* format, va_list args) in Err()
|
/ohos5.0/foundation/ability/ability_runtime/services/common/include/ |
H A D | hilog_tag_wrapper.h | 101 inline uint32_t GetOffset(AAFwkLogTag tag, AAFwkLogTag base) in GetOffset() 106 inline const char* GetDomainName0(AAFwkLogTag tag) in GetDomainName0() 116 inline const char* GetDomainName1(AAFwkLogTag tag) in GetDomainName1() 127 inline const char* GetDomainName2(AAFwkLogTag tag) in GetDomainName2() 137 inline const char* GetDomainName3(AAFwkLogTag tag) in GetDomainName3() 148 inline const char* GetDomainName4(AAFwkLogTag tag) in GetDomainName4() 159 inline const char* GetDomainName5(AAFwkLogTag tag) in GetDomainName5() 171 inline const char* GetDomainName6(AAFwkLogTag tag) in GetDomainName6() 189 static inline const char* GetTagInfoFromDomainId(AAFwkLogTag tag) in GetTagInfoFromDomainId() 215 #define TAG_LOGD(tag, fmt, ...) AAFWK_PRINT_LOG(LOG_DEBUG, tag, fmt, ##__VA_ARGS__) argument [all …]
|
/ohos5.0/base/security/security_component_manager/frameworks/security_component/src/ |
H A D | sec_comp_base.cpp | 66 bool SecCompBase::ParseDimension(const nlohmann::json& json, const std::string& tag, DimensionT& re… in ParseDimension() 77 bool SecCompBase::ParseColor(const nlohmann::json& json, const std::string& tag, SecCompColor& res) in ParseColor() 88 bool SecCompBase::ParseBool(const nlohmann::json& json, const std::string& tag, bool& res) in ParseBool() 99 bool SecCompBase::ParseString(const nlohmann::json& json, const std::string& tag, std::string& res) in ParseString() 110 bool SecCompBase::ParsePadding(const nlohmann::json& json, const std::string& tag, PaddingSize& res) in ParsePadding() 133 bool SecCompBase::ParseColors(const nlohmann::json& json, const std::string& tag) in ParseColors() 152 bool SecCompBase::ParseBorders(const nlohmann::json& json, const std::string& tag) in ParseBorders() 162 bool SecCompBase::ParseSize(const nlohmann::json& json, const std::string& tag) in ParseSize() 189 bool SecCompBase::ParseParent(const nlohmann::json& json, const std::string& tag) in ParseParent() 220 bool SecCompBase::ParseRect(const nlohmann::json& json, const std::string& tag, SecCompRect& rect) in ParseRect() [all …]
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/aes_cipher/ |
H A D | crypto_aes_gcm_cipher_test.cpp | 49 uint8_t tag[16] = {0}; variable 103 uint8_t tag[16] = {0}; variable 157 uint8_t tag[16] = {0}; variable 211 uint8_t tag[16] = {0}; variable 265 uint8_t tag[16] = {0}; variable 319 uint8_t tag[16] = {0}; variable 676 uint8_t tag[GCM_TAG_LEN] = {0}; variable 730 uint8_t tag[GCM_TAG_LEN] = {0}; variable 784 uint8_t tag[GCM_TAG_LEN] = {0}; variable 946 uint8_t tag[16] = {0}; variable [all …]
|
H A D | crypto_aes_ccm_cipher_test.cpp | 49 uint8_t tag[12] = {0}; variable 102 uint8_t tag[12] = {0}; variable 155 uint8_t tag[12] = {0}; variable 208 uint8_t tag[12] = {0}; variable 261 uint8_t tag[12] = {0}; variable 315 uint8_t tag[12] = {0}; variable 368 uint8_t tag[CCM_TAG_LEN] = { 0 }; variable 420 uint8_t tag[CCM_TAG_LEN] = { 0 }; variable 504 uint8_t tag[CCM_TAG_LEN] = { 0 }; variable 546 uint8_t tag[CCM_TAG_LEN] = { 0 }; variable [all …]
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_sm4_gcm_cipher_test.cpp | 51 uint8_t tag[16] = {0}; variable 105 uint8_t tag[16] = {0}; variable 159 uint8_t tag[16] = {0}; variable 213 uint8_t tag[16] = {0}; variable 267 uint8_t tag[16] = {0}; variable 321 uint8_t tag[16] = {0}; variable 572 uint8_t tag[GCM_TAG_LEN] = {0}; variable 626 uint8_t tag[GCM_TAG_LEN] = {0}; variable 680 uint8_t tag[GCM_TAG_LEN] = {0}; variable 842 uint8_t tag[16] = {0}; variable [all …]
|
/ohos5.0/base/startup/init/interfaces/innerkits/include/ |
H A D | beget_ext.h | 83 #define STARTUP_LOGV(domain, tag, fmt, ...) argument 84 #define STARTUP_LOGI(domain, tag, fmt, ...) argument 85 #define STARTUP_LOGW(domain, tag, fmt, ...) argument 86 #define STARTUP_LOGE(domain, tag, fmt, ...) argument 87 #define STARTUP_LOGF(domain, tag, fmt, ...) argument 90 #define STARTUP_LOGV(domain, tag, fmt, ...) \ argument 92 #define STARTUP_LOGI(domain, tag, fmt, ...) \ argument 94 #define STARTUP_LOGW(domain, tag, fmt, ...) \ argument 96 #define STARTUP_LOGE(domain, tag, fmt, ...) \ argument 98 #define STARTUP_LOGF(domain, tag, fmt, ...) \ argument [all …]
|
/ohos5.0/foundation/multimedia/media_foundation/src/meta/ |
H A D | meta.cpp | 97 #define DEFINE_METADATA_SETTER_GETTER(tag, EnumType) {tag, std::make_pair(Set##EnumType, Get##Enum… argument 156 bool SetMetaData(Meta& meta, const TagType& tag, int32_t value) in SetMetaData() 170 bool GetMetaData(const Meta& meta, const TagType& tag, int32_t& value) in GetMetaData() 185 bool SetMetaData(Meta& meta, const TagType& tag, int64_t value) in SetMetaData() 195 bool GetMetaData(const Meta& meta, const TagType& tag, int64_t& value) in GetMetaData() 204 bool IsIntEnum(const TagType &tag) in IsIntEnum() 209 bool IsLongEnum(const TagType &tag) in IsLongEnum() 549 Any GetDefaultAnyValue(const TagType& tag) in GetDefaultAnyValue() 556 std::optional<Any> GetDefaultAnyValueOpt(const TagType &tag) in GetDefaultAnyValueOpt() 565 Any GetDefaultAnyValue(const TagType &tag, AnyValueType type) in GetDefaultAnyValue()
|
/ohos5.0/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/ |
H A D | hilog_adapter.cpp | 41 int HiLogAdapterPrintLog(uint32_t level, const char* tag, const char* fmt, va_list ap) in HiLogAdapterPrintLog() 50 int HiLogAdapterConsoleLog(uint32_t level, const char* tag, const char* fmt, va_list ap) in HiLogAdapterConsoleLog() 56 int HiLogAdapter::PrintLog(LogLevelAdapter level, const char* tag, const char* fmt, ...) in PrintLog() 66 int HiLogAdapter::PrintConsoleLog(LogLevelAdapter level, const char* tag, const char* fmt, ...) in PrintConsoleLog()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration_creator_manager.cpp | 55 RefPtr<Declaration> DeclarationCreator(const std::string& tag) in DeclarationCreator() 60 const RefPtr<Declaration> DeclarationCreatorManager::CreateDeclaration(const std::string& tag) in CreateDeclaration()
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | window_manager_hilog.h | 115 #define PRINT_TLOG(level, tag, ...) … argument 122 #define TLOGD(tag, fmt, ...) \ argument 124 #define TLOGI(tag, fmt, ...) \ argument 126 #define TLOGW(tag, fmt, ...) \ argument 128 #define TLOGE(tag, fmt, ...) \ argument 134 #define TLOGND(tag, fmt, ...) \ argument 136 #define TLOGNI(tag, fmt, ...) \ argument 138 #define TLOGNW(tag, fmt, ...) \ argument 140 #define TLOGNE(tag, fmt, ...) \ argument
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/log/ |
H A D | log.c | 78 static void hc_logd(const char *tag, const char *func, const char *format, ...) in hc_logd() 85 static void hc_logi(const char *tag, const char *func, const char *format, ...) in hc_logi() 92 static void hc_logw(const char *tag, const char *func, const char *format, ...) in hc_logw() 99 static void hc_loge(const char *tag, const char *func, const char *format, ...) in hc_loge()
|
/ohos5.0/base/security/access_token/frameworks/common/src/ |
H A D | json_parser.cpp | 37 bool JsonParser::GetStringFromJson(const nlohmann::json& j, const std::string& tag, std::string& ou… in GetStringFromJson() 46 bool JsonParser::GetIntFromJson(const nlohmann::json& j, const std::string& tag, int& out) in GetIntFromJson() 55 bool JsonParser::GetUnsignedIntFromJson(const nlohmann::json& j, const std::string& tag, unsigned i… in GetUnsignedIntFromJson() 64 bool JsonParser::GetBoolFromJson(const nlohmann::json& j, const std::string& tag, bool& out) in GetBoolFromJson()
|