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:Blob
(Results
1 - 4
of
4
) sorted by relevance
/commonlibrary/ets_utils/js_api_module/buffer/
H
A
D
js_blob.cpp
21
void
Blob
::Init(uint8_t *blob, unsigned int length)
in Init()
26
HILOG_FATAL("
Blob
constructor malloc failed");
in Init()
30
HILOG_FATAL("
Blob
constructor(length) memcpy_s failed");
in Init()
36
void
Blob
::Init(
Blob
*blob, int start)
in Init()
41
HILOG_FATAL("
Blob
constructor malloc failed");
in Init()
44
HILOG_FATAL("
Blob
constructor(start) memcpy_s failed");
in Init()
49
HILOG_FATAL("
Blob
constructor(start) memcpy_s failed");
in Init()
55
void
Blob
::Init(
Blob
*blo
[all...]
H
A
D
js_blob.h
28
class
Blob
{
class
30
Blob
() = default;
31
virtual ~
Blob
();
33
void Init(
Blob
*blob, int start);
34
void Init(
Blob
*blob, int start, int end);
H
A
D
native_module_buffer.cpp
54
auto obj = reinterpret_cast<
Blob
*>(finalizeData);
in FinalizeBlobCallback()
225
static void freeBolbMemory(
Blob
*&blob)
in freeBolbMemory()
236
Blob
*blob = new (std::nothrow)
Blob
();
in BlobConstructor()
249
} else { //
Blob
in BlobConstructor()
250
Blob
*blobIn = nullptr;
in BlobConstructor()
1068
Blob
*blob = nullptr;
in ArrayBufferAsync()
1095
Blob
*blob = nullptr;
in TextAsync()
1118
Blob
*blob = nullptr;
in GetBytes()
1176
string className = "
Blob
";
in BlobInit()
[all...]
/commonlibrary/ets_utils/js_api_module/buffer/test/
H
A
D
test_napi.cpp
1136
* @tc.desc:
Blob
Constructor
1142
OHOS::buffer::
Blob
*blob = new OHOS::buffer::
Blob
();
in HWTEST_F()
1150
* @tc.desc:
Blob
Constructor
1156
OHOS::buffer::
Blob
*blob = new OHOS::buffer::
Blob
();
in HWTEST_F()
1160
OHOS::buffer::
Blob
*blob2 = new OHOS::buffer::
Blob
();
in HWTEST_F()
1168
* @tc.desc:
Blob
Constructor
1174
OHOS::buffer::
Blob
*blo
in HWTEST_F()
[all...]
Completed in 5 milliseconds