Home
last modified time | relevance | path

Searched defs:srcValue (Results 1 – 13 of 13) 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/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
Dimage_common_ndk_test.cpp55 Image_String srcValue; in TestPictureMetadataGetSetProperty() local
178 Image_String srcValue; variable
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/auxiliary_picture_test/
Dauxiliary_picture_test.cpp533 const std::string srcValue = "9, 9, 8"; variable
559 std::string srcValue = "2"; variable
601 const std::string srcValue = "9, 9, 8"; variable
627 std::string srcValue = "2"; variable
665 const std::string srcValue = "9, 9, 8"; variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_richtext.cpp125 void JSRichText::ParseRawfileWebSrc(const JSRef<JSVal>& srcValue, std::string& webSrc) in ParseRawfileWebSrc()
Djs_video.cpp55 JSRef<JSVal> srcValue = videoObj->GetProperty("src"); in Create() local
Djs_web.cpp2682 void JSWeb::ParseRawfileWebSrc(const JSRef<JSVal>& srcValue, std::string& webSrc) in ParseRawfileWebSrc()
2866 JSRef<JSVal> srcValue = paramObject->GetProperty("src"); in Create() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
Dmarquee_model_ng.cpp47 void MarqueeModelNG::SetValue(const std::optional<std::string>& srcValue) in SetValue()
299 void MarqueeModelNG::SetValue(FrameNode* frameNode, const std::optional<std::string>& srcValue) in SetValue()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dutils.cpp98 auto srcValue = jsonValue->GetValue("src"); in CheckUrlValid() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dmarquee_model_impl.cpp37 void MarqueeModelImpl::SetValue(const std::optional<std::string>& srcValue) in SetValue()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/picture_test/
Dpicture_test.cpp473 const std::string srcValue = "9, 9, 8"; variable
510 const std::string srcValue = "2"; variable
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
Drs_marshalling_test.cpp150 const T srcValue = value; in TestCompatibleMarshalling() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
Djson_common.cpp587 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()