Home
last modified time | relevance | path

Searched refs:Fetch (Results 1 - 24 of 24) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_module/src/
H A Dfetch_module.cpp23 namespace OHOS::NetStack::Fetch { namespace in OHOS::NetStack
27 DECLARE_NAPI_FUNCTION(FUNCTION_FETCH, Fetch), in InitFetchModule()
34 napi_value FetchModule::Fetch(napi_env env, napi_callback_info info) in Fetch() function in OHOS::NetStack::Fetch::FetchModule
36 NETSTACK_LOGI("FetchModule::Fetch is called"); in Fetch()
43 } // namespace OHOS::NetStack::Fetch
/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_module/include/
H A Dfetch_module.h22 namespace OHOS::NetStack::Fetch { namespace in OHOS::NetStack
30 static napi_value Fetch(napi_env env, napi_callback_info info);
32 } // namespace OHOS::NetStack::Fetch
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dfetch_manager.h32 virtual bool Fetch(const RequestData requestData, const int32_t callbackId, ResponseData& responseData) = 0;
H A Dfetch_manager.cpp44 bool Fetch(const RequestData requestData, const int32_t callbackId, ResponseData& responseData) override
/foundation/communication/netstack/frameworks/js/napi/fetch/async_work/include/
H A Dfetch_async_work.h24 namespace OHOS::NetStack::Fetch { namespace in OHOS::NetStack
33 } // namespace OHOS::NetStack::Fetch
/foundation/communication/netstack/frameworks/js/napi/fetch/async_work/src/
H A Dfetch_async_work.cpp21 namespace OHOS::NetStack::Fetch { namespace in OHOS::NetStack
31 } // namespace OHOS::NetStack::Fetch
/foundation/communication/netstack/frameworks/js/builtin/fetch/include/
H A Dhttp_async_callback.h35 friend JSIValue FetchModule::Fetch(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
H A Dfetch_module.h37 static JSIValue Fetch(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
/foundation/communication/netstack/frameworks/js/napi/fetch/constant/include/
H A Dconstant.h23 namespace OHOS::NetStack::Fetch { namespace in OHOS::NetStack
68 } // namespace OHOS::NetStack::Fetch
/foundation/communication/netstack/frameworks/js/napi/fetch/options/include/
H A Dfetch_response.h24 namespace OHOS::NetStack::Fetch { namespace in OHOS::NetStack
52 } // namespace OHOS::NetStack::Fetch
H A Dfetch_request.h22 namespace OHOS::NetStack::Fetch { namespace in OHOS::NetStack
52 } // namespace OHOS::NetStack::Fetch
/foundation/communication/netstack/frameworks/js/napi/fetch/constant/src/
H A Dconstant.cpp18 namespace OHOS::NetStack::Fetch { namespace in OHOS::NetStack
56 } // namespace OHOS::NetStack::Fetch
/foundation/communication/netstack/frameworks/js/napi/fetch/options/src/
H A Dfetch_request.cpp21 namespace OHOS::NetStack::Fetch { namespace in OHOS::NetStack
66 } // namespace OHOS::NetStack::Fetch in GetHeader()
H A Dfetch_response.cpp22 namespace OHOS::NetStack::Fetch { namespace in OHOS::NetStack
72 } // namespace OHOS::NetStack::Fetch in GetHeader()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dgrd_api_manager.h41 typedef int32_t (*Fetch)(GRD_ResultSet *resultSet, GRD_KVItemT *key, GRD_KVItemT *value); typedef
77 Fetch FetchApi = nullptr;
/foundation/communication/netstack/frameworks/js/napi/fetch/async_context/include/
H A Dfetch_context.h24 namespace OHOS::NetStack::Fetch { namespace in OHOS::NetStack
72 } // namespace OHOS::NetStack::Fetch
/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/include/
H A Dfetch_exec.h27 namespace OHOS::NetStack::Fetch { namespace in OHOS::NetStack
70 } // namespace OHOS::NetStack::Fetch
/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_db_adapter.h101 typedef int32_t (*Fetch)(GRD_ResultSet *resultSet, GRD_KVItemT *key, GRD_KVItemT *value); typedef
121 Fetch FetchApi = nullptr;
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dfetch_module.cpp31 JSI::SetModuleAPI(exports, FetchModule::HTTP_API_KEY_FETCH, FetchModule::Fetch); in InitFetchModule()
42 JSIValue FetchModule::Fetch(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Fetch() function in OHOS::ACELite::FetchModule
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp94 GRD_DBApiInfo.FetchApi = (Fetch)dlsym(g_library, "GRD_Fetch"); in GRD_DBApiInitEnhance()
/foundation/communication/netstack/frameworks/js/napi/fetch/async_context/src/
H A Dfetch_context.cpp24 namespace OHOS::NetStack::Fetch { namespace in OHOS::NetStack
256 } // namespace OHOS::NetStack::Fetch
/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/src/
H A Dfetch_exec.cpp63 namespace OHOS::NetStack::Fetch { namespace in OHOS::NetStack
98 NETSTACK_LOGI("Fetch responseCode is %{public}d", responseCode); in ExecFetch()
109 NETSTACK_LOGI("Fetch execute success"); in FetchCallback()
118 NETSTACK_LOGI("Fetch execute failed"); in FetchCallback()
129 NETSTACK_LOGI("Fetch Call complete"); in FetchCallback()
351 } // namespace OHOS::NetStack::Fetch
/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_db_adapter.cpp63 GRD_DBApiInfo.FetchApi = (Fetch)dlsym(PreferenceDbAdapter::gLibrary_, "GRD_Fetch"); in GRDDBApiInitEnhance()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.cpp650 if (FetchManager::GetInstance().Fetch(requestData, callbackId, responseData)) { in CallCurlFunction()

Completed in 9 milliseconds