| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_environment.cpp | 70 auto returnValue = JSVal(ToJSValue(value)); in GetAccessibilityEnabled() local 79 auto returnValue = JSVal(ToJSValue(static_cast<int32_t>(colorMode))); in GetColorMode() local 98 auto returnValue = JSVal(ToJSValue(context->GetFontScale())); in GetFontScale() local 107 auto returnValue = JSVal(ToJSValue(weightScale)); in GetFontWeightScale() local 117 auto returnValue = JSVal(ToJSValue(value)); in GetLayoutDirection() local 132 auto returnValue = JSVal(ToJSValue(language)); in GetLanguageCode() local
|
| D | js_matrix2d.cpp | 142 auto returnValue = JSVal(ToJSValue(transform_.scaleX)); in JsGetScaleX() local 149 auto returnValue = JSVal(ToJSValue(transform_.skewY)); in JsGetRotateY() local 156 auto returnValue = JSVal(ToJSValue(transform_.skewX)); in JsGetRotateX() local 163 auto returnValue = JSVal(ToJSValue(transform_.scaleY)); in JsGetScaleY() local 171 auto returnValue = JSVal(ToJSValue(translateX)); in JsGetTranslateX() local 179 auto returnValue = JSVal(ToJSValue(translateY)); in JsGetTranslateY() local
|
| D | js_canvas_image_data.cpp | 92 auto returnValue = JSVal(ToJSValue(width_)); in JsGetWidth() local 99 auto returnValue = JSVal(ToJSValue(height_)); in JsGetHeight() local
|
| D | js_render_image.cpp | 91 auto returnValue = JSVal(ToJSValue(width)); in JsGetWidth() local 102 auto returnValue = JSVal(ToJSValue(height)); in JsGetHeight() local
|
| D | js_rendering_context.cpp | 181 auto returnValue = JSVal(ToJSValue(width)); in JsGetWidth() local 202 auto returnValue = JSVal(ToJSValue(height)); in JsGetHeight() local
|
| D | js_offscreen_canvas.cpp | 156 auto returnValue = JSVal(ToJSValue(fWidth)); in JsGetWidth() local 164 auto returnValue = JSVal(ToJSValue(fHeight)); in JsGetHeight() local
|
| D | js_ability_component_controller.cpp | 67 auto returnValue = JSVal(ToJSValue(stackCount)); in GetStackCount() local
|
| D | js_xcomponent_controller.cpp | 59 auto returnValue = JSVal(ToJSValue(surfaceId)); in GetSurfaceId() local
|
| D | js_ui_extension.cpp | 142 auto returnValue = JSRef<JSVal>::Cast(contextObj); in OnRemoteReady() local 209 auto returnValue = JSRef<JSVal>::Cast(obj); in OnResult() local 231 auto returnValue = JSRef<JSVal>::Cast(obj); in OnError() local
|
| D | js_web_controller.cpp | 105 auto returnValue = JSRef<JSVal>::Make(jsVal); in SetCookie() local 117 auto returnValue = JSRef<JSVal>::Make(jsVal); in GetCookie() local 136 auto returnValue = JSRef<JSVal>::Make(jsVal); in SaveCookieSync() local 721 auto returnValue = JSRef<JSVal>::Make(jsVal); in AccessStep() local 733 auto returnValue = JSRef<JSVal>::Make(jsVal); in AccessBackward() local 745 auto returnValue = JSRef<JSVal>::Make(jsVal); in AccessForward() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/sharedata/ |
| D | js_share_data.cpp | 81 auto returnValue = JSVal(ToJSValue(data.GetIntValue())); in ReadInt32() local 93 auto returnValue = JSVal(ToJSValue(data.GetLongValue())); in ReadInt64() local 105 auto returnValue = JSVal(ToJSValue(data.GetDoubleValue())); in ReadDouble() local 117 auto returnValue = JSVal(ToJSValue(data.GetStringValue())); in ReadString() local 128 auto returnValue = JSVal(ToJSValue(data.GetBoolValue())); in ReadBoolean() local
|
| /foundation/arkui/napi/sample/native_module_systemtest/ |
| D | js_test_object_napi.cpp | 106 void AddLastStatus(napi_env env, const char* key, napi_value returnValue) in AddLastStatus() 124 napi_value returnValue = nullptr, props = nullptr; in ObjectGetAllPropertyNames() local
|
| D | js_test_buffer_napi.cpp | 134 napi_value returnValue = nullptr; in BufferHasInstanceFun() local 152 napi_value returnValue = nullptr; in BufferInfoFun() local
|
| /foundation/ai/neural_network_runtime/test/unittest/ops/ |
| D | sigmoid_builder_test.cpp | 175 auto returnValue = mindspore::lite::MindIR_Activation_GetActivationType(sigmoidPrimitive.get()); variable
|
| D | relu_builder_test.cpp | 175 auto returnValue = mindspore::lite::MindIR_Activation_GetActivationType(reluPrimitive.get()); variable
|
| D | relu6_builder_test.cpp | 175 auto returnValue = mindspore::lite::MindIR_Activation_GetActivationType(relu6Primitive.get()); variable
|
| D | gelu_builder_test.cpp | 167 auto returnValue = mindspore::lite::MindIR_Activation_GetActivationType(primitive.get()); variable
|
| D | hswish_builder_test.cpp | 167 auto returnValue = mindspore::lite::MindIR_Activation_GetActivationType(primitive.get()); variable
|
| D | concat_two_inputs_test.cpp | 243 int64_t returnValue = mindspore::lite::MindIR_Concat_GetAxis(primitive.get()); variable
|
| D | add_test.cpp | 255 int8_t returnValue = mindspore::lite::MindIR_AddFusion_GetActivationType(primitive.get()); variable
|
| D | div_test.cpp | 267 int8_t returnValue = mindspore::lite::MindIR_DivFusion_GetActivationType(primitive.get()); variable
|
| D | onehot_builder_test.cpp | 221 auto returnValue = mindspore::lite::MindIR_OneHot_GetAxis(primitive.get()); variable
|
| D | reduce_prod_builder_test.cpp | 258 auto returnValue = mindspore::lite::MindIR_ReduceFusion_GetKeepDims(reduceprodPrimitive.get()); variable
|
| D | pad_builder_test.cpp | 243 auto returnValue = mindspore::lite::MindIR_PadFusion_GetConstantValue(primitive.get()); variable
|
| D | batchnorm_builder_test.cpp | 243 auto returnValue = mindspore::lite::MindIR_FusedBatchNorm_GetEpsilon(primitive.get()); variable
|