Searched refs:refValue (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_types.cpp | 191 auto refValue = JsiRef<JsiValue>(func); in GetProperty() local 192 return refValue; in GetProperty() 201 auto refValue = JsiRef<JsiValue>(func); in GetProperty() local 202 return refValue; in GetProperty() 297 auto refValue = JsiRef<JsiValue>(func); in GetProperty() local 298 return refValue; in GetProperty() 315 auto refValue = JsiRef<JsiValue>(func); in GetProperty() local 316 return refValue; in GetProperty()
|
/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme_constants.cpp | 427 auto refValue = GetValue(*uintPtr); in GetValue() local 428 refValue.isPublic = platformConstants->isPublic; in GetValue() 430 if ((refValue.type == ThemeConstantsType::COLOR) && (blendAlpha < BLEND_ALPHA_MAX)) { in GetValue() 431 auto colorPtr = std::get_if<Color>(&refValue.value); in GetValue() 435 refValue.value = colorPtr->BlendOpacity(blendAlpha); in GetValue() 437 return refValue; in GetValue()
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime.cpp | 564 auto refValue = methodRequireNapiRef_->GetNapiValue(); in LoadSystemModuleByEngine() local 567 napi_call_function(env, globalObj, refValue, 1, args, &classValue); in LoadSystemModuleByEngine() 1046 napi_value refValue = methodRequireNapiRef_->GetNapiValue(); in LoadSystemModule() local 1049 napi_call_function(env, globalObj, refValue, 1, args, &classValue); in LoadSystemModule() 1266 napi_value refValue = methodRequireNapiRef_->GetNapiValue(); in PreloadSystemModule() local 1268 napi_call_function(env, globalObj, refValue, 1, args, nullptr); in PreloadSystemModule()
|
/foundation/arkui/napi/test/unittest/ |
H A D | test_napi.cpp | 1250 napi_value refValue = nullptr; in HWTEST_F() local 1251 napi_get_reference_value(env, resultRef, &refValue); in HWTEST_F() 1253 ASSERT_NE(refValue, nullptr); in HWTEST_F() 7849 napi_value refValue = nullptr; in HWTEST_F() local 7850 auto res = napi_get_reference_value(env, booleanRef, &refValue); in HWTEST_F() 7852 ASSERT_NE(refValue, nullptr); in HWTEST_F()
|
Completed in 21 milliseconds