/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | table_info.cpp | 161 std::string attrStr = "\"" + fieldName_ + "\": {"; in ToAttributeString() local 162 attrStr += "\"COLUMN_ID\":" + std::to_string(cid_) + ","; in ToAttributeString() 163 attrStr += "\"TYPE\":\"" + dataType_ + "\","; in ToAttributeString() 164 attrStr += "\"NOT_NULL\":" + std::string(isNotNull_ ? "true" : "false"); in ToAttributeString() 166 attrStr += ","; in ToAttributeString() 167 attrStr += "\"DEFAULT\":\"" + defaultValue_ + "\""; in ToAttributeString() 169 attrStr += "}"; in ToAttributeString() 170 return attrStr; in ToAttributeString() 382 void TableInfo::AddFieldDefineString(std::string &attrStr) const in AddFieldDefineString() 387 attrStr in AddFieldDefineString() 671 std::string attrStr; ToTableInfoString() local [all...] |
H A D | tracker_table.cpp | 99 std::string attrStr; in ToString() local 100 attrStr += "{"; in ToString() 101 attrStr += R"("NAME": ")" + tableName_ + "\","; in ToString() 102 attrStr += R"("EXTEND_NAME": ")" + extendColName_ + "\","; in ToString() 103 attrStr += R"("TRACKER_NAMES": [)"; in ToString() 105 attrStr += "\"" + colName + "\","; in ToString() 107 attrStr.pop_back(); in ToString() 108 attrStr += "]}"; in ToString() 109 return attrStr; in ToString()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/ |
H A D | table_info.h | 131 void AddFieldDefineString(std::string &attrStr) const; 132 void AddIndexDefineString(std::string &attrStr) const; 133 void AddUniqueDefineString(std::string &attrStr) const;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 152 PlayerGettingText(const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrStr) in PlayerGettingText() argument 153 : attributes_(attributes), attrStr_(attrStr) in PlayerGettingText()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 259 * @param[in] attrStr The values associated witch the attribute. 265 const std::vector<std::string> &attrStr, uint8_t label) = 0;
|
H A D | interface_profile_avrcp_ct.h | 226 * @param[in] attrStr The values associated witch the attribute. 234 const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrStr, int result) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.h | 152 * @param[in] attrStr The values associated witch the attribute. 156 const std::vector<std::string> &attrStr, uint8_t label) override; 629 * @param[in] attrStr The values associated witch the attribute. 633 const std::vector<std::string> &attrStr, uint8_t label) override; 1385 * @param[in] attrStr The values associated witch the attribute. 1389 RawAddress rawAddr, std::vector<uint8_t> attributes, std::vector<std::string> attrStr, uint8_t label);
|
H A D | avrcp_tg_service.cpp | 122 const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrStr, uint8_t label) in OnGetPlayerAppSettingAttributeText() 129 service->OnGetPlayerAppSettingAttributeText(rawAddr, attributes, attrStr, label); in OnGetPlayerAppSettingAttributeText() 1426 const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrStr, uint8_t label) in OnGetPlayerAppSettingAttributeText() 1441 &AvrcpTgService::OnGetPlayerAppSettingAttributeTextNative, this, peerAddr, attributes, attrStr, label)); in OnGetPlayerAppSettingAttributeText() 1446 RawAddress rawAddr, std::vector<uint8_t> attributes, std::vector<std::string> attrStr, uint8_t label) in OnGetPlayerAppSettingAttributeTextNative() 1459 profile_->SendGetPlayerApplicationSettingAttributeTextRsp(rawAddr, attributes, attrStr, label, BT_SUCCESS); in OnGetPlayerAppSettingAttributeTextNative() 121 OnGetPlayerAppSettingAttributeText(const std::string &addr, const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrStr, uint8_t label) OnGetPlayerAppSettingAttributeText() argument 1425 OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr, const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrStr, uint8_t label) OnGetPlayerAppSettingAttributeText() argument 1445 OnGetPlayerAppSettingAttributeTextNative( RawAddress rawAddr, std::vector<uint8_t> attributes, std::vector<std::string> attrStr, uint8_t label) OnGetPlayerAppSettingAttributeTextNative() argument
|
H A D | avrcp_tg_profile.h | 620 * @param[in] attrStr The values associated witch the attribute. 628 const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrStr, uint8_t label, int result);
|
H A D | avrcp_tg_profile.cpp | 744 const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrStr, uint8_t label, int result) in SendGetPlayerApplicationSettingAttributeTextRsp() 754 std::make_shared<AvrcTgGpasatPacket>(crCode, attributes, attrStr, label); in SendGetPlayerApplicationSettingAttributeTextRsp() 743 SendGetPlayerApplicationSettingAttributeTextRsp(const RawAddress &rawAddr, const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrStr, uint8_t label, int result) SendGetPlayerApplicationSettingAttributeTextRsp() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 92 const std::vector<std::string> &attrStr, uint8_t label) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_profile.h | 150 * @param[in] attrStr The values associated witch the attribute. 157 const std::vector<std::string> &attrStr, int result)>
|
H A D | avrcp_ct_service.h | 1038 * @param[in] attrStr The values associated witch the attribute. 1045 const std::vector<std::string> &attrStr, int result) const;
|
H A D | avrcp_ct_service.cpp | 1219 const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrStr, int result) const in OnGetPlayerAppSettingAttributeText() 1224 myObserver_->OnGetPlayerAppSettingAttributeText(rawAddr, attributes, attrStr, result); in OnGetPlayerAppSettingAttributeText() 1218 OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr, const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrStr, int result) const OnGetPlayerAppSettingAttributeText() argument
|