Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dobject_service.h32 virtual int32_t ObjectStoreRevokeSave(
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/
H A Dobject_service.h33 virtual int32_t ObjectStoreRevokeSave(
H A Dobject_service_proxy.h34 int32_t ObjectStoreRevokeSave(const std::string &bundleName, const std::string &sessionId,
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_impl.h35 int32_t ObjectStoreRevokeSave(const std::string &bundleName, const std::string &sessionId,
H A Dobject_service_stub.cpp106 int32_t status = ObjectStoreRevokeSave(bundleName, sessionId, obj); in ObjectStoreRevokeSaveOnRemote()
H A Dobject_service_impl.cpp187 int32_t ObjectServiceImpl::ObjectStoreRevokeSave( in ObjectStoreRevokeSave() function in OHOS::DistributedObject::ObjectServiceImpl
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/
H A Dobject_service_proxy.cpp94 int32_t ObjectServiceProxy::ObjectStoreRevokeSave( in ObjectStoreRevokeSave() function in OHOS::DistributedObject::ObjectServiceProxy
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dflat_object_store.cpp473 int32_t status = proxy->ObjectStoreRevokeSave( in RevokeSaveObject()