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:GetNative
(Results
1 - 19
of
19
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H
A
D
js_single_kv_store.cpp
91
auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->
GetNative
();
in Get()
171
auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->
GetNative
();
in GetEntries()
178
auto query = ctxt->va.query->
GetNative
();
in GetEntries()
224
auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->
GetNative
();
in GetResultSet()
231
auto query = ctxt->va.query->
GetNative
();
in GetResultSet()
275
auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->
GetNative
();
in CloseResultSet()
310
auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->
GetNative
();
in GetResultSize()
311
auto query = ctxt->query->
GetNative
();
in GetResultSize()
350
auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->
GetNative
();
in RemoveDeviceData()
391
auto& kvStore = reinterpret_cast<JsSingleKVStore*>(ctxt->native)->
GetNative
();
in Sync()
[all...]
H
A
D
js_device_kv_store.cpp
101
auto& kvStore = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->
GetNative
();
in Get()
210
auto& kvStore = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->
GetNative
();
in GetEntries()
218
auto query = ctxt->va.query->
GetNative
();
in GetEntries()
223
auto query = ctxt->va.query->
GetNative
();
in GetEntries()
269
auto& kvStore = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->
GetNative
();
in GetResultSet()
277
auto query = ctxt->va.query->
GetNative
();
in GetResultSet()
282
auto query = ctxt->va.query->
GetNative
();
in GetResultSet()
325
auto& kvStore = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->
GetNative
();
in CloseResultSet()
361
auto& kvStore = reinterpret_cast<JsDeviceKVStore*>(ctxt->native)->
GetNative
();
in GetResultSize()
362
auto query = ctxt->va.query->
GetNative
();
in GetResultSize()
[all...]
H
A
D
js_query.cpp
25
const DataQuery& JsQuery::
GetNative
() const
in GetNative()
function in OHOS::DistributedData::JsQuery
H
A
D
js_kv_store.cpp
95
std::shared_ptr<SingleKvStore>& JsKVStore::
GetNative
()
in GetNative()
function in OHOS::DistributedData::JsKVStore
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H
A
D
image_packer_napi.h
47
static std::shared_ptr<ImagePacker>
GetNative
(ImagePackerNapi* napi);
H
A
D
image_napi.h
35
NativeImage*
GetNative
();
H
A
D
image_receiver_napi.h
54
ImageReceiver*
GetNative
();
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/
H
A
D
sendable_image_napi.h
35
NativeImage*
GetNative
();
H
A
D
sendable_image_receiver_napi.h
54
ImageReceiver*
GetNative
();
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H
A
D
image_mdk_kits.cpp
38
return napi->
GetNative
();
in GetNativeImage()
H
A
D
image_napi.cpp
260
NativeImage* ImageNapi::
GetNative
()
in GetNative()
function in OHOS::Media::ImageNapi
286
ctx->image = ctx->napi->
GetNative
();
in UnwrapContext()
665
auto native = context->napi->
GetNative
();
in JsGetComponentExec()
685
auto native = context->napi->
GetNative
();
in JsGetComponentArgs()
H
A
D
image_packer_mdk_kits.cpp
163
auto nativeImagePacker = ImagePackerNapi::
GetNative
(args->inNapi);
in DoNativePacking()
H
A
D
image_receiver_mdk_kits.cpp
34
return napi->
GetNative
();
in GetNativeReceiver()
H
A
D
image_packer_napi.cpp
1098
std::shared_ptr<ImagePacker> ImagePackerNapi::
GetNative
(ImagePackerNapi* napi)
in GetNative()
function in OHOS::Media::ImagePackerNapi
H
A
D
image_receiver_napi.cpp
132
ImageReceiver* ImageReceiverNapi::
GetNative
()
in GetNative()
function in OHOS::Media::ImageReceiverNapi
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H
A
D
js_query.h
28
const DistributedKv::DataQuery&
GetNative
() const;
H
A
D
js_kv_store.h
45
std::shared_ptr<DistributedKv::SingleKvStore>&
GetNative
();
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H
A
D
sendable_image_napi.cpp
258
NativeImage* SendableImageNapi::
GetNative
()
in GetNative()
function in OHOS::Media::SendableImageNapi
284
ctx->image = ctx->napi->
GetNative
();
in UnwrapContext()
656
auto native = context->napi->
GetNative
();
in JsGetComponentExec()
676
auto native = context->napi->
GetNative
();
in JsGetComponentArgs()
H
A
D
sendable_image_receiver_napi.cpp
134
ImageReceiver* SendableImageReceiverNapi::
GetNative
()
in GetNative()
function in OHOS::Media::SendableImageReceiverNapi
Completed in 15 milliseconds