Home
last modified time | relevance | path

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

/ohos5.0/base/request/request/frameworks/native/include/
H A Drequest_manager.h32 REQUEST_API int32_t Stop(const std::string &tid);
45 REQUEST_API int32_t AddListener(
47 REQUEST_API int32_t RemoveListener(
49 REQUEST_API int32_t AddListener(
51 REQUEST_API int32_t RemoveListener(
56 REQUEST_API bool LoadRequestServer();
57 REQUEST_API bool IsSaReady();
58 REQUEST_API void ReopenChannel();
59 REQUEST_API bool SubscribeSA();
60 REQUEST_API bool UnsubscribeSA();
[all …]
H A Dparcel_helper.h27 REQUEST_API static void UnMarshal(MessageParcel &data, TaskInfo &info);
28 REQUEST_API static void UnMarshalConfig(MessageParcel &data, Config &config);
H A Druncount_notify_stub.h36 REQUEST_API int32_t OnRemoteRequest(
/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Dvisibility.h19 #ifndef REQUEST_API
20 #define REQUEST_API __attribute__((visibility("default"))) macro
/ohos5.0/base/request/request/interfaces/inner_kits/running_count/include/
H A Drunning_task_count.h28 REQUEST_API int32_t SubscribeRunningTaskCount(std::shared_ptr<IRunningTaskObserver> ob);
29 REQUEST_API void UnsubscribeRunningTaskCount(std::shared_ptr<IRunningTaskObserver> ob);
/ohos5.0/base/request/request/frameworks/js/napi/include/legacy/
H A Drequest_manager.h37 REQUEST_API static napi_value OnDownloadComplete(napi_env env, napi_callback_info info);