Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Ddistributed_object_impl.cpp87 uint32_t DistributedObjectImpl::GetComplex(const std::string &key, std::vector<uint8_t> &value) in GetComplex() function in OHOS::ObjectStore::DistributedObjectImpl
89 return flatObjectStore_->GetComplex(sessionId_, key, value); in GetComplex()
H A Dflat_object_store.cpp350 uint32_t FlatObjectStore::GetComplex(const std::string &sessionId, const std::string &key, in GetComplex() function in OHOS::ObjectStore::FlatObjectStore
/ohos5.0/foundation/distributeddatamgr/data_object/interfaces/innerkits/
H A Ddistributed_object.h121 virtual uint32_t GetComplex(const std::string &key, std::vector<uint8_t> &value) = 0;
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Ddistributed_object_impl.h35 uint32_t GetComplex(const std::string &key, std::vector<uint8_t> &value) override;
H A Dflat_object_store.h84 …uint32_t GetComplex(const std::string &sessionId, const std::string &key, std::vector<uint8_t> &va…
/ohos5.0/foundation/multimedia/av_session/services/session/adapter/
H A Ddistributed_object_adapter.cpp92 …return object_->GetComplex(key, data) == ObjectStore::SUCCESS ? AVSESSION_SUCCESS : AVSESSION_ERRO… in GetData()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/fuzztest/objectstore_fuzzer/
H A Dobjectstore_fuzzer.cpp202 uint32_t ret = object_->GetComplex(skey, val); in GetComplexFuzz()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_distributedobject.cpp205 uint32_t ret = wrapper->GetObject()->GetComplex(keyString, result); in DoGet()
/ohos5.0/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_syncer_impl.cpp88 …return object_->GetComplex(key, data) == ObjectStore::SUCCESS ? AVSESSION_SUCCESS : AVSESSION_ERRO… in GetData()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dobject_store_test.cpp622 ret = object->GetComplex("name", value);
643 uint32_t ret = object->GetComplex("name", value);