/base/notification/common_event_service/frameworks/core/src/ |
H A D | ces_xcollie.cpp | 25 tag_ = tag; in CesXCollie() 26 id_ = HiviewDFX::XCollie::GetInstance().SetTimer(tag_, timeoutSeconds, func, arg, flag); in CesXCollie() 29 tag_.c_str(), timeoutSeconds, flag, id_); in CesXCollie() 42 EVENT_LOGD("CancelCesXCollie tag:%{public}s, id:%{public}d", tag_.c_str(), id_); in CancelCesXCollie()
|
/base/msdp/device_status/utils/common/include/ |
H A D | fi_log.h | 71 : level_ { level }, tag_ { tag }, func_ { func } in InnerFunctionTracer() 73 if (HiLogIsLoggable(LOG_DOMAIN, tag_, level_)) { 75 HILOG_IMPL(LOG_CORE, level_, LOG_DOMAIN, tag_, "in %{public}s, enter", func_); 81 if (HiLogIsLoggable(LOG_DOMAIN, tag_, level_)) { in ~InnerFunctionTracer() 83 HILOG_IMPL(LOG_CORE, level_, LOG_DOMAIN, tag_, "in %{public}s, leave", func_); in ~InnerFunctionTracer() 89 const char* tag_ { nullptr };
|
/base/sensors/miscdevice/utils/common/include/ |
H A D | sensors_errors.h | 100 : func_ { func }, tag_ { tag } in InnerFunctionTracer() 102 if (HiLogIsLoggable(LOG_DOMAIN, tag_, LOG_DEBUG)) { 103 if (func_ != nullptr && tag_ != nullptr) { 104 HILOG_IMPL(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, tag_, "in %{public}s, enter", func_); 110 if (HiLogIsLoggable(LOG_DOMAIN, tag_, LOG_DEBUG)) { in ~InnerFunctionTracer() 111 if (func_ != nullptr && tag_ != nullptr) { in ~InnerFunctionTracer() 112 HILOG_IMPL(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, tag_, "in %{public}s, leave", func_); in ~InnerFunctionTracer() 118 const char *tag_ { nullptr };
|
/base/sensors/sensor/utils/common/include/ |
H A D | sensor_errors.h | 131 : func_ { func }, tag_ { tag } in InnerFunctionTracer() 133 if (HiLogIsLoggable(LOG_DOMAIN, tag_, LOG_DEBUG)) { 134 if (func_ != nullptr && tag_ != nullptr) { 135 HILOG_IMPL(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, tag_, "in %{public}s, enter", func_); 141 if (HiLogIsLoggable(LOG_DOMAIN, tag_, LOG_DEBUG)) { in ~InnerFunctionTracer() 142 if (func_ != nullptr && tag_ != nullptr) { in ~InnerFunctionTracer() 143 HILOG_IMPL(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, tag_, "in %{public}s, leave", func_); in ~InnerFunctionTracer() 149 const char *tag_ { nullptr };
|
/base/telephony/core_service/services/sim/src/ |
H A D | tag_service.cpp | 50 TELEPHONY_LOGI("GetTagCode : %{public}s", tag_.c_str()); in GetTagCode() 51 if (!IsValidHexValue(tag_)) { in GetTagCode() 54 int i = std::stoi(tag_, nullptr, HEX_TYPE); in GetTagCode() 128 tag_.clear(); in Next() 131 const auto res = TagFunc(data_.at(offset_), order, tag_); in Next() 140 TELEPHONY_LOGI("TagService::Next for tag : %{public}s", tag_.c_str()); in Next()
|
/base/telephony/core_service/utils/codec/include/ |
H A D | asn1_builder.h | 31 explicit Asn1Builder(const uint32_t tag) : tag_(tag) {}; in Asn1Builder() 42 uint32_t tag_ = 0; member in OHOS::Telephony::Asn1Builder
|
H A D | asn1_node.h | 72 return tag_; in GetNodeTag() 80 uint32_t tag_ = 0; member in OHOS::Telephony::Asn1Node
|
/base/notification/common_event_service/frameworks/core/include/ |
H A D | ces_xcollie.h | 38 std::string tag_; member in OHOS::EventFwk::CesXCollie
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_user_input.cpp | 116 tag_(tag), in NotificationUserInput() 188 tag_ = tag; in SetTag() 193 return tag_; in GetTag() 232 ", tag = " + tag_ + in Dump() 243 jsonObject["tag"] = tag_; in ToJson() 277 pUserInput->tag_ = jsonObject.at("tag").get<std::string>(); in FromJson() 315 if (!parcel.WriteString(tag_)) { in Marshalling() 381 if (!parcel.ReadString(tag_)) { in ReadFromParcel()
|
/base/global/resource_management/frameworks/resmgr/include/ |
H A D | res_desc.h | 138 char tag_[4]; member in OHOS::Global::Resource::ResId 194 char tag_[4]; member in OHOS::Global::Resource::ResKey
|
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | res_desc.h | 122 char tag_[4]; member in OHOS::Global::Resource::ResId 173 char tag_[4]; member in OHOS::Global::Resource::ResKey
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A D | hap_parser.cpp | 254 if (id->tag_[0] != 'I' || id->tag_[1] != 'D' in ParseId() 255 || id->tag_[2] != 'S' || id->tag_[3] != 'S') { in ParseId() 315 if (key->tag_[0] != 'K' || key->tag_[1] != 'E' in ParseKey() 316 || key->tag_[2] != 'Y' || key->tag_[3] != 'S') { in ParseKey()
|
/base/telephony/core_service/services/sim/include/ |
H A D | tag_service.h | 46 std::string tag_; member in OHOS::Telephony::TagService
|
/base/telephony/core_service/utils/codec/src/ |
H A D | asn1_node.cpp | 36 tag_ = tag; in Asn1Node() 67 TELEPHONY_LOGD("enter Asn1Write tag:%{public}x", tag_); in Asn1Write() 69 uint32_t bytesLen = Asn1Utils::UintToBytes(tag_, uintByte); in Asn1Write() 222 uint32_t byteLen = Asn1Utils::UintToBytes(tag_, byteStream); in Asn1GetHeadAsHexStr()
|
H A D | asn1_builder.cpp | 144 std::shared_ptr<Asn1Node> newNode = std::make_shared<Asn1Node>(tag_, byteStream, 0, 0); in Asn1Build() 174 newNode->SetEncodedLength(Asn1Utils::ByteCountForUint(tag_) + in Asn1Build()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 519 if (id->tag_[ArrayIndex::INDEX_ZERO] != 'I' || id->tag_[ArrayIndex::INDEX_ONE] != 'D' in ParseId() 520 || id->tag_[ArrayIndex::INDEX_TWO] != 'S' || id->tag_[ArrayIndex::INDEX_THREE] != 'S') { in ParseId() 559 if (key->tag_[ArrayIndex::INDEX_ZERO] != 'K' || key->tag_[ArrayIndex::INDEX_ONE] != 'E' in ParseKey() 560 || key->tag_[ArrayIndex::INDEX_TWO] != 'Y' || key->tag_[ArrayIndex::INDEX_THREE] != 'S') { in ParseKey()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_user_input.h | 310 std::string tag_ {};
|
/base/hiviewdfx/hiview/base/ |
H A D | sys_event.cpp | 45 std::string EventCol::TAG = "tag_"; 193 tag_ = tag; in SetTag() 198 return tag_; in GetTag() 527 if (!tag_.empty()) { in AsJsonStr() 528 AppendJsonValue(jsonStr, EventStore::EventCol::TAG, tag_); in AsJsonStr()
|
/base/hiviewdfx/hiview/base/include/ |
H A D | sys_event.h | 149 std::string tag_; member in OHOS::HiviewDFX::SysEvent
|
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
H A D | faultlogger_unittest.cpp | 704 "04c0d6f03c73da531f00eb112479a8a2f19f59fafba6a474dcbe455a13288f4d", "level_":"CRITICAL", "tag_":"STABILITY", "id_": in HWTEST_F() 861 "level_":"CRITICAL", "tag_":"STABILITY", "id_":"17165544771317691984", "info_":""})~"; in HWTEST_F()
|