Home
last modified time | relevance | path

Searched refs:ObjectServiceProxy (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/
H A Dobject_service_proxy.cpp16 #define LOG_TAG "ObjectServiceProxy"
29 ObjectServiceProxy::ObjectServiceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IObjectService>(impl) in ObjectServiceProxy() function in OHOS::DistributedObject::ObjectServiceProxy
34 int32_t ObjectServiceProxy::ObjectStoreSave(const std::string &bundleName, const std::string &sessionId, in ObjectStoreSave()
39 if (!data.WriteInterfaceToken(ObjectServiceProxy::GetDescriptor())) { in ObjectStoreSave()
62 int32_t ObjectServiceProxy::OnAssetChanged(const std::string &bundleName, const std::string &sessionId, in OnAssetChanged()
66 if (!data.WriteInterfaceToken(ObjectServiceProxy::GetDescriptor())) { in OnAssetChanged()
94 int32_t ObjectServiceProxy::ObjectStoreRevokeSave( in ObjectStoreRevokeSave()
98 if (!data.WriteInterfaceToken(ObjectServiceProxy::GetDescriptor())) { in ObjectStoreRevokeSave()
124 int32_t ObjectServiceProxy
[all...]
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/
H A Dobject_service_proxy.h25 class ObjectServiceProxy : public IRemoteProxy<IObjectService> { class
27 explicit ObjectServiceProxy(const sptr<IRemoteObject> &impl);
28 ~ObjectServiceProxy() = default;
47 static inline BrokerDelegator<ObjectServiceProxy> delegator_;

Completed in 1 milliseconds