Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:HttpAsyncCallback
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H
A
D
http_async_callback.cpp
28
HttpAsyncCallback
::
HttpAsyncCallback
(JSIValue thisValue) : thisVal(thisValue) {}
in HttpAsyncCallback()
function in OHOS::ACELite::HttpAsyncCallback
30
void
HttpAsyncCallback
::AsyncExecHttpRequest(void *data)
in AsyncExecHttpRequest()
32
std::unique_ptr<
HttpAsyncCallback
, decltype(&
HttpAsyncCallback
::AsyncCallbackDeleter)> asyncCallback(
in AsyncExecHttpRequest()
33
static_cast<
HttpAsyncCallback
*>(data),
HttpAsyncCallback
::AsyncCallbackDeleter);
in AsyncExecHttpRequest()
49
void
HttpAsyncCallback
::AsyncCallbackDeleter(
HttpAsyncCallback
*asyncCallback)
in AsyncCallbackDeleter()
63
JSIValue
HttpAsyncCallback
[all...]
H
A
D
fetch_module.cpp
48
auto asyncCallback = new
HttpAsyncCallback
(thisVal);
in Fetch()
53
if (!JsAsyncWork::DispatchAsyncWork(
HttpAsyncCallback
::AsyncExecHttpRequest,
in Fetch()
/foundation/communication/netstack/frameworks/js/builtin/fetch/include/
H
A
D
http_async_callback.h
27
class
HttpAsyncCallback
: public MemoryHeap {
class
29
ACE_DISALLOW_COPY_AND_MOVE(
HttpAsyncCallback
);
31
explicit
HttpAsyncCallback
(JSIValue thisValue);
43
static void AsyncCallbackDeleter(
HttpAsyncCallback
*asyncCallback);
Completed in 2 milliseconds