Searched refs:REQUEST_API (Results 1 – 6 of 6) sorted by relevance
32 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 …]
27 REQUEST_API static void UnMarshal(MessageParcel &data, TaskInfo &info);28 REQUEST_API static void UnMarshalConfig(MessageParcel &data, Config &config);
36 REQUEST_API int32_t OnRemoteRequest(
19 #ifndef REQUEST_API20 #define REQUEST_API __attribute__((visibility("default"))) macro
28 REQUEST_API int32_t SubscribeRunningTaskCount(std::shared_ptr<IRunningTaskObserver> ob);29 REQUEST_API void UnsubscribeRunningTaskCount(std::shared_ptr<IRunningTaskObserver> ob);
37 REQUEST_API static napi_value OnDownloadComplete(napi_env env, napi_callback_info info);