Searched refs:GetComplex (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 | 87 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 D | flat_object_store.cpp | 350 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 D | distributed_object.h | 121 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 D | distributed_object_impl.h | 35 uint32_t GetComplex(const std::string &key, std::vector<uint8_t> &value) override;
|
H A D | flat_object_store.h | 84 …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 D | distributed_object_adapter.cpp | 92 …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 D | objectstore_fuzzer.cpp | 202 uint32_t ret = object_->GetComplex(skey, val); in GetComplexFuzz()
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/ |
H A D | js_distributedobject.cpp | 205 uint32_t ret = wrapper->GetObject()->GetComplex(keyString, result); in DoGet()
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/remote/ |
H A D | remote_session_syncer_impl.cpp | 88 …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 D | object_store_test.cpp | 622 ret = object->GetComplex("name", value); 643 uint32_t ret = object->GetComplex("name", value);
|