Home
last modified time | relevance | path

Searched refs:ObjectStoreSave (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dobject_service.h27 virtual int32_t ObjectStoreSave(const std::string &bundleName, const std::string &sessionId,
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/
H A Dobject_service.h28 virtual int32_t ObjectStoreSave(const std::string &bundleName, const std::string &sessionId,
H A Dobject_service_proxy.h29 int32_t ObjectStoreSave(const std::string &bundleName, const std::string &sessionId,
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_impl.h30 int32_t ObjectStoreSave(const std::string &bundleName, const std::string &sessionId,
H A Dobject_service_stub.cpp43 int32_t status = ObjectStoreSave(bundleName, sessionId, deviceId, objectData, obj); in ObjectStoreSaveOnRemote()
H A Dobject_service_impl.cpp63 int32_t ObjectServiceImpl::ObjectStoreSave(const std::string &bundleName, const std::string &sessio… in ObjectStoreSave() function in OHOS::DistributedObject::ObjectServiceImpl
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/
H A Dobject_service_proxy.cpp34 int32_t ObjectServiceProxy::ObjectStoreSave(const std::string &bundleName, const std::string &sessi… in ObjectStoreSave() function in OHOS::DistributedObject::ObjectServiceProxy
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dflat_object_store.cpp447 int32_t status = proxy->ObjectStoreSave( in SaveObject()