Searched refs:label_ (Results 1 - 10 of 10) sorted by relevance
/base/location/services/location_locator/locator/source/ |
H A D | subability_common.cpp | 33 label_ = { LOG_CORE, LOCATION_LOG_DOMAIN, "unknown" }; in SubAbility() 47 label_ = CommonUtils::GetLabel(name); in SetAbility() 76 LBSLOGD(label_, "refrash requirements"); in HandleRefrashRequirements() 84 LBSLOGE(label_, "workRecordStatistic::Update failed"); in HandleRefrashRequirements() 107 LBSLOGD(label_, "remove record isFind:%{public}d, uid:%{public}d, lastRecord:%{public}s, newRecord:%{public}s", in HandleRemoveRecord() 123 LBSLOGD(label_, "add record isFind:%{public}d, uid:%{public}d, lastRecord:%{public}s, newRecord:%{public}s", in HandleAddRecord() 138 LBSLOGE(label_, "Enable can not get SystemAbilityManager"); in Enable() 146 LBSLOGI(label_, "enable %{public}s ability", name_.c_str()); in Enable() 151 LBSLOGI(label_, "disable %{public}s ability", name_.c_str()); in Enable() 158 LBSLOGI(label_, "EnableLocationMoc in EnableLocationMock() [all...] |
/base/customization/enterprise_device_management/common/native/include/ |
H A D | security_report.h | 28 std::string label_; // reserved member 37 label_ = ""; in ReportInfo()
|
/base/telephony/core_service/utils/vcard/include/contact_data/ |
H A D | vcard_event_data.h | 29 label_ = ""; in VCardEventData() 44 std::string label_; member in OHOS::Telephony::VCardEventData
|
H A D | vcard_postal_data.h | 67 std::string label_ = ""; member in OHOS::Telephony::VCardPostalData
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_check_info.cpp | 86 return label_; in GetLabel() 91 label_ = label; in SetLabel() 147 label_ = jsonobj.at("label").get<std::string>(); in ConvertJsonStringToValue()
|
H A D | notification_request.cpp | 686 label_ = label; in SetLabel() 691 return label_; in GetLabel() 756 ", groupName = " + groupName_ + ", statusBarText = " + statusBarText_ + ", label = " + label_ + in Dump() 815 jsonObject["label"] = label_; in ToJson() 1049 if (!parcel.WriteString(label_)) { in Marshalling() 1519 if (!parcel.ReadString(label_)) { in ReadFromParcel() 1924 this->label_ = other.label_; in CopyBase() 2159 target->label_ = jsonObject.at("label").get<std::string>(); in ConvertJsonToString() 2590 label_ << keySplite in GetBaseKey() [all...] |
/base/customization/enterprise_device_management/common/native/src/ |
H A D | security_report.cpp | 42 jsonResult["targettInfo"] = reportInfo.label_; // reserved in ReportSecurityInfo()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_check_info.h | 31 std::string label_; member in OHOS::Notification::NotificationCheckInfo
|
H A D | notification_request.h | 1495 std::string label_ {};
|
/base/location/services/location_locator/locator/include/ |
H A D | subability_common.h | 69 OHOS::HiviewDFX::HiLogLabel label_; member in OHOS::Location::SubAbility
|
Completed in 8 milliseconds