/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/src/ |
H A D | js_convertxml.ts | 53 if (Object.prototype.hasOwnProperty.call(converted, 'spaces')) { 54 let space: string | number | undefined = converted.spaces; 55 delete converted.spaces; 57 return converted; 68 let converted: ReceiveObject; 70 converted = this.convertxmlclass.convert(strXml); 72 converted = this.convertxmlclass.convert(strXml, options); 74 if (Object.prototype.hasOwnProperty.call(converted, 'spaces')) { 75 let space: string | number | undefined = converted.spaces; 76 delete converted.spaces; [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | interface_utils.h | 132 BASE_NS::vector<ToPtr> converted; in PtrArrayCast() local 133 converted.reserve(from.size()); in PtrArrayCast() 136 converted.emplace_back(BASE_NS::move(t)); in PtrArrayCast() 139 return converted; in PtrArrayCast()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/src/ |
H A D | setacl.cpp | 58 long converted = strtol(idTxt.c_str(), &p, 10); in ParseNumericId() local 59 if (*p == '\0' && converted >= 0 && converted <= UINT_MAX) { in ParseNumericId() 60 outId = static_cast<unsigned int>(converted); in ParseNumericId()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/ |
H A D | metav1_compat.cpp | 119 uint64_t converted { uint64_t(ObjectFlagBits::SERIALIZE) }; in RewritePropertyFlags() local 122 converted |= 8; in RewritePropertyFlags() 125 converted |= 16; in RewritePropertyFlags() 127 if (converted != uint64_t(ObjectFlagBits::SERIALIZE)) { in RewritePropertyFlags() 128 return ISerNode::Ptr(new UIntNode(converted)); in RewritePropertyFlags()
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-build-cargo2gn-guide.md | 6 When used in OpenHarmony, **Cargo.toml** needs to be converted into **BUILD.gn** rules. cargo2gn is… 9 1. Go to the directory of the rust library to be converted, for example, **bindgen**. 86 2. Add all the rust libraries to be converted to [workspace] in **Cargo.toml** in the **rust** dire…
|
/ohos5.0/foundation/ai/ai_engine/services/common/platform/os_wrapper/audio_loader/source/ |
H A D | audio_wrapper.cpp | 147 int32_t AudioWrapper::Convert(intptr_t handler, const CoderStream &source, CoderStream &converted) in Convert() argument 160 return iter->second->PullCodedStream(converted); in Convert()
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/ |
H A D | unified_meta.h | 639 bool converted = false; in ConvertVariant() local 641 [&output, &converted](auto &&val) { in ConvertVariant() 645 converted = true; in ConvertVariant() 649 return converted; in ConvertVariant()
|
/ohos5.0/foundation/ai/ai_engine/services/common/platform/os_wrapper/audio_loader/include/ |
H A D | audio_wrapper.h | 46 int32_t Convert(intptr_t handler, const CoderStream &source, CoderStream &converted);
|
/ohos5.0/base/startup/init/test/benchmark/ |
H A D | benchmark_fwk.cpp | 180 int converted = static_cast<int>(strtol(arg.c_str(), &errorCheck, 10)); // 10 base in ResolveArgs() local 184 (*argsVector)[0].push_back(converted); in ResolveArgs()
|
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-picker.md | 159 async function example07(context: common.Context) {// Ensure that context is converted from UIAbili… 200 async function example08(context: common.Context) {// Ensure that context is converted from UIAbili… 242 async function example09(context: common.Context) {// Ensure that context is converted from UIAbili… 289 async function example10(context: common.Context) {// Ensure that context is converted from UIAbili… 331 async function example11(context: common.Context) {// Ensure that context is converted from UIAbili… 374 async function example12(context: common.Context) {// Ensure that context is converted from UIAbili… 530 async function example13(context: common.Context) {// Ensure that context is converted from UIAbili… 569 async function example14(context: common.Context) {// Ensure that context is converted from UIAbili… 609 async function example15(context: common.Context) {// Ensure that context is converted from UIAbili… 656 async function example16(context: common.Context) {// Ensure that context is converted from UIAbili… [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-inner-application-sendableContext.md | 3 …endable protocol](../../arkts-utils/arkts-sendable.md#sendable), can be converted to a Context obj…
|
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/ |
H A D | image__processing_8h.md | 29 … \*destinationImageInfo) | Checks whether a dual-layer HDR image can be converted into a single-la… 30 …estinationGainmapInfo) | Checks whether a single-layer HDR image can be converted into a dual-laye…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-foreground-blur-style.md | 60 …20), the RGB value [0, 0, 0] (black) is converted to [20, 20, 20], RGB value [255, 255, 255] (whit…
|
H A D | ts-basic-components-datapanel.md | 205 …esents a number, it will be converted to a number.<br>For example, **'10vp'** is converted to 10, …
|
H A D | ts-basic-gestures-swipegesture.md | 22 …vp/s<br>**NOTE**<br>If the value is less than or equal to 0, it will be converted to the default v…
|
/ohos5.0/build/config/clang/ |
H A D | BUILD.gn | 69 # Warns when a const char[] is converted to bool.
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ui-js-building-ui-layout-intro.md | 7 For example, when the width of a component is 100 px, its display width is converted as follows:
|
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | use-jsvm-about-bigint.md | 204 OH_JSVM_ThrowError(env, nullptr, "BigInt values have no lossless converted"); 297 OH_JSVM_ThrowError(env, nullptr, "BigInt values have no lossless converted");
|
H A D | use-napi-about-bigint.md | 167 napi_throw_error(env, nullptr, "BigInt values have not been lossless converted"); 218 napi_throw_error(env, nullptr, "BigInt values have no lossless converted");
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.41/ |
H A D | changelogs-ability.md | 16 > An authorized URI is the URI converted from the application sandbox path through [getUriFromPath]…
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-convert-string-data-to-asym-key-pair-ndk.md | 14 > - Currently, only RSA asymmetric keys can be converted.
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-net-arp.md | 6 …t communicate with each other using MAC addresses. IP addresses must be converted into MAC address…
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-napi-about-extension.md | 53 …// Add up the converted double values, convert the sum into napi_value, and return the result to A… 113 …e. The key in **napi_property_descriptor** must be a string and cannot be converted into a number.| 114 …alue** and key in a native module. The key must be a string and cannot be converted into a number.| 120 …**. The key of **napi_property_descriptor** must be a string and cannot be converted into a number. 166 …e specified **napi_value** and key. The key must be a string and cannot be converted into a number. 677 … // Construct data of the napi_value type to hold the ArkTS object converted from the native data. 681 // Obtain the value of the numKey property in the ArkTS object converted from native data.
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkts-bytecode-function-name.md | 36 …the index of the scope name in this array. The original function name is not converted to an index. 39 …Name", in which "longFuncName" is the original function name and will not be converted to an index.
|
/ohos5.0/docs/en/application-dev/ai/mindspore/ |
H A D | mindspore-lite-converter-guidelines.md | 85 …odel. This parameter can be set to **MSLITE** only when the MS model is converted to micro code.| … 91 …c models, but the dynamic shape feature will be unavailable for the the converted model. Separate … 114 This indicates that the CAFFE model is successfully converted to the MindSpore Lite model. A new fi…
|