Home
last modified time | relevance | path

Searched refs:PutComplex (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Ddistributed_object_impl.cpp81 uint32_t DistributedObjectImpl::PutComplex(const std::string &key, const std::vector<uint8_t> &valu… in PutComplex() function in OHOS::ObjectStore::DistributedObjectImpl
84 return flatObjectStore_->PutComplex(sessionId_, key, value); in PutComplex()
H A Dflat_object_store.cpp336 uint32_t FlatObjectStore::PutComplex(const std::string &sessionId, const std::string &key, in PutComplex() function in OHOS::ObjectStore::FlatObjectStore
/ohos5.0/foundation/distributeddatamgr/data_object/interfaces/innerkits/
H A Ddistributed_object.h77 virtual uint32_t PutComplex(const std::string &key, const std::vector<uint8_t> &value) = 0;
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Ddistributed_object_impl.h34 uint32_t PutComplex(const std::string &key, const std::vector<uint8_t> &value) override;
H A Dflat_object_store.h80 …uint32_t PutComplex(const std::string &sessionId, const std::string &key, const std::vector<uint8_…
/ohos5.0/foundation/multimedia/av_session/services/session/adapter/
H A Ddistributed_object_adapter.cpp82 …return object_->PutComplex(key, data) == ObjectStore::SUCCESS ? AVSESSION_SUCCESS : AVSESSION_ERRO… in PutData()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/fuzztest/objectstore_fuzzer/
H A Dobjectstore_fuzzer.cpp125 uint32_t ret = object_->PutComplex(skey, value); in PutComplexFuzz()
201 if (SUCCESS == object_->PutComplex(skey, svalue)) { in GetComplexFuzz()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_distributedobject.cpp160 wrapper->GetObject()->PutComplex(keyString, putValue); in DoPut()
/ohos5.0/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_syncer_impl.cpp82 …return object_->PutComplex(key, data) == ObjectStore::SUCCESS ? AVSESSION_SUCCESS : AVSESSION_ERRO… in PutData()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dobject_store_test.cpp599 uint32_t ret = object->PutComplex("name", value);
620 uint32_t ret = object->PutComplex("name", value);