Searched refs:getBasebandVersion (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-telephony.md | 27 |新增|NA|类名:radio<br>方法or属性:function getBasebandVersion(slotId: number, callback: AsyncCallback\<Stri… 28 |新增|NA|类名:radio<br>方法or属性:function getBasebandVersion(slotId: number): Promise\<String>;|@ohos.tele…
|
/ohos5.0/base/telephony/core_service/interfaces/kits/js/ |
H A D | @ohos.telephony.radio.d.ts | 1375 function getBasebandVersion(slotId: number, callback: AsyncCallback<string>): void; 1396 function getBasebandVersion(slotId: number): Promise<string>;
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-telephony.md | 27 |Added|NA|Class name: radio<br>Method or attribute name: function getBasebandVersion(slotId: number… 28 |Added|NA|Class name: radio<br>Method or attribute name: function getBasebandVersion(slotId: number…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-telephony-kit/ |
H A D | js-apis-radio-sys.md | 1916 ## radio.getBasebandVersion<sup>10+</sup> 1918 getBasebandVersion\(slotId: number, callback: AsyncCallback\<string\>\): void 1955 radio.getBasebandVersion(slotId, (err: BusinessError, data: string) => { 1957 console.error(`getBasebandVersion failed, callback: err->${JSON.stringify(err)}`); 1960 console.log(`getBasebandVersion success, callback: data->${JSON.stringify(data)}`); 1965 ## radio.getBasebandVersion<sup>10+</sup> 1967 getBasebandVersion\(slotId: number\): Promise\<string\> 2009 radio.getBasebandVersion(slotId).then((data: string) => { 2010 console.log(`getBasebandVersion success, promise: data->${JSON.stringify(data)}`); 2012 console.error(`getBasebandVersion failed, promise: err->${JSON.stringify(err)}`);
|
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/include/ |
H A D | napi_radio.h | 309 std::string getBasebandVersion = ""; member
|
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/ |
H A D | js-apis-radio-sys.md | 1916 ## radio.getBasebandVersion<sup>10+</sup> 1918 getBasebandVersion\(slotId: number, callback: AsyncCallback\<string\>\): void 1955 radio.getBasebandVersion(slotId, (err: BusinessError, data: string) => { 1957 console.error(`getBasebandVersion failed, callback: err->${JSON.stringify(err)}`); 1960 console.log(`getBasebandVersion success, callback: data->${JSON.stringify(data)}`); 1965 ## radio.getBasebandVersion<sup>10+</sup> 1967 getBasebandVersion\(slotId: number\): Promise\<string\> 2009 radio.getBasebandVersion(slotId).then((data: string) => { 2010 console.log(`getBasebandVersion success, promise: data->${JSON.stringify(data)}`); 2012 console.error(`getBasebandVersion failed, promise: err->${JSON.stringify(err)}`);
|
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/ |
H A D | napi_radio.cpp | 2843 asyncContext->getBasebandVersion = version; in NativeGetBasebandVersion() 2853 …env, asyncContext->getBasebandVersion.c_str(), asyncContext->getBasebandVersion.size(), &callbackV… in GetBasebandVersionCallback()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-telephony.md | 264 …getBasebandVersion(slotId: number, callback: AsyncCallback\<string>): void;<br>旧版本信息:201,401,83000… 265 … getBasebandVersion(slotId: number): Promise\<string>;<br>旧版本信息:201,401,8300001,8300002,8300003,83… 1253 …法or属性:function getBasebandVersion(slotId: number, callback: AsyncCallback\<String>): void;|类名:radi… 1254 …radio;<br>方法or属性:function getBasebandVersion(slotId: number): Promise\<String>;|类名:radio;<br>方法or属…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-telephony.md | 264 …getBasebandVersion(slotId: number, callback: AsyncCallback\<string>): void;<br>Old version informa… 265 …getBasebandVersion(slotId: number): Promise\<string>;<br>Old version information: 201,401,8300001,… 1253 … getBasebandVersion(slotId: number, callback: AsyncCallback\<String>): void;|Class name: radio;<br… 1254 …e: function getBasebandVersion(slotId: number): Promise\<String>;|Class name: radio;<br>Method or …
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-telephony.md | 44 |新增|NA|类名:radio;<br>方法or属性:function getBasebandVersion(slotId: number, callback: AsyncCallback\<str… 45 |新增|NA|类名:radio;<br>方法or属性:function getBasebandVersion(slotId: number): Promise\<string>;|@ohos.tel…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-telephony.md | 44 |Added|NA|Class name: radio;<br>Method or attribute name: function getBasebandVersion(slotId: numbe… 45 |Added|NA|Class name: radio;<br>Method or attribute name: function getBasebandVersion(slotId: numbe…
|