Home
last modified time | relevance | path

Searched refs:subValue (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/form_fwk/services/src/
H A Dform_util.cpp279 int64_t subValue = std::stoll(strInfo.substr(ZERO_VALUE + 1, INT_64_LENGTH - 1)); in ConvertStringToInt64() local
280 if (strLength == INT_64_LENGTH && subValue <= (INT64_MAX - HEAD_BIT_NUM)) { in ConvertStringToInt64()
298 int64_t subValue = std::stoll(strInfo.substr(ZERO_VALUE + 2, INT_64_LENGTH - 1)); in ConvertStringToInt64() local
299 if (subValue <= (INT64_MAX - HEAD_BIT_NUM + 1)) { in ConvertStringToInt64()
/foundation/ability/form_fwk/frameworks/js/napi/formUtil/
H A Dnapi_form_util.cpp266 int64_t subValue = std::stoll(strInfo.substr(ZERO_VALUE + 1, INT_64_LENGTH - 1)); in ConvertStringToInt64() local
267 if (strLength == INT_64_LENGTH && subValue <= (INT64_MAX - HEAD_BIT_NUM)) { in ConvertStringToInt64()
285 int64_t subValue = std::stoll(strInfo.substr(ZERO_VALUE + 2, INT_64_LENGTH - 1)); in ConvertStringToInt64() local
286 if (subValue <= (INT64_MAX - HEAD_BIT_NUM + 1)) { in ConvertStringToInt64()
/foundation/arkui/ace_engine/advanced_ui_component/counter/interfaces/
H A Dcounter.js1132 subValue() {
1685 this.subValue();
1696 this.subValue();
1921 this.subValue();
1932 this.subValue();
2171 this.subValue();
2317 this.subValue();
2549 this.subValue();
2559 this.subValue();
/foundation/multimedia/audio_framework/test/fuzztest/audioservermore_fuzzer/
H A Daudio_server_more_fuzzer.cpp162 std::string subValue = "subValue" + std::to_string(i); in AudioServerSetExtraAudioParametersTest() local
163 kvpairs.push_back(std::make_pair(subKey, subValue)); in AudioServerSetExtraAudioParametersTest()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp1017 for (const auto& subValue : subValues) { in GetTransformJsonValue()
1018 auto rightIndex = subValue.find('('); in GetTransformJsonValue()
1019 auto leftIndex = subValue.find(')'); in GetTransformJsonValue()
1022 std::string transformType = subValue.substr(0, rightIndex); in GetTransformJsonValue()
1023 std::string transformValue = subValue.substr(rightIndex + 1, leftIndex - 1 - rightIndex); in GetTransformJsonValue()

Completed in 10 milliseconds