Searched refs:AssetRecvCallbackProxy (Results 1 – 3 of 3) sorted by relevance
27 class AssetRecvCallbackProxy : public IRemoteProxy<IAssetRecvCallback> {29 …explicit AssetRecvCallbackProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IAssetRecvCallba… in AssetRecvCallbackProxy() function30 ~AssetRecvCallbackProxy() override = default;39 static inline BrokerDelegator<AssetRecvCallbackProxy> delegator_;
32 int32_t AssetRecvCallbackProxy::OnStart(const std::string &srcNetworkId, in OnStart()74 int32_t AssetRecvCallbackProxy::OnFinished(const std::string &srcNetworkId, in OnFinished()
38 static inline shared_ptr<AssetRecvCallbackProxy> proxy_ = nullptr;47 proxy_ = make_shared<AssetRecvCallbackProxy>(mock_); in SetUpTestCase()121 auto testProxy = make_shared<AssetRecvCallbackProxy>(nullptr);204 auto testProxy = make_shared<AssetRecvCallbackProxy>(nullptr);