/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v3.1-release.md | 164 …nd cascade layout of the application's primary window.<br>I4R9P0 [New specification] Enhanced feat… 169 …specification] Scroll bar style customization<br>I4MBVO [New feature] Content customization specif… 170 …specification] 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… 176 …specification] 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… 185 …specification] [user_idm] Query of local authentication credential information of users<br>I4RG5R … 186 …specification] HUKS provides a three-segment key management interface.<br>I4TYEM [New specificatio…
|
/ohos5.0/base/telephony/sms_mms/frameworks/native/sms/src/ |
H A D | short_message.cpp | 200 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 D | sms_service_manager_client.cpp | 261 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 D | sms_service_proxy.cpp | 590 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 D | README_zh.md | 68 | 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 D | js-apis-sms.md | 17 createMessage\(pdu: Array<number>, 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<number>, 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 D | form_instance.cpp | 28 specification = parcel.ReadInt32(); in ReadFromParcel() 56 if (!parcel.WriteInt32(specification)) { in Marshalling()
|
/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/ |
H A D | short_message.h | 190 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 D | sms_service_manager_client.h | 244 int32_t CreateMessage(std::string pdu, std::string specification, ShortMessage &message);
|
H A D | i_sms_service_interface.h | 327 …virtual int32_t CreateMessage(std::string pdu, std::string specification, ShortMessage &message) =…
|
H A D | sms_service_proxy.h | 220 … int32_t CreateMessage(std::string pdu, std::string specification, ShortMessage &message) override;
|
/ohos5.0/base/telephony/sms_mms/services/sms/ |
H A D | sms_misc_manager.cpp | 448 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 D | js-apis-sms.md | 17 createMessage\(pdu: Array<number>, 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<number>, 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 D | form_instance.h | 45 int32_t specification = 0; member
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_data_mgr.cpp | 180 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 D | form_item_info.cpp | 192 HILOG_DEBUG("FormRecord.specification :%{public}d", record.specification); in IsMatch() 202 && (record.specification == specificationId_); in IsMatch()
|
H A D | form_event_util.cpp | 492 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.ts | 101 …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 D | form_record.h | 46 int32_t specification; variable
|
/ohos5.0/base/tee/tee_client/ |
H A D | README.md | 51 … 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 D | normal-object.md | 3 …, objects such as Object, Array, and Map defined in the Ecmascript262 specification implement cros…
|
H A D | arkts-import-native-module.md | 3 …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 D | napi_sms.h | 114 std::string specification = ""; member
|
/ohos5.0/docs/zh-cn/application-dev/telephony/ |
H A D | telephony-sms.md | 35 | createMessage(pdu: Array\<number\>, specification: string, callback: AsyncCallback\<ShortMessage\…
|
/ohos5.0/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_sms_test.cpp | 271 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);
|