Home
last modified time | relevance | path

Searched refs:GetCompleteCallback (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/network/async_context/include/
H A Dgettype_context.h41 [[nodiscard]] napi_value GetCompleteCallback() const;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/async_context/include/
H A Dfetch_context.h39 [[nodiscard]] napi_value GetCompleteCallback() const;
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/network/async_context/src/
H A Dgettype_context.cpp144 napi_value GetTypeContext::GetCompleteCallback() const in GetCompleteCallback() function in OHOS::NetManagerStandard::GetTypeContext
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/network/network_exec/src/
H A Dnetwork_exec.cpp96 napi_value complete = context->GetCompleteCallback(); in GetTypeCallback()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/async_context/src/
H A Dfetch_context.cpp242 napi_value FetchContext::GetCompleteCallback() const in GetCompleteCallback() function in OHOS::NetStack::Fetch::FetchContext
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/src/
H A Dfetch_exec.cpp130 napi_value complete = context->GetCompleteCallback(); in FetchCallback()