Home
last modified time | relevance | path

Searched refs:value (Results 2226 - 2250 of 11225) sorted by relevance

1...<<81828384858687888990>>...449

/base/global/i18n/interfaces/js/kits/src/
H A Di18n_timezone_addon.cpp170 napi_value value = nullptr; in GetAvailableTimezoneIDs() local
171 status = napi_create_string_utf8(env, (*it).c_str(), NAPI_AUTO_LENGTH, &value); in GetAvailableTimezoneIDs()
176 status = napi_set_element(env, result, index, value); in GetAvailableTimezoneIDs()
197 napi_value value = nullptr; in GetAvailableZoneCityIDs() local
198 status = napi_create_string_utf8(env, (*it).c_str(), NAPI_AUTO_LENGTH, &value); in GetAvailableZoneCityIDs()
203 status = napi_set_element(env, result, index, value); in GetAvailableZoneCityIDs()
281 ErrorUtil::NapiThrow(env, I18N_NOT_VALID, "longitude or latitude", "a valid value", true); in GetTimezonesByLocation()
348 napi_value value = nullptr; in GetID() local
349 status = napi_create_string_utf8(env, result.c_str(), NAPI_AUTO_LENGTH, &value); in GetID()
354 return value; in GetID()
393 napi_value value = nullptr; GetTimeZoneDisplayName() local
416 napi_value value = nullptr; GetRawOffset() local
463 napi_value value = nullptr; GetOffset() local
539 GetFirstParameter(napi_env env, napi_value value, std::string &localeStr, bool &isDST) GetFirstParameter() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_slider.cpp101 double GetValue(double value, double max, double min) in GetValue() argument
103 if (value < min) { in GetValue()
104 value = min; in GetValue()
107 if (value > max) { in GetValue()
108 value = max; in GetValue()
110 return value; in GetValue()
124 double value = valueMin; // value:Current progress value. The default value i in Create() local
222 CalcDimension value; SetThickness() local
364 float value = 0.0f; SetMinResponsiveDistance() local
[all...]
H A Djs_sceneview.cpp165 bool value = info[0]->ToBoolean(); in JsSetHandleCameraMove() local
166 ModelView::GetInstance()->SetHandleCameraMove(value); in JsSetHandleCameraMove()
187 panda::Local<JsiValue> value = obj.Get().GetLocalHandle(); in UnwrapScene() local
188 JSValueWrapper valueWrapper = value; in UnwrapScene()
340 CalcDimension value; in JsRenderWidth() local
341 if (!ParseJsDimensionVp(info[0], value)) { in JsRenderWidth()
342 value.SetValue(1.0f); in JsRenderWidth()
347 value.SetValue(1.0f); in JsRenderWidth()
350 if (LessNotEqual(value.Value(), 0.0f)) { in JsRenderWidth()
351 value in JsRenderWidth()
361 CalcDimension value; JsRenderHeight() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_helper.cpp87 indicatorProps->UpdateLeft(digitalParams->dimLeft.value()); in SaveDigitIndicatorProperty()
90 indicatorProps->UpdateTop(digitalParams->dimTop.value()); in SaveDigitIndicatorProperty()
93 indicatorProps->UpdateRight(digitalParams->dimRight.value()); in SaveDigitIndicatorProperty()
96 indicatorProps->UpdateBottom(digitalParams->dimBottom.value()); in SaveDigitIndicatorProperty()
128 indicatorProps->UpdateLeft(params->dimLeft.value()); in SaveDotIndicatorProperty()
131 indicatorProps->UpdateTop(params->dimTop.value()); in SaveDotIndicatorProperty()
134 indicatorProps->UpdateRight(params->dimRight.value()); in SaveDotIndicatorProperty()
137 indicatorProps->UpdateBottom(params->dimBottom.value()); in SaveDotIndicatorProperty()
141 auto dimValue = params->dimStart.value(); in SaveDotIndicatorProperty()
144 auto dimValue = params->dimEnd.value(); in SaveDotIndicatorProperty()
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dinput_event_tdd_test.cpp27 " _c('input', {'attrs': {'type': 'button', 'value': function() {return _vm.value}, 'ref':'button'},\n"
36 " _c('input', {'attrs': {'type':'button', value:'value'},\n"
41 " _c('input', {'attrs':{'type':'button', 'value': 'fontFamily'},\n"
46 " _c('input', {'attrs' : {'type': 'button','value' : 'fontSize'},\n"
51 " _c('input', {'attrs': {'type': 'button', 'value': 'color'},\n"
75 " value: 'chinese',\n"
81 " if(this.value == 'chinese') {\n"
82 " this.value
1014 char *value = JSObject::GetString(page, "value"); HWTEST_F() local
1439 char *value = JSObject::GetString(page, "value"); HWTEST_F() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/wifi_asset/
H A Dwifi_asset_manager.cpp130 {.tag = SEC_ASSET_TAG_USER_ID, .value = g_userIdValue}, in WifiAssetTriggerSync()
131 {.tag = SEC_ASSET_TAG_OPERATION_TYPE, .value = syncValue}, in WifiAssetTriggerSync()
132 {.tag = SEC_ASSET_TAG_SYNC_TYPE, .value = g_trustAccountValue}, in WifiAssetTriggerSync()
170 {.tag = SEC_ASSET_TAG_ALIAS, .value = aliasValue}, in WifiAssetAttrAdd()
171 {.tag = SEC_ASSET_TAG_USER_ID, .value = g_userIdValue}, in WifiAssetAttrAdd()
172 {.tag = SEC_ASSET_TAG_AUTH_TYPE, .value = authTypeValue}, in WifiAssetAttrAdd()
173 {.tag = SEC_ASSET_TAG_SECRET, .value = secret}, in WifiAssetAttrAdd()
174 {.tag = SEC_ASSET_TAG_SYNC_TYPE, .value = g_trustAccountValue}, in WifiAssetAttrAdd()
193 std::string(reinterpret_cast<const char *>(checkItem->value.blob.data), checkItem->value in WifiAssetAttrQuery()
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/gesture/
H A Dgesture_test.cpp87 ArkUI_NumberValue value[] = {{.u32 = actionedColor}}; in OnActionCallBack() local
88 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in OnActionCallBack()
103 ArkUI_AttributeItem widthItem = { .value = widthValue, .size = sizeof(widthValue) / sizeof(ArkUI_NumberValue) }; in CreateNativeNode()
106 ArkUI_AttributeItem heightItem = { .value = heightValue, .size = sizeof(widthValue) / sizeof(ArkUI_NumberValue) }; in CreateNativeNode()
108 ArkUI_NumberValue value[] = {{.u32 = defalutColor}}; in CreateNativeNode() local
109 ArkUI_AttributeItem value_item = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in CreateNativeNode()
169 ArkUI_NumberValue value[] = {{.u32 = actionedColor}}; in OnSwipeActionCallBack() local
170 ArkUI_AttributeItem value_item = {value, sizeo in OnSwipeActionCallBack()
225 ArkUI_NumberValue value[] = {{.u32 = actionedColor}}; OnPanActionCallBack() local
283 ArkUI_NumberValue value[] = {{.u32 = actionedColor}}; OnPinchActionCallBack() local
340 ArkUI_NumberValue value[] = {{.u32 = actionedColor}}; OnRotateActionCallBack() local
412 ArkUI_NumberValue value[] = {{.u32 = actionedColor}}; OnInterruptCallback() local
[all...]
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.cpp44 std::vector<std::string> ParseNapiValue2NwebValue(napi_env env, napi_value& value,
46 std::vector<std::string> ParseNapiValue2NwebValue(napi_env env, napi_value* value,
350 napi_value ParseArrayNwebValue2NapiValue(napi_env env, const std::shared_ptr<NWebValue>& value,
352 napi_value ParseDictionaryNwebValue2NapiValue(napi_env env, const std::shared_ptr<NWebValue>& value,
354 napi_value ParseBinNwebValue2NapiValue(napi_env env, const std::shared_ptr<NWebValue>& value,
358 napi_env env, ValueConvertState* state, napi_value& value, std::shared_ptr<NWebValue>& nwebValue, bool* isOject);
360 bool ParseBasicTypeNwebValue2NapiValue(napi_env env, const std::shared_ptr<NWebValue>& value, napi_value& napiValue) in ParseBasicTypeNwebValue2NapiValue() argument
363 switch (value->GetType()) { in ParseBasicTypeNwebValue2NapiValue()
366 s = napi_create_int32(env, value->GetInt(), &napiValue); in ParseBasicTypeNwebValue2NapiValue()
373 s = napi_create_double(env, value in ParseBasicTypeNwebValue2NapiValue()
398 ParseNwebValue2NapiValueHelper(napi_env env, std::shared_ptr<NWebValue> value, WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId) ParseNwebValue2NapiValueHelper() argument
437 ParseArrayNwebValue2NapiValue(napi_env env, const std::shared_ptr<NWebValue>& value, WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId) ParseArrayNwebValue2NapiValue() argument
458 ParseDictionaryNwebValue2NapiValue(napi_env env, const std::shared_ptr<NWebValue>& value, WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId) ParseDictionaryNwebValue2NapiValue() argument
477 ParseBinNwebValue2NapiValue(napi_env env, const std::shared_ptr<NWebValue>& value, WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId) ParseBinNwebValue2NapiValue() argument
525 ParseNwebValue2NapiValue(napi_env env, std::shared_ptr<NWebValue> value, WebviewJavaScriptResultCallBack::ObjectMap objectsMap, int32_t nwebId, int32_t frameId) ParseNwebValue2NapiValue() argument
531 ParseBasicTypeNapiValue2NwebValue(napi_env env, napi_value& value, std::shared_ptr<NWebValue>& nwebValue, bool* isObject) ParseBasicTypeNapiValue2NwebValue() argument
582 ParseNapiValue2NwebValueHelper( napi_env env, ValueConvertState* state, napi_value& value, std::shared_ptr<NWebValue> nwebValue, bool* isOject) ParseNapiValue2NwebValueHelper() argument
633 ParseDictionaryNapiValue2NwebValue( napi_env env, ValueConvertState* state, napi_value& value, std::shared_ptr<NWebValue>& nwebValue, bool* isOject) ParseDictionaryNapiValue2NwebValue() argument
677 HasAnnotationProperty(napi_env env, napi_value& value) HasAnnotationProperty() argument
699 IsCallableObject(napi_env env, napi_value& value, std::vector<std::string>* methodNameList) IsCallableObject() argument
752 ParseNapiValue2NwebValue(napi_env env, napi_value& value, std::shared_ptr<NWebValue> nwebValue, bool* isObject) ParseNapiValue2NwebValue() argument
778 ParseNapiValue2NwebValue(napi_env env, napi_value* value, std::shared_ptr<NWebValue> nwebValue, bool* isObject) ParseNapiValue2NwebValue() argument
805 CreateNamed( napi_env env, int32_t containerScopeId, napi_value value, size_t refCount) CreateNamed() argument
810 CreateTransient( napi_env env, int32_t containerScopeId, napi_value value, int32_t holder, size_t refCount) CreateTransient() argument
818 JavaScriptOb(napi_env env, int32_t containerScopeId, napi_value value, size_t refCount) JavaScriptOb() argument
827 JavaScriptOb( napi_env env, int32_t containerScopeId, napi_value value, std::set<int32_t> holders, size_t refCount) JavaScriptOb() argument
[all...]
/foundation/multimodalinput/input/service/window_manager/test/
H A Dpointer_drawing_manager_ex_test.cpp1685 float value = g_focalPoint; in HWTEST_F() local
1686 EXPECT_EQ(ret, value); in HWTEST_F()
1689 value = (g_focalPoint - (imageWidth_ / CALCULATE_IMAGE_MIDDLE)); in HWTEST_F()
1690 EXPECT_EQ(ret, value); in HWTEST_F()
1693 value = (g_focalPoint - imageWidth_); in HWTEST_F()
1694 EXPECT_EQ(ret, value); in HWTEST_F()
1697 value = (g_focalPoint - (imageWidth_ / CALCULATE_IMAGE_MIDDLE)); in HWTEST_F()
1698 EXPECT_EQ(ret, value); in HWTEST_F()
1701 value = (g_focalPoint - imageWidth_); in HWTEST_F()
1702 EXPECT_EQ(ret, value); in HWTEST_F()
1738 float value = (g_focalPoint - (imageHeight_ / CALCULATE_IMAGE_MIDDLE)); HWTEST_F() local
1917 auto value = Rosen::Drawing::ColorType::COLORTYPE_RGB_565; HWTEST_F() local
1968 auto value = Rosen::Drawing::AlphaType::ALPHATYPE_UNKNOWN; HWTEST_F() local
[all...]
/base/location/frameworks/native/fence_extension_ability/src/
H A Djs_fence_extension.cpp49 napi_value AttachFenceExtensionContext(napi_env env, void *value, void *) in AttachFenceExtensionContext() argument
52 if (value == nullptr) { in AttachFenceExtensionContext()
57 auto ptr = reinterpret_cast<std::weak_ptr<FenceExtensionContext> *>(value)->lock(); in AttachFenceExtensionContext()
69 env, napiContextObj, AbilityRuntime::DetachCallbackFunc, AttachFenceExtensionContext, value, nullptr); in AttachFenceExtensionContext()
217 ::napi_value value = jsObj_->GetNapiValue(); in OnStop() local
218 ::napi_status retStatus = ::napi_call_function(env, value, method, 0, argv, &undefined); in OnStop()
302 napi_value key, value; in CallToUiThread() local
307 status = napi_create_string_utf8(env, pair.second.c_str(), NAPI_AUTO_LENGTH, &value); in CallToUiThread()
311 status = napi_set_property(env, addtionsRecord, key, value); in CallToUiThread()
331 napi_value value in SetValueUtf8String() local
339 napi_value value = nullptr; SetValueInt32() local
347 std::string value; GetAndDeleteFromMap() local
[all...]
/base/powermgr/display_manager/state_manager/frameworks/napi/
H A Dbrightness.cpp46 const std::string SET_VALUE_ERROR_MGR = "value is not an available number";
48 const std::string SET_MODE_ERROR_MGR = "value is not an available number";
50 const std::string SET_KEEP_SCREENON_ERROR_MGR = "value is not an available boolean";
91 int32_t value = MIN_BRIGHTNESS; in SetValue() local
93 if (napi_get_value_int32(env_, napiBrightness, &value) != napi_ok) { in SetValue()
107 if (!brightnessInfo_.SetBrightness(value, continuous)) { in SetValue()
216 napi_value value = GetOptions(options, valName, checkType); in CreateValueRef() local
217 if (value != nullptr) { in CreateValueRef()
218 napi_create_reference(env_, value, 1, &napiValRef_); in CreateValueRef()
299 bool Brightness::BrightnessInfo::SetBrightness(int32_t value, boo argument
360 CheckValueType(napi_value& value, napi_valuetype checkType) CheckValueType() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_toggle_modifier.cpp49 auto value = dimensionArray[valueIndex]; in SetToggleDimension() local
52 CalcDimension dimensionValue = CalcDimension(value, unitValue); in SetToggleDimension()
109 void SetToggleHeight(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in SetToggleHeight() argument
114 CalcDimension dimensionValue = CalcDimension(value, unitValue); in SetToggleHeight()
127 CalcDimension value(height); in ResetToggleHeight()
128 ToggleModelNG::SetHeight(frameNode, value); in ResetToggleHeight()
181 CalcDimension(topOptional.value().Value(), static_cast<DimensionUnit>(topOptional.value().Unit()))); in SetTogglePadding()
187 CalcDimension(rightOptional.value().Value(), static_cast<DimensionUnit>(rightOptional.value() in SetTogglePadding()
253 SetTogglePointRadius(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) SetTogglePointRadius() argument
293 SetToggleTrackBorderRadius(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) SetToggleTrackBorderRadius() argument
[all...]
/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/
H A Dcommon.cpp199 napi_value value = nullptr; in SetInt32Value() local
200 napi_create_int32(env, intValue, &value); in SetInt32Value()
201 napi_set_named_property(env, result, fieldStr.c_str(), value); in SetInt32Value()
207 napi_value value = nullptr; in SetUint32Value() local
208 napi_create_uint32(env, uintValue, &value); in SetUint32Value()
209 napi_set_named_property(env, result, fieldStr.c_str(), value); in SetUint32Value()
212 napi_value Common::GetStringValue(const napi_env &env, const napi_value &value, std::string &result) in GetStringValue() argument
215 NAPI_CALL(env, napi_typeof(env, value, &valuetype)); in GetStringValue()
222 napi_status status = napi_get_value_string_utf8(env, value, str, STRING_MAX_SIZE - 1, &strLen); in GetStringValue()
234 napi_value value in SetStringValue() local
239 GetUint32Value(const napi_env& env, const napi_value& value, uint32_t& result) GetUint32Value() argument
252 GetInt32Value(const napi_env& env, const napi_value& value, int32_t& result) GetInt32Value() argument
[all...]
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_queue_test.cpp53 std::shared_ptr<DetectorValue> value = std::make_shared<DetectorValue>(0, 0, false, ""); in HWTEST_F() local
54 std::shared_ptr<Condition> ret = workQueue_->ParseCondition(type, value); in HWTEST_F()
67 std::shared_ptr<DetectorValue> value = std::make_shared<DetectorValue>(0, 0, false, ""); in HWTEST_F() local
68 std::shared_ptr<Condition> ret = workQueue_->ParseCondition(type, value); in HWTEST_F()
81 std::shared_ptr<DetectorValue> value = std::make_shared<DetectorValue>(0, 0, false, ""); in HWTEST_F() local
82 std::shared_ptr<Condition> ret = workQueue_->ParseCondition(type, value); in HWTEST_F()
95 std::shared_ptr<DetectorValue> value = std::make_shared<DetectorValue>(0, 0, false, ""); in HWTEST_F() local
96 std::shared_ptr<Condition> ret = workQueue_->ParseCondition(type, value); in HWTEST_F()
109 std::shared_ptr<DetectorValue> value = std::make_shared<DetectorValue>(81, 0, false, ""); in HWTEST_F() local
110 std::shared_ptr<Condition> ret = workQueue_->ParseCondition(type, value); in HWTEST_F()
123 std::shared_ptr<DetectorValue> value = std::make_shared<DetectorValue>(0, 0, false, ""); HWTEST_F() local
137 std::shared_ptr<DetectorValue> value = std::make_shared<DetectorValue>(0, 0, false, ""); HWTEST_F() local
151 std::shared_ptr<DetectorValue> value = std::make_shared<DetectorValue>(0, 0, false, ""); HWTEST_F() local
165 std::shared_ptr<DetectorValue> value = std::make_shared<DetectorValue>(0, 0, false, ""); HWTEST_F() local
[all...]
/foundation/communication/wifi/wifi/base/utils/
H A Dwifi_app_parser.cpp210 xmlChar *value = xmlGetProp(innode, BAD_CAST(XML_TAG_SECTION_KEY_GAME_NAME));
211 std::string gameName = std::string(reinterpret_cast<char *>(value));
213 xmlFree(value);
220 xmlChar *value = xmlGetProp(innode, BAD_CAST(XML_TAG_SECTION_KEY_PACKAGE_NAME));
221 std::string packageName = std::string(reinterpret_cast<char *>(value));
223 xmlFree(value);
230 xmlChar *value = xmlGetProp(innode, BAD_CAST(XML_TAG_SECTION_KEY_PACKAGE_NAME));
231 std::string packageName = std::string(reinterpret_cast<char *>(value));
233 xmlFree(value);
240 xmlChar *value
[all...]
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Ddatashare_stub.cpp103 LOG_ERROR("Unmarshalling value is nullptr"); in CmdGetFileTypes()
112 LOG_ERROR("Marshal value is nullptr"); in CmdGetFileTypes()
123 LOG_ERROR("Unmarshalling value is nullptr"); in CmdOpenFile()
148 LOG_ERROR("Unmarshalling value is nullptr"); in CmdOpenRawFile()
153 LOG_ERROR("Marshal value is nullptr"); in CmdOpenRawFile()
162 DataShareValuesBucket value; in CmdInsert() local
163 if (!ITypesUtil::Unmarshal(data, uri, value)) { in CmdInsert()
164 LOG_ERROR("Unmarshalling value is nullptr"); in CmdInsert()
167 int index = Insert(uri, value); in CmdInsert()
186 DataShareValuesBucket value; in CmdUpdate() local
252 DataShareValuesBucket value; CmdInsertEx() local
278 DataShareValuesBucket value; CmdUpdateEx() local
497 DataShareValuesBucket value; CmdInsertExt() local
520 InsertExt(const Uri &uri, const DataShareValuesBucket &value, std::string &result) InsertExt() argument
529 InsertEx(const Uri &uri, const DataShareValuesBucket &value) InsertEx() argument
533 UpdateEx(const Uri &uri, const DataSharePredicates &predicates, const DataShareValuesBucket &value) UpdateEx() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/
H A Ddump_helper.cpp218 dumpFactory.ForEach([&formatMaxSize](const auto &key, auto &value) { in GetFormatMaxSize()
223 helpInfo.append(" ").append(value.fullCmd).append(", ").append(value.abbrCmd); in GetFormatMaxSize()
226 if (value.countPrintf == PRINTF_COUNT_2) { in GetFormatMaxSize()
228 .append(value.fullCmd) in GetFormatMaxSize()
230 .append(value.abbrCmd) in GetFormatMaxSize()
231 .append(value.infoName) in GetFormatMaxSize()
232 .append(value.infoName); in GetFormatMaxSize()
255 dumpFactory.ForEach([this, &info, &formatMaxSize](const auto &key, auto &value) { in DumpHelpInfo()
259 info.append(FormatHelpInfo(value in DumpHelpInfo()
[all...]
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dserializable_test.cpp187 * @tc.desc: test serializable GetValue and SetValue with invalid string value .
197 std::string value; in HWTEST_F() local
198 auto ret = Serializable::GetValue(json, "key", value); in HWTEST_F()
204 ret = Serializable::GetValue(json, "key", value); in HWTEST_F()
212 * @tc.desc: test serializable GetValue and SetValue with invalid uint32_t value .
222 uint32_t value; in HWTEST_F() local
223 auto ret = Serializable::GetValue(json, "key", value); in HWTEST_F()
229 ret = Serializable::GetValue(json, "key", value); in HWTEST_F()
237 * @tc.desc: test serializable GetValue and SetValue with invalid int32_t value .
247 int32_t value; in HWTEST_F() local
272 int64_t value; HWTEST_F() local
297 bool value; HWTEST_F() local
322 std::vector<uint8_t> value; HWTEST_F() local
[all...]
/base/security/device_security_level/services/include/
H A Ddslm_hitrace.h29 void DslmStartProcessTrace(const char *value);
33 void DslmStartProcessTraceAsync(const char *value, uint32_t owner, uint32_t cookie);
34 void DslmFinishProcessTraceAsync(const char *value, uint32_t owner, uint32_t cookie);
/base/security/security_guard/test/unittest/mock/rdb/
H A Dvalues_bucket.h28 void PutString(const std::string &columnName, const std::string &value) {}; in PutString() argument
29 void PutInt(const std::string &columnName, int value) {}; in PutInt() argument
30 void PutLong(const std::string &columnName, int64_t value) {}; in PutLong() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_layout_property.h36 auto value = MakeRefPtr<DataPickerLayoutProperty>(); variable
37 value->LayoutProperty::UpdateLayoutProperty(DynamicCast<LayoutProperty>(this));
38 return value;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/
H A Dloading_progress_layout_property.h33 auto value = MakeRefPtr<LoadingProgressLayoutProperty>(); variable
34 value->LayoutProperty::UpdateLayoutProperty(DynamicCast<LayoutProperty>(this));
35 return value;
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dwater_flow_item_composed_element.cpp35 for (const auto& value : CREATE_JSON_MAP) { in ToJsonObject()
36 resultJson->Put(value.first.c_str(), value.second(*this).c_str()); in ToJsonObject()
H A Dsheet_composed_element.cpp33 for (const auto& value : CREATE_JSON_MAP) { in ToJsonObject()
34 resultJson->Put(value.first.c_str(), value.second(*this).c_str()); in ToJsonObject()
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/entry/
H A Dsimulator_config.cpp35 return settings.value(key).toString(); in GetConfigValue()
38 void SimulatorConfig::SetConfigValue(QString key, QString value) const in SetConfigValue()
41 settings.setValue(key, value); in SetConfigValue()

Completed in 21 milliseconds

1...<<81828384858687888990>>...449