/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | qrcode_modifier.cpp | 45 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 D | qrcode_model_ng.h | 27 void SetQRBackgroundColor(const Color& color) override; 33 static void SetQRBackgroundColor(FrameNode* frameNode, const Color& color);
|
H A D | qrcode_model_ng.cpp | 59 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 D | qrcode_model.h | 31 virtual void SetQRBackgroundColor(const Color& color) = 0;
|
H A D | qrcode_napi.cpp | 106 QRCodeModel::GetInstance()->SetQRBackgroundColor(backgroundColor); in JsBackgroundColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | qrcode_model_impl.h | 26 void SetQRBackgroundColor(const Color& color) override;
|
H A D | qrcode_model_impl.cpp | 41 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 D | arkts_native_qrcode_bridge.h | 26 static ArkUINativeModuleValue SetQRBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_qrcode_bridge.cpp | 47 ArkUINativeModuleValue QRCodeBridge::SetQRBackgroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetQRBackgroundColor() function in OHOS::Ace::NG::QRCodeBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 5127 … 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 D | cj_qrcode_ffi.cpp | 46 QRCodeModel::GetInstance()->SetQRBackgroundColor(Color(color)); in FfiOHOSAceFrameworkQRCodeSetBackgroundColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/ |
H A D | js_qrcode_theme.h | 38 QRCodeModel::GetInstance()->SetQRBackgroundColor(themeColors->BackgroundPrimary()); in ApplyTheme()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_qrcode.cpp | 87 QRCodeModel::GetInstance()->SetQRBackgroundColor(backgroundColor); in SetBackgroundColor()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/qrcode/ |
H A D | qrcode_test_ng.cpp | 100 qrCodeModelNG.SetQRBackgroundColor(QR_CODE_BACKGROUND_COLOR_VALUE); 120 qrCodeModelNG.SetQRBackgroundColor(QR_CODE_BACKGROUND_COLOR_VALUE);
|