Home
last modified time | relevance | path

Searched defs:srcValue (Results 1 – 7 of 7) sorted by relevance

/foundation/ai/neural_network_runtime/test/unittest/ops/
Dquant_dtype_cast_builder_test.cpp55 int64_t *srcValue = new (std::nothrow) int64_t(1); in SaveSrcTensor() local
180 int32_t srcValue = 1; variable
298 int64_t srcValue = 1; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
Dmarquee_model_ng.cpp49 void MarqueeModelNG::SetValue(const std::optional<std::string>& srcValue) in SetValue()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dmarquee_model_impl.cpp38 void MarqueeModelImpl::SetValue(const std::optional<std::string>& srcValue) in SetValue()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_video.cpp61 JSRef<JSVal> srcValue = videoObj->GetProperty("src"); in Create() local
Djs_web.cpp1900 JSRef<JSVal> srcValue = paramObject->GetProperty("src"); in Create() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/gaussdb_rd/src/common/src/
Djson_common.cpp573 bool JsonCommon::isValueEqual(const ValueObject &srcValue, const ValueObject &targetValue) in isValueEqual()
/foundation/communication/nfc/frameworks/js/napi/tag/
Dnfc_napi_tag_utils.cpp354 void ConvertStringToNumberArray(napi_env env, napi_value &result, std::string srcValue) in ConvertStringToNumberArray()