Home
last modified time | relevance | path

Searched defs:PutLocal (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H A Druntime_store.cpp61 Status RuntimeStore::PutLocal(const std::string &key, const std::string &value) in PutLocal() function in OHOS::UDMF::RuntimeStore
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dkv_store_nb_delegate_mock.cpp84 DBStatus KvStoreNbDelegateMock::PutLocal(const Key &key, const Value &value) in PutLocal() function in DistributedDB::KvStoreNbDelegateMock
H A Ddb_store_mock.cpp88 DBStatus DBStoreMock::PutLocal(const Key &key, const Value &value) in PutLocal() function in OHOS::DistributedData::DBStoreMock
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_nb_test_tools.cpp362 DistributedDB::DBStatus DistributedDBNbTestTools::PutLocal(DistributedDB::KvStoreNbDelegate &kvStor… in PutLocal() function in DistributedDBNbTestTools
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.cpp279 DBStatus KvStoreNbDelegateImpl::PutLocal(const Key &key, const Value &value) in PutLocal() function in DistributedDB::KvStoreNbDelegateImpl