Home
last modified time | relevance | path

Searched refs:Short (Results 1 – 25 of 78) sorted by relevance

1234

/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/src/
H A Dshort_wrapper.cpp20 IINTERFACE_IMPL_1(Short, Object, IShort);
22 ErrCode Short::GetValue(short &value) /* [out] */ in GetValue()
30 bool Short::Equals(IObject &other) /* [in] */ in Equals()
32 Short *otherObj = static_cast<Short *>(IShort::Query(&other)); in Equals()
36 std::string Short::ToString() in ToString()
41 sptr<IShort> Short::Box(short value) /* [in] */ in Box()
43 sptr<IShort> object = new Short(value); in Box()
47 short Short::Unbox(IShort *object) /* [in] */ in Unbox()
54 sptr<IShort> Short::Parse(const std::string &str) /* [in] */ in Parse()
60 object = new Short(value); in Parse()
/ohos5.0/foundation/ability/ability_base/test/unittest/base/
H A Dshort_wrapper_test.cpp46 Short shortValue(value);
59 Short shortValue(value);
71 Short shortValue(value);
85 Short shortValue(value);
98 Short shortValue(value);
H A Dbase_test.cpp575 sptr<Short> shortObj = new Short(32767);
591 sptr<IShort> shortObj = Short::Box(32767);
592 EXPECT_EQ(Short::Unbox(shortObj), 32767);
605 sptr<IShort> shortObj = Short::Parse("32767");
606 EXPECT_EQ(Short::Unbox(shortObj), 32767);
619 sptr<Short> shortObj1 = new Short(32767);
620 sptr<Short> shortObj2 = new Short(-32768);
621 sptr<Short> shortObj3 = new Short(32767);
636 EXPECT_EQ(Object::ToString(Short::Box(32767)), "32767");
/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/include/
H A Dshort_wrapper.h23 class Short final : public Object, public IShort {
25 inline Short(short value) : value_(value) in Short() function
28 inline ~Short() in ~Short()
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/
H A D_telephony__network_state.md21 | [shortOperatorName_](#shortoperatorname_)[TELEPHONY_MAX_OPERATOR_LEN] | Short carrier name of the…
53 Short carrier name of the registered network.
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Darray_wrapper.cpp117 result += Short::SIGNATURE; in ToString()
181 auto func = [](const std::string &str) -> sptr<IInterface> { return Short::Parse(str); }; in ParseShort()
259 …signature != Short::SIGNATURE && signature != Integer::SIGNATURE && signature != Long::SIGNATURE && in Parse()
286 case Short::SIGNATURE: in Parse()
H A Dwant_params.cpp128 return static_cast<Short *>(IShort::Query(iIt))->ToString(); in GetStringByType()
191 dest.params_[it->first] = Short::Box(Short::Unbox(IShort::Query(o))); in NewParams()
224 SetNewArray<short, AAFwk::Short, AAFwk::IShort>(AAFwk::g_IID_IShort, source, dest); in NewArrayData()
343 return Short::Parse(value); in GetInterfaceByType()
380 …flag = static_cast<Short *>(IShort::Query(iIt1))->Equals(*(static_cast<Short *>(IShort::Query(iIt2… in CompareInterface()
634 short value = Short::Unbox(IShort::Query(o)); in WriteToParcelShort()
900 FillArray<short, Short, IShort>(ao, array); in WriteArrayToParcelShort()
1084 return SetArray<short, Short>(g_IID_IShort, value, ao); in ReadFromParcelArrayShort()
1264 sptr<IInterface> intf = Short::Box(value); in ReadFromParcelShort()
H A Dwant.cpp1099 return Short::Unbox(ao); in GetShortParam()
1120 array.push_back(Short::Unbox(value)); in GetShortArrayParam()
1137 parameters_.SetParam(key, Short::Box(value)); in SetParam()
1155 ao->Set(i, Short::Box(value[i])); in SetParam()
1816 } else if (prop[0] == Short::SIGNATURE && prop[1] == '.') { in CheckAndSetParameters()
1817 valueObj = Short::Parse(value); in CheckAndSetParameters()
2037 uriString += Short::SIGNATURE; in UriStringAppendParam()
/ohos5.0/docs/zh-cn/application-dev/telephony/
H A Dtelephony-sms.md11 …即SMS(Short Messaging Service),是一种存储和转发服务。用户的移动电话可以通过它进行相互收发短信,内容以文本、数字或二进制非文本数据为主。发送方的信息通过短信服务中心进行…
15 …即SMSC(Short Message Service Center),负责在基站和移动设备间中继、储存或转发短消息。移动设备到短信服务中心的协议能传输来自移动设备或朝向移动设备的短消息,协议内容…
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmeta_type.h28 Short = 4, enumerator
/ohos5.0/foundation/ability/idl_tool/metadata/
H A Dmeta_type.h26 Short = 4, enumerator
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp189 return obj == nullptr ? "" : static_cast<AAFwk::Short*>(obj)->ToString(); in ShortQueryToStr()
273 …return obj == nullptr ? false : static_cast<AAFwk::Short*>(obj)->Equals(*static_cast<AAFwk::Short*… in ShortQueryEquals()
332 … dest.params_[it->first] = AAFwk::Short::Box(AAFwk::Short::Unbox(AAFwk::IShort::Query(o))); in NewParams()
367 SetNewArray<short, AAFwk::Short, AAFwk::IShort>(AAFwk::g_IID_IShort, source, dest); in NewArrayData()
459 return AAFwk::Short::Parse(value); in GetInterfaceByType()
645 short value = AAFwk::Short::Unbox(AAFwk::IShort::Query(o)); in WriteToParcelShort()
904 FillArray<short, AAFwk::Short, AAFwk::IShort>(ao, array); in WriteArrayToParcelShort()
1052 return SetArray<short, AAFwk::Short>(AAFwk::g_IID_IShort, value, ao); in ReadFromParcelArrayShort()
1186 sptr<IInterface> intf = AAFwk::Short::Box(value); in ReadFromParcelShort()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dcoff.h59 uint32_t Short; member
/ohos5.0/docs/en/application-dev/connectivity/
H A DReadme-EN.md1 # Connectivity Kit (Short-Range Communication Service)
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-elementName.md21 | shortName | string | No | Yes | Short name of the ability. |
H A Djs-apis-bundle-ElementName.md23 | shortName | string | No | Yes | Short name of the ability. |
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/
H A Djs_mission_info_utils.cpp83 InnerWrapJsWantParams<AAFwk::IShort, AAFwk::Short, short>( in CreateJsWantParams()
150 return InnerWrapWantParamsArray<AAFwk::IShort, AAFwk::Short, short>( in WrapJsWantParamsArray()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
H A Djs_mission_info_utils.cpp81 InnerWrapJsWantParams<AAFwk::IShort, AAFwk::Short, short>( in CreateJsWantParams()
151 return InnerWrapWantParamsArray<AAFwk::IShort, AAFwk::Short, short>( in WrapJsWantParamsArray()
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamsthird_fuzzer/
H A Dwantparamsthird_fuzzer.cpp51 sptr<IInterface> shortIt = Short::Box(shortValue); in DoSomethingInterestingWithMyAPI()
/ohos5.0/docs/zh-cn/contribute/template/
H A Derrorcodes-template.md13 | 3 | 错误简述<br/>Short Description | **字段含义**:中文错误码简述。<br/>**要求**:<br/>1.与”错误信息“对应的中文简述,应当简洁、具体,避免…
/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dts_code_emitter.cpp670 case TypeKind::Short: in EmitWriteVariable()
754 case TypeKind::Short: in EmitWriteArrayVariable()
803 case TypeKind::Short: in EmitReadVariable()
880 case TypeKind::Short: in EmitReadArrayVariable()
920 case TypeKind::Short: in EmitReadOutArrayVariable()
962 case TypeKind::Short: in EmitReadOutVariable()
1043 case TypeKind::Short: in EmitType()
/ohos5.0/docs/en/application-dev/media/media/
H A DReadme-EN.md12 - [Using SoundPool to Play Short Sounds (ArkTS)](using-soundpool-for-playback.md)
/ohos5.0/docs/en/application-dev/telephony/
H A Dtelephony-sms.md5 The Short Messaging Service (SMS) module provides basic SMS management functions. You can create an…
11 …r binary non-text data. The information about the sender is stored in the Short Message Service Ce…
/ohos5.0/docs/zh-cn/device-dev/quick-start/
H A Dquickstart-appendix-hi3861.md43 …2.2Mbps\@HT20&nbsp;MCS7<br/>-&nbsp;支持标准20MHz带宽和5M/10M窄带宽<br/>-&nbsp;支持STBC<br/>-&nbsp;支持Short-GI |
/ohos5.0/foundation/ability/idl_tool/test/unittest/metadata_dumper_test/
H A Dmetadata_dumper_test.cpp126 MetaType mt = {TypeKind::Short, 0, 1, new (std::nothrow) int(0)};

1234