Home
last modified time | relevance | path

Searched refs:SetQRBackgroundColor (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dqrcode_modifier.cpp45 void SetQRBackgroundColor(ArkUINodeHandle node, uint32_t color) in SetQRBackgroundColor() function
49 QRCodeModelNG::SetQRBackgroundColor(frameNode, Color(color)); in SetQRBackgroundColor()
56 QRCodeModelNG::SetQRBackgroundColor(frameNode, Color(DEFAULT_BG_COLOR)); in ResetQRBackgroundColor()
89 static const ArkUIQRCodeModifier modifier = { SetQRColor, ResetQRColor, SetQRBackgroundColor, in GetQRCodeModifier()
97 static const CJUIQRCodeModifier modifier = { SetQRColor, ResetQRColor, SetQRBackgroundColor, in GetCJUIQRCodeModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_model_ng.h27 void SetQRBackgroundColor(const Color& color) override;
33 static void SetQRBackgroundColor(FrameNode* frameNode, const Color& color);
H A Dqrcode_model_ng.cpp59 void QRCodeModelNG::SetQRBackgroundColor(const Color& color) in SetQRBackgroundColor() function in OHOS::Ace::NG::QRCodeModelNG
106 void QRCodeModelNG::SetQRBackgroundColor(FrameNode* frameNode, const Color& color) in SetQRBackgroundColor() function in OHOS::Ace::NG::QRCodeModelNG
H A Dqrcode_model.h31 virtual void SetQRBackgroundColor(const Color& color) = 0;
H A Dqrcode_napi.cpp106 QRCodeModel::GetInstance()->SetQRBackgroundColor(backgroundColor); in JsBackgroundColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dqrcode_model_impl.h26 void SetQRBackgroundColor(const Color& color) override;
H A Dqrcode_model_impl.cpp41 void QRCodeModelImpl::SetQRBackgroundColor(const Color& color) in SetQRBackgroundColor() function in OHOS::Ace::Framework::QRCodeModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_qrcode_bridge.h26 static ArkUINativeModuleValue SetQRBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_qrcode_bridge.cpp47 ArkUINativeModuleValue QRCodeBridge::SetQRBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetQRBackgroundColor() function in OHOS::Ace::NG::QRCodeBridge
H A Darkts_native_api_impl_bridge.cpp5127 … panda::FunctionRef::New(const_cast<panda::EcmaVM *>(vm), QRCodeBridge::SetQRBackgroundColor)); in RegisterQRCodeAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_qrcode_ffi.cpp46 QRCodeModel::GetInstance()->SetQRBackgroundColor(Color(color)); in FfiOHOSAceFrameworkQRCodeSetBackgroundColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_qrcode_theme.h38 QRCodeModel::GetInstance()->SetQRBackgroundColor(themeColors->BackgroundPrimary()); in ApplyTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_qrcode.cpp87 QRCodeModel::GetInstance()->SetQRBackgroundColor(backgroundColor); in SetBackgroundColor()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/qrcode/
H A Dqrcode_test_ng.cpp100 qrCodeModelNG.SetQRBackgroundColor(QR_CODE_BACKGROUND_COLOR_VALUE);
120 qrCodeModelNG.SetQRBackgroundColor(QR_CODE_BACKGROUND_COLOR_VALUE);