Searched refs:PutComplex (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/ |
H A D | distributed_object_impl.cpp | 81 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 D | flat_object_store.cpp | 336 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 D | distributed_object.h | 77 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 D | distributed_object_impl.h | 34 uint32_t PutComplex(const std::string &key, const std::vector<uint8_t> &value) override;
|
H A D | flat_object_store.h | 80 …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 D | distributed_object_adapter.cpp | 82 …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 D | objectstore_fuzzer.cpp | 125 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 D | js_distributedobject.cpp | 160 wrapper->GetObject()->PutComplex(keyString, putValue); in DoPut()
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/remote/ |
H A D | remote_session_syncer_impl.cpp | 82 …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 D | object_store_test.cpp | 599 uint32_t ret = object->PutComplex("name", value); 620 uint32_t ret = object->PutComplex("name", value);
|