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:RemoteData
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/napi/interfaces/inner_api/cjffi/native/
H
A
D
ffi_remote_data.h
32
class
RemoteData
;
48
sptr<
RemoteData
> GetRemoteData(int64_t id)
in GetRemoteData()
58
void StoreRemoteData(const sptr<
RemoteData
>& data);
82
std::unordered_map<int64_t, wptr<
RemoteData
>> remoteDataStore_;
93
DECL_TYPE(className,
RemoteData
) \
96
friend class
RemoteData
; \
101
explicit className(int64_t id) : OHOS::FFI::
RemoteData
(id) \
110
* 4. native:
RemoteData
::Create
112
* 1. native: ~
RemoteData
116
class FFI_EXPORT
RemoteData
class
[all...]
H
A
D
ffi_remote_data.cpp
53
void FFIDataManager::StoreRemoteData(const sptr<
RemoteData
>& data)
in StoreRemoteData()
64
// 0 represents invalid status in CJ
RemoteData
, will be handled by CJ Exception
in NewFFIDataId()
76
// 0 represents invalid status in CJ
RemoteData
, will be handled by CJ Exception
in NewFFIDataId()
96
RemoteData
::
RemoteData
(int64_t id) : id_(id), isValid_(id != 0)
in RemoteData()
function in RemoteData
98
HiLog::Debug(LABEL, "
RemoteData
constructed: %{public}" PRId64 ".", id_);
in RemoteData()
101
RemoteData
::~
RemoteData
()
in ~RemoteData()
103
HiLog::Debug(LABEL, "
RemoteData
destructed: %{public}" PRId64 ".", id_);
in ~RemoteData()
119
int64_t
RemoteData
[all...]
H
A
D
cj_lambda.h
71
auto handle = OHOS::FFI::
RemoteData
::Create<OHOS::FFI::CJLambdaRemoteData>(reinterpret_cast<int64_t>(callback));
in Create()
90
auto handle = OHOS::FFI::
RemoteData
::Create<OHOS::FFI::CJLambdaRemoteData>(reinterpret_cast<int64_t>(callback));
in Create()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H
A
D
lazy_foreach_func.h
31
class ACE_EXPORT LazyForEachFuncs : public FFI::
RemoteData
{
H
A
D
native_view.h
39
class RemoteView : public FFI::
RemoteData
{
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_native_view_ffi.cpp
64
auto remoteView =
RemoteData
::Create<RemoteView>(remoteId);
in FfiOHOSAceFrameworkNativeViewCtor()
Completed in 2 milliseconds