Home
last modified time | relevance | path

Searched refs:PluginBridge (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_plugin_bridge.cpp20 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 Darkts_native_plugin_bridge.h22 class PluginBridge { class
H A Darkts_native_api_impl_bridge.cpp4695 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 Dplugin_adapter_test.cpp87 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 Dplugin_bridge.h26 class ACE_FORCE_EXPORT PluginBridge { class
H A Dplugin_bridge.cpp21 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 Djs_device.cpp97 auto getInfoRet = OHOS::Ace::Framework::PluginBridge::GetDeviceInfo(); in JSGetInfo()

Completed in 13 milliseconds