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 isSimActive(slotId: number, callback: AsyncCallback\<boolean>): void | 检查指定卡槽的SIM卡是否激活 …
83 | function hasSimCard(slotId: number, callback: AsyncCallback\<boolean>): void | 检查SIM卡是否插入指定卡槽 …
84 | function getSimTelephoneNumber(slotId: number, callback: AsyncCallback\<string>): void | 获取指定卡槽SI…
85 | function getVoiceMailIdentifier(slotId: number, callback: AsyncCallback\<string>): void | 获取指定卡槽S…
86 | function getVoiceMailNumber(slotId: number, callback: AsyncCallback\<string>): void | 获取指定卡槽SIM卡的…
87 | function getCardType(slotId: number, callback: AsyncCallback\<CardType>): void | 获取指定卡槽SIM卡的类型 | …
88 | function hasOperatorPrivileges(slotId: number, callback: AsyncCallback\<boolean>): void | 检查应用(调用…
89 | function getMaxSimCount(): number | 获取设备上可同时使用的最大SIM卡数,即最大SIM卡槽数。 | 无 |
97 | function getRadioTech(slotId: number, callback: AsyncCallback\<{psRadioTech: RadioTechnology, csR…
98 | function getSignalInformation(slotId: number, callback: AsyncCallback\<Array\<SignalInformation>>…
99 | function getNetworkState(slotId: number, callback: AsyncCallback\<NetworkState>): void; | 获取指定卡槽的…
100 | function getISOCountryCodeForNetwork(slotId: number, callback: AsyncCallback\<string>): void; | 获…
101 | function getNetworkSearchInformation(slotId: number, callback: AsyncCallback\<NetworkSearchResult…
102 | function getNetworkSelectionMode(slotId: number, callback: AsyncCallback\<NetworkSelectionMode>):…
105 | function isRadioOn(slotId: number, callback: AsyncCallback\<boolean>): void; | 判断指定卡槽位的Radio是否打开 …
107 | function turnOnRadio(slotId: number, callback: AsyncCallback\<void>): void; | 开启指定卡槽位的Radio …
109 | function turnOffRadio(slotId: number, callback: AsyncCallback\<void>): void; | 关闭指定卡槽位的Radio …
110 | function getOperatorName(slotId: number, callback: AsyncCallback\<string>): void; | 获取指定卡槽的运营商名称 …
111 | function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode, callback: AsyncCa…
112 | function getPreferredNetwork(slotId: number, callback: AsyncCallback\<PreferredNetworkMode>): voi…
113 | function getCellInformation(slotId: number, callback: AsyncCallback<Array\<CellInformation>>) | 获…
114 | function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback\<void>) | 请求小区位置 …
115 | function getIMEI(slotId: number, callback: AsyncCallback\<string>) | 获取Imei …
116 | function getMEID(slotId: number, callback: AsyncCallback\<string>) | 获取Meid …
117 | function getUniqueDeviceId(slotId: number, callback: AsyncCallback\<string>) | 获取设备唯一标识码 …
118 | function getNrOptionMode(slotId: number, callback: AsyncCallback\<NrOptionMode>) | 获取5G模式 …
120 | function getImsRegInfo(slotId: number, imsType: ImsServiceType, callback: AsyncCallback\<ImsRegIn…
121 | function on(type: 'imsRegStateChange', slotId: number, imsType: ImsServiceType, callback: Callbac…
122 | function off(type: 'imsRegStateChange', slotId: number, imsType: ImsServiceType, callback?: Callb…