Home
last modified time | relevance | path

Searched refs:specification (Results 1 – 25 of 98) sorted by relevance

1234

/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-v3.1-release.md164 …nd cascade layout of the application's primary window.<br>I4R9P0 [New specification] Enhanced feat…
169specification] Scroll bar style customization<br>I4MBVO [New feature] Content customization specif…
170specification] Predefined system application permission initialization<br>I4WVO9 [New specificatio…
171 …ience.<br> The following requirements are involved:<br> I4W7ZR [New specification] Memory manage…
175 …TNG [New feature] Data classification, device grade, and data hopping specification control<br>I4T…
176specification] Static configuration of common events in **config.json**, and static start of subsc…
184 …XJ2 [New specification] Unified init maintenance command<br>I4RXJ9 [New feature] On-demand service…
185specification] [user_idm] Query of local authentication credential information of users<br>I4RG5R …
186specification] HUKS provides a three-segment key management interface.<br>I4TYEM [New specificatio…
/ohos5.0/base/telephony/sms_mms/frameworks/native/sms/src/
H A Dshort_message.cpp200 std::vector<unsigned char> &pdu, std::u16string specification, ShortMessage &messageObj) in CreateMessage() argument
206 std::string indicates = StringUtils::ToUtf8(specification); in CreateMessage()
216 …essage::CreateIccMessage(std::vector<unsigned char> &pdu, std::string specification, int32_t index) in CreateIccMessage() argument
231 …int32_t errorCode = client->CreateMessage(StringUtils::StringToHex(pduTemp), specification, messag… in CreateIccMessage()
H A Dsms_service_manager_client.cpp261 int32_t SmsServiceManagerClient::CreateMessage(std::string pdu, std::string specification, ShortMes… in CreateMessage() argument
265 return smsServiceInterface_->CreateMessage(pdu, specification, message); in CreateMessage()
H A Dsms_service_proxy.cpp590 int32_t SmsServiceProxy::CreateMessage(std::string pdu, std::string specification, ShortMessage &me… in CreateMessage() argument
592 if (pdu.empty() || specification.empty()) { in CreateMessage()
605 dataParcel.WriteString(specification); in CreateMessage()
/ohos5.0/base/telephony/sms_mms/
H A DREADME_zh.md68 | function createMessage(pdu: Array\<number>, specification: string, callback: AsyncCallback、\<Shor…
69 | function createMessage(pdu: Array\<number>, specification: string): Promise\<ShortMessage> | 根据协议…
119 | specification | string | 协议类型(3gpp或3gpp2) |
215 let specification = "3gpp";
218 sms.createMessage(pdu, specification, (err, value) => {
229 let promise = sms.createMessage(pdu, specification);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-telephony-kit/
H A Djs-apis-sms.md17 createMessage\(pdu: Array&lt;number&gt;, specification: string, callback: AsyncCallback\<ShortMessa…
28 | specification | string | 是 | 短信协议类型。<br/>- 3gpp:表示G…
49 const specification: string = '3gpp';
52 sms.createMessage(pdu, specification, (err: BusinessError, data: sms.ShortMessage) => {
60 createMessage\(pdu: Array&lt;number&gt;, specification: string\): Promise\<ShortMessage\>
71 | specification | string | 是 | 短信协议类型。<br/>- 3gpp:表示GSM/UMTS/LTE SMS<br/>- 3gpp2:表示C…
97 const specification: string = '3gpp';
100 sms.createMessage(pdu, specification).then((data: sms.ShortMessage) => {
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_instance.cpp28 specification = parcel.ReadInt32(); in ReadFromParcel()
56 if (!parcel.WriteInt32(specification)) { in Marshalling()
/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/
H A Dshort_message.h190 std::vector<unsigned char> &pdu, std::u16string specification, ShortMessage &messageObj);
202 …static ShortMessage CreateIccMessage(std::vector<unsigned char> &pdu, std::string specification, i…
H A Dsms_service_manager_client.h244 int32_t CreateMessage(std::string pdu, std::string specification, ShortMessage &message);
H A Di_sms_service_interface.h327 …virtual int32_t CreateMessage(std::string pdu, std::string specification, ShortMessage &message) =…
H A Dsms_service_proxy.h220 … int32_t CreateMessage(std::string pdu, std::string specification, ShortMessage &message) override;
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_misc_manager.cpp448 std::string specification; in GetAllSimMessages() local
450 specification = "3gpp"; in GetAllSimMessages()
452 specification = "3gpp2"; in GetAllSimMessages()
463 ShortMessage item = ShortMessage::CreateIccMessage(pdu, specification, index); in GetAllSimMessages()
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/
H A Djs-apis-sms.md17 createMessage\(pdu: Array&lt;number&gt;, specification: string, callback: AsyncCallback\<ShortMessa…
28 | specification | string | Yes | SMS protocol type. <b…
49 const specification: string = '3gpp';
52 sms.createMessage(pdu, specification, (err: BusinessError, data: sms.ShortMessage) => {
60 createMessage\(pdu: Array&lt;number&gt;, specification: string\): Promise\<ShortMessage\>
71 | specification | string | Yes | SMS protocol type. <br>- **3gpp**: GSM/UMTS/LTE SMS<…
97 const specification: string = '3gpp';
100 sms.createMessage(pdu, specification).then((data: sms.ShortMessage) => {
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_instance.h45 int32_t specification = 0; member
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_data_mgr.cpp180 newRecord.specification = formInfo.GetSpecificationId(); in CreateFormRecord()
1063 …d::find(formInfo.supportDimensions.begin(), formInfo.supportDimensions.end(), record.specification) in IsSameForm()
1949 …nsionIter = Constants::DIMENSION_MAP.find(static_cast<Constants::Dimension>(record.specification)); in IsSameForm()
1951 HILOG_ERROR("valid specification:%{public}d", record.specification); in IsSameForm()
2008 runningFormInfo.dimension = formRecord.specification; in FillBasicRunningFormInfoByFormRecord()
2146 instance.specification = dbRecord.specification; in GetUnusedFormInstancesByFilter()
2197 instance.specification = itFormRecord->second.specification; in GetFormInstancesByFilter()
2242 formInstance.specification = formRecord.specification; in GetFormInstanceById()
2274 formInstance.specification = dbRecord.specification; in GetUnusedFormInstanceById()
2310 formInstance.specification = formRecord.specification; in GetFormInstanceById()
H A Dform_item_info.cpp192 HILOG_DEBUG("FormRecord.specification :%{public}d", record.specification); in IsMatch()
202 && (record.specification == specificationId_); in IsMatch()
H A Dform_event_util.cpp492 reCreateRecord.specification = record.specification; in ReCreateForm()
499 want.SetParam(Constants::PARAM_FORM_DIMENSION_KEY, reCreateRecord.specification); in ReCreateForm()
/ohos5.0/base/telephony/sms_mms/interfaces/kits/js/
H A D@ohos.telephony.sms.d.ts101 …function createMessage(pdu: Array<number>, specification: string, callback: AsyncCallback<ShortMes…
123 function createMessage(pdu: Array<number>, specification: string): Promise<ShortMessage>;
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_record.h46 int32_t specification; variable
/ohos5.0/base/tee/tee_client/
H A DREADME.md51 … between a small number of implementations and the GlobalPlatform TEE specification, and the diffe…
66 …t parameter connectionMethod in the TEEC-OpenSession function, the GP specification defines six Lo…
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dnormal-object.md3 …, objects such as Object, Array, and Map defined in the Ecmascript262 specification implement cros…
H A Darkts-import-native-module.md3 …port** syntax to load the content exported from other files (the ECMA specification defines the sy…
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/include/
H A Dnapi_sms.h114 std::string specification = ""; member
/ohos5.0/docs/zh-cn/application-dev/telephony/
H A Dtelephony-sms.md35 | createMessage(pdu: Array\<number\>, specification: string, callback: AsyncCallback\<ShortMessage\…
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp271 std::u16string specification = u" "; variable
273 …EXPECT_TRUE(shortMessage->CreateMessage(pdu, specification, ShortMessageObj) != TELEPHONY_ERR_SUCC…
326 std::u16string specification = u""; variable
328 shortMessage->CreateMessage(pdus, specification, messageObj);
1579 std::string specification = ""; variable
1581 EXPECT_GT(smsService->CreateMessage(scAddr, specification, messages), TELEPHONY_ERR_SUCCESS);
1582 specification = "3gpp";
1583 EXPECT_GE(smsService->CreateMessage(scAddr, specification, messages), TELEPHONY_ERR_SUCCESS);
1584 specification = "3gpp2";
1585 EXPECT_GE(smsService->CreateMessage(scAddr, specification, messages), TELEPHONY_ERR_SUCCESS);

1234