Home
last modified time | relevance | path

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

/foundation/ai/neural_network_runtime/test/unittest/ops/
Dquant_dtype_cast_builder_test.cpp57 int64_t *srcValue = new (std::nothrow) int64_t(1); in SaveSrcTensor() local
195 int32_t srcValue = 1; variable
396 int64_t srcValue = 1; variable
/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dutils.cpp103 auto srcValue = jsonValue->GetValue("src"); in CheckUrlValid() local
/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/core/components_ng/pattern/marquee/
Dmarquee_model_ng.cpp51 void MarqueeModelNG::SetValue(const std::optional<std::string>& srcValue) in SetValue()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_video.cpp63 JSRef<JSVal> srcValue = videoObj->GetProperty("src"); in Create() local
Djs_web.cpp2276 void JSWeb::ParseRawfileWebSrc(const JSRef<JSVal>& srcValue, std::string& webSrc) in ParseRawfileWebSrc()
2300 JSRef<JSVal> srcValue = paramObject->GetProperty("src"); in Create() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
Djson_common.cpp585 bool JsonCommon::isValueEqual(const ValueObject &srcValue, const ValueObject &targetValue) in isValueEqual()
/foundation/communication/nfc/frameworks/js/napi/common/
Dnfc_napi_common_utils.cpp388 void ConvertStringToNumberArray(napi_env env, napi_value &result, std::string srcValue) in ConvertStringToNumberArray()