Searched refs:ObjectStoreSave (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/ |
H A D | object_service.h | 27 virtual int32_t ObjectStoreSave(const std::string &bundleName, const std::string &sessionId,
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/ |
H A D | object_service.h | 28 virtual int32_t ObjectStoreSave(const std::string &bundleName, const std::string &sessionId,
|
H A D | object_service_proxy.h | 29 int32_t ObjectStoreSave(const std::string &bundleName, const std::string &sessionId,
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_service_impl.h | 30 int32_t ObjectStoreSave(const std::string &bundleName, const std::string &sessionId,
|
H A D | object_service_stub.cpp | 43 int32_t status = ObjectStoreSave(bundleName, sessionId, deviceId, objectData, obj); in ObjectStoreSaveOnRemote()
|
H A D | object_service_impl.cpp | 63 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 D | object_service_proxy.cpp | 34 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 D | flat_object_store.cpp | 447 int32_t status = proxy->ObjectStoreSave( in SaveObject()
|