Home
last modified time | relevance | path

Searched defs:attrStr (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/security_guard/services/config_manager/src/
H A Dconfig_database_helper.cpp91 std::string attrStr; in QueryAppInfoBase() local
162 std::string attrStr; in QueryAppInfosByName() local
253 std::string attrStr; in QueryAppInfoByAttribute() local
271 std::string attrStr; in SetValuesBucket() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtracker_table.cpp99 std::string attrStr; in ToString() local
H A Dtable_info.cpp161 std::string attrStr = "\"" + fieldName_ + "\": {"; in ToAttributeString() local
671 std::string attrStr; in ToTableInfoString() local
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h152 … PlayerGettingText(const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrStr) in PlayerGettingText()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.cpp122 const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrStr, uint8_t label) in OnGetPlayerAppSettingAttributeText()
1426 const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrStr, uint8_t label) in OnGetPlayerAppSettingAttributeText()
1446 …RawAddress rawAddr, std::vector<uint8_t> attributes, std::vector<std::string> attrStr, uint8_t lab… in OnGetPlayerAppSettingAttributeTextNative()
H A Davrcp_tg_profile.cpp744 …const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrStr, uint8_t label, in… in SendGetPlayerApplicationSettingAttributeTextRsp()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.cpp1219 … const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrStr, int result) const in OnGetPlayerAppSettingAttributeText() argument