Lines Matching refs:number
75 | function getSimState(slotId: number, callback: AsyncCallback\<SimState>): void; | 获取指定卡槽的SIM卡状态 …
76 | function getSimGid1(slotId: number, callback: AsyncCallback\<string>): void; | 获取指定卡槽SIM卡的GID1(Gr…
77 | function getSimIccId(slotId: number, callback: AsyncCallback\<string>): void; | 获取指定卡槽SIM卡的ICCID(…
78 | function getISOCountryCodeForSim(slotId: number, callback: AsyncCallback\<string>): void; | 获取指定卡…
79 | function getSimOperatorNumeric(slotId: number, callback: AsyncCallback\<string>): void; | 获取指定卡槽S…
80 | function getSimSpn(slotId: number, callback: AsyncCallback\<string>): void; | 获取指定卡槽SIM卡的运营商SPN(S…
81 | function getDefaultVoiceSlotId(callback: AsyncCallback\<number>): void; | 获取语音业务的默认卡卡槽 …
82 | function getDefaultVoiceSimId(callback: AsyncCallback\<number>): void; | 获取语音业务的默认卡ID …
83 | function isSimActive(slotId: number, callback: AsyncCallback\<boolean>): void | 检查指定卡槽的SIM卡是否激活 …
84 | function hasSimCard(slotId: number, callback: AsyncCallback\<boolean>): void | 检查SIM卡是否插入指定卡槽 …
85 | function getSimTelephoneNumber(slotId: number, callback: AsyncCallback\<string>): void | 获取指定卡槽SI…
86 | function getVoiceMailIdentifier(slotId: number, callback: AsyncCallback\<string>): void | 获取指定卡槽S…
87 | function getVoiceMailNumber(slotId: number, callback: AsyncCallback\<string>): void | 获取指定卡槽SIM卡的…
88 | function getCardType(slotId: number, callback: AsyncCallback\<CardType>): void | 获取指定卡槽SIM卡的类型 | …
89 | function hasOperatorPrivileges(slotId: number, callback: AsyncCallback\<boolean>): void | 检查应用(调用…
90 | function getMaxSimCount(): number | 获取设备上可同时使用的最大SIM卡数,即最大SIM卡槽数。 | 无 |
98 | function getRadioTech(slotId: number, callback: AsyncCallback\<{psRadioTech: RadioTechnology, csR…
99 | function getSignalInformation(slotId: number, callback: AsyncCallback\<Array\<SignalInformation>>…
100 | function getNetworkState(slotId: number, callback: AsyncCallback\<NetworkState>): void; | 获取指定卡槽的…
101 | function getISOCountryCodeForNetwork(slotId: number, callback: AsyncCallback\<string>): void; | 获…
102 | function getNetworkSearchInformation(slotId: number, callback: AsyncCallback\<NetworkSearchResult…
103 | function getNetworkSelectionMode(slotId: number, callback: AsyncCallback\<NetworkSelectionMode>):…
106 | function isRadioOn(slotId: number, callback: AsyncCallback\<boolean>): void; | 判断指定卡槽位的Radio是否打开 …
108 | function turnOnRadio(slotId: number, callback: AsyncCallback\<void>): void; | 开启指定卡槽位的Radio …
110 | function turnOffRadio(slotId: number, callback: AsyncCallback\<void>): void; | 关闭指定卡槽位的Radio …
111 | function getOperatorName(slotId: number, callback: AsyncCallback\<string>): void; | 获取指定卡槽的运营商名称 …
112 | function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode, callback: AsyncCa…
113 | function getPreferredNetwork(slotId: number, callback: AsyncCallback\<PreferredNetworkMode>): voi…
114 | function getCellInformation(slotId: number, callback: AsyncCallback<Array\<CellInformation>>) | 获…
115 | function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback\<void>) | 请求小区位置 …
116 | function getIMEI(slotId: number, callback: AsyncCallback\<string>) | 获取Imei …
117 | function getMEID(slotId: number, callback: AsyncCallback\<string>) | 获取Meid …
118 | function getUniqueDeviceId(slotId: number, callback: AsyncCallback\<string>) | 获取设备唯一标识码 …
119 | function getNrOptionMode(slotId: number, callback: AsyncCallback\<NrOptionMode>) | 获取5G模式 …
121 | function getImsRegInfo(slotId: number, imsType: ImsServiceType, callback: AsyncCallback\<ImsRegIn…
122 | function on(type: 'imsRegStateChange', slotId: number, imsType: ImsServiceType, callback: Callbac…
123 | function off(type: 'imsRegStateChange', slotId: number, imsType: ImsServiceType, callback?: Callb…