Searched refs:ObjectServiceProxy (Results 1 – 2 of 2) sorted by relevance
29 ObjectServiceProxy::ObjectServiceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IObjectServi… in ObjectServiceProxy() function in OHOS::DistributedObject::ObjectServiceProxy39 if (!data.WriteInterfaceToken(ObjectServiceProxy::GetDescriptor())) { in ObjectStoreSave()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::ObjectStoreRetrieve( in ObjectStoreRetrieve()128 if (!data.WriteInterfaceToken(ObjectServiceProxy::GetDescriptor())) { in ObjectStoreRetrieve()158 if (!data.WriteInterfaceToken(ObjectServiceProxy::GetDescriptor())) { in RegisterDataObserver()187 if (!data.WriteInterfaceToken(ObjectServiceProxy::GetDescriptor())) { in UnregisterDataChangeObserver()217 if (!data.WriteInterfaceToken(ObjectServiceProxy::GetDescriptor())) { in BindAssetStore()[all …]
25 class ObjectServiceProxy : public IRemoteProxy<IObjectService> {27 explicit ObjectServiceProxy(const sptr<IRemoteObject> &impl);28 ~ObjectServiceProxy() = default;47 static inline BrokerDelegator<ObjectServiceProxy> delegator_;