Home
last modified time | relevance | path

Searched refs:attrStr (Results 1 - 14 of 14) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp161 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 Dtracker_table.cpp99 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 Dtable_info.h131 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 Dbluetooth_avrcp_ct.h152 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 Dinterface_profile_avrcp_tg.h259 * @param[in] attrStr The values associated witch the attribute.
265 const std::vector<std::string> &attrStr, uint8_t label) = 0;
H A Dinterface_profile_avrcp_ct.h226 * @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 Davrcp_tg_service.h152 * @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 Davrcp_tg_service.cpp122 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 Davrcp_tg_profile.h620 * @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 Davrcp_tg_profile.cpp744 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 Dmedia_service.h92 const std::vector<std::string> &attrStr, uint8_t label) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_profile.h150 * @param[in] attrStr The values associated witch the attribute.
157 const std::vector<std::string> &attrStr, int result)>
H A Davrcp_ct_service.h1038 * @param[in] attrStr The values associated witch the attribute.
1045 const std::vector<std::string> &attrStr, int result) const;
H A Davrcp_ct_service.cpp1219 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

Completed in 28 milliseconds