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:PluginBridge
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_plugin_bridge.cpp
20
ArkUINativeModuleValue
PluginBridge
::SetSize(ArkUIRuntimeCallInfo* runtimeCallInfo)
in SetSize()
48
ArkUINativeModuleValue
PluginBridge
::SetWidth(ArkUIRuntimeCallInfo* runtimeCallInfo)
in SetWidth()
69
ArkUINativeModuleValue
PluginBridge
::SetHeight(ArkUIRuntimeCallInfo* runtimeCallInfo)
in SetHeight()
90
ArkUINativeModuleValue
PluginBridge
::ResetSize(ArkUIRuntimeCallInfo* runtimeCallInfo)
in ResetSize()
100
ArkUINativeModuleValue
PluginBridge
::ResetWidth(ArkUIRuntimeCallInfo* runtimeCallInfo)
in ResetWidth()
110
ArkUINativeModuleValue
PluginBridge
::ResetHeight(ArkUIRuntimeCallInfo* runtimeCallInfo)
in ResetHeight()
H
A
D
arkts_native_plugin_bridge.h
22
class
PluginBridge
{
class
H
A
D
arkts_native_api_impl_bridge.cpp
4695
panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm),
PluginBridge
::SetSize));
in RegisterPluginAttributes()
4697
panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm),
PluginBridge
::ResetSize));
in RegisterPluginAttributes()
4699
panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm),
PluginBridge
::SetWidth));
in RegisterPluginAttributes()
4701
panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm),
PluginBridge
::ResetWidth));
in RegisterPluginAttributes()
4703
panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm),
PluginBridge
::SetHeight));
in RegisterPluginAttributes()
4705
panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm),
PluginBridge
::ResetHeight));
in RegisterPluginAttributes()
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/common/pluginadapter/
H
A
D
plugin_adapter_test.cpp
87
PluginBridge
pluginBridge;
in HWTEST_F()
113
PluginBridge
pluginBridge;
in HWTEST_F()
143
PluginBridge
pluginBridge;
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/common/plugin_adapter/
H
A
D
plugin_bridge.h
26
class ACE_FORCE_EXPORT
PluginBridge
{
class
H
A
D
plugin_bridge.cpp
21
void
PluginBridge
::ProcessSystemParam(std::unique_ptr<JsonValue>& infoList)
in ProcessSystemParam()
65
std::pair<std::string, bool>
PluginBridge
::GetDeviceInfo()
in GetDeviceInfo()
/foundation/arkui/ace_engine/interfaces/napi/kits/device/
H
A
D
js_device.cpp
97
auto getInfoRet = OHOS::Ace::Framework::
PluginBridge
::GetDeviceInfo();
in JSGetInfo()
Completed in 13 milliseconds