Home
last modified time | relevance | path

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

/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 in OHOS::ObjectStore::final
/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(""), entries); 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()

Completed in 4 milliseconds