Home
last modified time | relevance | path

Searched refs:GetAttributeValue (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Drule_cluster.cpp126 std::string domain = GetAttributeValue<std::string>(tag, ATTRIBUTE_DOMAIN); in ParseTagRule()
131 std::string stringId = GetAttributeValue<std::string>(tag, ATTRIBUTE_STRINGID); in ParseTagRule()
157 std::string domain = GetAttributeValue<std::string>(node, ATTRIBUTE_DOMAIN); in ParseTagLinks()
162 std::string stringId = GetAttributeValue<std::string>(node, ATTRIBUTE_STRINGID); in ParseTagLinks()
168 long window = GetAttributeValue<long>(node, ATTRIBUTE_WINDOW); in ParseTagLinks()
201 unsigned long code = GetAttributeValue<unsigned long>(tag, ATTRIBUTE_CODE); in ParseTagResult()
202 std::string scope = GetAttributeValue<std::string>(tag, ATTRIBUTE_SCOPE); in ParseTagResult()
203 std::string samePackage = GetAttributeValue<std::string>(tag, ATTRIBUTE_SAME_PACKAGE); in ParseTagResult()
204 std::string action = GetAttributeValue<std::string>(tag, attributeAction); in ParseTagResult()
205 std::string ffrt = GetAttributeValue<std::string>(tag, attributeFfrt); in ParseTagResult()
[all …]
H A Drule_cluster.h178 T GetAttributeValue(xmlNode* node, const std::string& name);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.h63 Buffer *GetAttributeValue(uint16_t handle) const;
H A Dgatt_server_profile.cpp1995 Buffer *GattServerProfile::GetAttributeValue(uint16_t handle) const in GetAttributeValue() function in OHOS::bluetooth::GattServerProfile