Searched refs:PutResponseReadyCallback (Results 1 – 6 of 6) sorted by relevance
124 void ArkWebUrlResourceResponseImpl::PutResponseReadyCallback(ArkWebRefPtr<ArkWebResourceReadyCallba… in PutResponseReadyCallback() function in OHOS::ArkWeb::ArkWebUrlResourceResponseImpl127 nweb_url_resource_response_->PutResponseReadyCallback(nullptr); in PutResponseReadyCallback()131 nweb_url_resource_response_->PutResponseReadyCallback( in PutResponseReadyCallback()
121 void PutResponseReadyCallback(ArkWebRefPtr<ArkWebResourceReadyCallback> callback) override;
172 void ArkWebUrlResourceResponseWrapper::PutResponseReadyCallback( in PutResponseReadyCallback() function in OHOS::ArkWeb::ArkWebUrlResourceResponseWrapper176 ark_web_url_resource_response_->PutResponseReadyCallback(nullptr); in PutResponseReadyCallback()180 …ark_web_url_resource_response_->PutResponseReadyCallback(new ArkWebResourceReadyCallbackImpl(callb… in PutResponseReadyCallback()
121 …void PutResponseReadyCallback(std::shared_ptr<OHOS::NWeb::NWebResourceReadyCallback> callback) ove…
144 virtual void PutResponseReadyCallback(ArkWebRefPtr<ArkWebResourceReadyCallback> callback) = 0;
137 …virtual void PutResponseReadyCallback(std::shared_ptr<NWebResourceReadyCallback> readyCallback) = …