Home
last modified time | relevance | path

Searched refs:StrToBytes (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dflat_object_storage_engine.cpp210 auto status = delegate->Put(StringUtils::StrToBytes(itemKey), value); in UpdateItem()
233 … DistributedDB::Entry entry = { .key = StringUtils::StrToBytes(item.first), .value = item.second }; in UpdateItems()
280 … DistributedDB::DBStatus status = delegates_.at(key)->Get(StringUtils::StrToBytes(itemKey), value); in GetItem()
424 …DistributedDB::DBStatus status = delegates_.at(key)->GetEntries(StringUtils::StrToBytes(""), entri… in GetItems()
H A Dflat_object_store.cpp283 Bytes dst = StringUtils::StrToBytes(value); in PutString()
291 Bytes keyBytes = StringUtils::StrToBytes(key); in GetDouble()
307 Bytes keyBytes = StringUtils::StrToBytes(key); in GetBoolean()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/
H A Dstring_utils.h34 static std::vector<uint8_t> StrToBytes(const std::string &src) in StrToBytes() function